alkacon / alkacon-oamp

OAMP - the Alkacon OpenCms additional module packages.
http://www.alkacon.com
GNU General Public License v3.0
27 stars 38 forks source link

build-single.xml: Error building dependencies #4

Closed gallardo closed 12 years ago

gallardo commented 12 years ago

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}

Thus, every jar is build with the dir fragment duplicated. It does not work!

gallardo commented 12 years ago

Dup of https://github.com/alkacon/alkacon-oamp/pull/7