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

Outdated dependency in build.xml #3

Closed gallardo closed 12 years ago

gallardo commented 12 years ago

I must obviously be missing something here. The build.xml refers to ant-opencms-1.1.jar, but the current opencms-core is being packaged with "ant-opencms-1.2.jar" (https://github.com/alkacon/opencms-core/blob/master/lib/compile/ant-opencms-1.2.jar) since at least 9 months ago!:

mMoossen 9 months ago removed core dependencies in ant-opencms-1.2.jar.

Current build.xml doesn't compile and fails with:

[...]/src/opencms-alkacon/alkacon-oamp/build.xml:63: Problem: failed to create task or type selectionprompt Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any / declarations have taken place.

Is anyone using this build-script?

mathiasconradt commented 12 years ago

@gallardo I'm wondering, why is this ticket closed? How did you resolve it? Cause I'm having the same issue right now. I need to compile the old OAMP that I used for OCMS7 against OCMS8, cause I'm updating the system.

gallardo commented 12 years ago

@mathiaslin My fault --I should have added a comment before closing the issue. I closed the issue because I opened a corresponding pull request