Thomas Dudziak
Jul 19th, 2005, 03:13 PM
I just tried to build webflow from CVS (to get the some of the fixes) and I got this error when invoking 'ant dist':
Unable to find typedef antlib:fr.jayasoft.ivy.ant:resolve
(ocurring in common-targets.xml, line 299)
After some playing around I found that I need to copy the ivy jar that is actually part of the checkout of spring-projects (repository/jayasoft/ivy/jars subfolder), to ant's lib directory in order to make it work (with ant 1.6.2).
Is there some way to directly use this ivy jar for the build process rather than requiring the user to copy this jar to Ant's lib folder (which might bring other trouble with other projects using ivy as the version in the repository folder does not seem to be a stable one and my guess is that you require some of its new/enhanced functionality ?)
regards,
Tom
Unable to find typedef antlib:fr.jayasoft.ivy.ant:resolve
(ocurring in common-targets.xml, line 299)
After some playing around I found that I need to copy the ivy jar that is actually part of the checkout of spring-projects (repository/jayasoft/ivy/jars subfolder), to ant's lib directory in order to make it work (with ant 1.6.2).
Is there some way to directly use this ivy jar for the build process rather than requiring the user to copy this jar to Ant's lib folder (which might bring other trouble with other projects using ivy as the version in the repository folder does not seem to be a stable one and my guess is that you require some of its new/enhanced functionality ?)
regards,
Tom