Hi
When trying to run our ant script from build 609 it fails when performing a
call to a taskdef. The task gets called, but it always fails with an error
during processing.
When trying to run the same ant script from the command line or from IDEA
2.5.1 it works nicely.
The taskdef looks like this:
<taskdef name="mvcverify" classname
="com.mvcsoft.pm.ant_task.MVCSoftVerify" classpath="
${mvcsoft}/builds/mvctask.jar;${mvcsoft}/lib/jboss-j2ee.jar;
${mvcsoft}/lib/xalan.jar;${mvcsoft}/lib/parser.jar" />
And the part the calls it like this:
<target name="run_verifier" depends="buildJAR">
<mvcverify inputJar="${deploy.dir}/videlity.jar" >
<classpath>
<pathelement path="${jboss.dir}/client/jndi.jar;
${mvcsoft}/builds/mvctask.jar;${mvcsoft}/lib/jboss-j2ee.jar;
${jboss.dir}/lib/jboss-jdbc_ext.jar" />
</classpath>
</mvcverify>
</target>
I hope this helps to find the problem.
/Jeppe
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list