Hi,
I'm really confused with a problem with the cactifization ant task.
I've followed with previous related subjects here, but none of them
had my answer.
I'm using Cactus 1.7.2. there is a servlet sample inside the binary
dist. when I try to run the ant task, it gives me:
taskdef A class needed by class
cannot be found:
I'm sure that cargo.jar is in the class path since there is a path
defined in the build.xml:
<path id="cactus.classpath">
<path refid="project.classpath"/>
<pathelement location="${aspectjrt.jar}"/>
<pathelement location="${cactus.jar}"/>
<pathelement location="${cactus.ant.jar}"/>
<pathelement location="${cargo.jar}"/>
<pathelement location="${commons.httpclient.jar}"/>
<pathelement location="${commons.logging.jar}"/>
<pathelement location="${junit.jar}"/>
</path>
also ${carg.jar} points to a correct location.
here is the line which gives me error:
<taskdef resource="cactus.tasks" classpathref="cactus.classpath"/>
What is the problem?
To unsubscribe, e-mail: cactus-user-unsubscribe (AT) jakarta (DOT) apache.org
For additional commands, e-mail: cactus-user-help (AT) jakarta (DOT) apache.org