I am using ant version 1.5.4, but am having problems getting the taskdef to be properly defined.
What I have, is:
<path id=:"axis.class.path">
<fileset dir="/home/jblack/src/axis-1_1/lib">
<include name="*.jar"/>
</fileset>
</path> <taskdef resource="axis-tasks.properties"
classpathref="axis.class.path"/>I get an error of
File:build.xml:35: taskdef clss org.apache.axis.tools.ant.wsdl.Wsdl2javaAntTask cannot be found.
I am curious what I may be doing wrong.
I am also using JDK1..2.
Thank you.
-- "We do not lose our identity in our relations with others; in part, at least, we achieve our identity by those relations." Tony Blair, 1993
