build-single.xml: Error building dependencies
Closed this issue · 1 comments
gallardo commented
The current build-single.xml
script goes through the list of jar files in the ${module.input.lib}
dir and builds an erroneous ${module.libs.path}
:
${module.libs.path}:${module.input.lib}/@{archive}
module.libs.path
contains the concatenated pathmodule.input.lib
is the absolute path to the module input lib directory@{archive}
is the absolute path to the jar file
Thus, every jar is build with the dir fragment duplicated. It does not work!