Vincent, here ya go.
<target name="init">
<echo
message="----------------------------------------------"/>
<echo message="Cactus Classpath:
"/>
<echo message="
"/>
<echo message="${echo.cactus.classpath}"/>
<echo
message="----------------------------------------------"/>
<echo message="Project Classpath:
"/>
<echo message="
"/>
<echo message="${echo.project.classpath}"/>
<echo
message="----------------------------------------------"/>
<taskdef resource="cactus.tasks" classpathref="cactus.classpath"/>
<taskdef resource="net/sf/antcontrib/antcontrib.properties">
<classpath>
<pathelement location="${ant.contrib.jar}"/>
</classpath>
</taskdef>
</target>
-----Original Message-----
From: Vincent Massol [mailto:[EMAIL PROTECTED]
Sent: Friday, July 09, 2004 11:42 PM
To: 'Cactus Users List'
Subject: RE: Cactus1.6.1 and Ant 1.6.1
Hi Bret,
> -----Original Message-----
> From: Bret Kumler [mailto:[EMAIL PROTECTED]
> Sent: mardi 6 juillet 2004 22:36
> To: 'Cactus Users List'
> Subject: Cactus1.6.1 and Ant 1.6.1
>
> I just got Cactus 1.6.1 & Ant 1.6.1
>
> I'm getting the following message.
>
> [taskdef] Could not load definitions from resource cactus.tasks. It
> could
> not be found.
>
> But the cactus task work, how can I get rid of this message?
Strange. I do not have this problem. Could you show us how you use <taskdef>
in your build file?
Thanks
-Vincent
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]