Hi all,

I'm having trouble using the optional ant tasks from my maven.xml file.
The only way round it I've found is to explicitly place all the ant libs
onto the maven classpath in maven.bat like so:

SET MAVEN_CLASSPATH="%MAVEN_HOME%\lib\forehead-1.0-beta-4.jar;%MAVEN_HOME%
\lib\ant-1.5.jar;%MAVEN_HOME%\lib\ant-optional-1.5.jar;%MAVEN_HOME%
\lib\NetComponents.jar"

Is there a nicer way to do this?

     Mike

PS NetComponents is required but not distributed with Maven...


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to