you don't seem to be using Cactus 1.4.1 or any kind of nightly build, but rather some sort of a not-complete build.
Have you tried these <http://cvs.apache.org/builds/jakarta-cactus/nightly/2003-05-27/> ?
Verburg, Martijn wrote:
Hi all,
I'm looking @ the build-share.xml file and notice that the cactus.init target:
<target name="cactus.init" depends="cactus.echo"> <!--Snip irrelevant stuff --> <!-- Initialize Cactus custom Ant task needed for running the server tests --> <taskdef resource="cactus.tasks" classpath="${cactus.antintegration.jar}"/> </target>
Has the taskdef resource of cactus.tasks, which references the classpath of ${cactus.antintegration.jar}.
However when I look @ the ${cactus.antintegration.jar} property:
<property name="cactus.antintegration.jar" value="${cactus.lib.client.dir}[EMAIL PROTECTED]@"/>
I see that its value points to [EMAIL PROTECTED]@, however, the file @cactus.antintegration.jar.name@ file does not exist. I'm concerned because when I run the cactus test it comes up with:
cactus.init: [taskdef] Could not load definitions from resource cactus.tasks. It could not be found.
And then a later target fails to to execute a task and the whole lot fails.
Any ideas?
Cheers, Martijn
-- Christopher Lenz /=/ cmlenz at gmx.de
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
