i'm having trouble with maven's classpath
i know it's dependencies are loaded from $MAVEN_HOME/lib...
but that seems to be about all
I've tried to load resources from new jars in that dir, with no success

specifically, I'm trying to do an xmlns:axis="antlib:org.apache.axis"... or
an <ant:taskdef resource="axis-tasks.properties"/>
i put the axis-ant.jar in $MAVEN_HOME/lib, but I can't load anything from it
well, unless I did <ant:taskdef resource="axis-tasks.properties"
classpath="./antlib/axis-ant.jar"/>....
but that only allowed me to load the file
the corresponding taskdefs failed because the classes still couldn't be
loaded

thanks in advance
-- 
View this message in context: 
http://www.nabble.com/using-third-party-ant-tasks-in-maven%29-tf2280238.html#a6334213
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to