Re: taskdef with classpathref not working

2006-01-11 Thread Michael Alexander
Thanks to Steve and Stefan! In experimenting, I had put the axis-ant.jar in $ANT_HOME/lib and that was the root of the classloading problem as described in the faq. I was able to quickly determine this to be the case by running an "ant -diagnostics". Steve Loughran wrote: Michael

taskdef with classpathref not working

2006-01-10 Thread Michael Alexander
I want to be able to define task's that use either the axis-1_1 or the axis-1_2_1 jars depending upon the value of a property. The intent is to avoid having users explicitly set their CLASSPATH before invoking the build. I have found examples such as the following that appear to be exactly what I