alkacon/alkacon-oamp

build-single.xml: Error building dependencies

Closed this issue · 1 comments

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 path
  • module.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!

Dup of #7