One last problem, the system property java.class.path is set to
\myMaven\boot\classworlds-1.1.jar, this is causing class not found
exceptions in my ant script when using the java task:
<target name="external-run">
<java classname="org.apache.tools.ant.Main" fork="true" dir="${basedir}">
<classpath path="${java.class.path}" />
I would like for this to be set to the maven plugin classpath without
changing my build.xml, is that possible?
How come the classpath is not getting picked up correctly from classworlds?
--
View this message in context:
http://www.nabble.com/Developing-Ant-Plugins-problems-tp25531301p25777506.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]