> -----Original Message-----
> From: Bret Kumler [mailto:[EMAIL PROTECTED]
> Sent: lundi 12 juillet 2004 17:59
> To: 'Cactus Users List'
> Subject: RE: Cactus1.6.1 and Ant 1.6.1
> 
> Vincent, here ya go.

[snip]

> 
>       <taskdef resource="cactus.tasks" classpathref="cactus.classpath"/>

[snip]

Ok. And is cactus.classpath correctly defined as:

  <path id="cactus.classpath">
    <pathelement location="${aspectjrt.jar}"/>
    <pathelement location="${cactus.jar}"/>
    <pathelement location="${cactus.ant.jar}"/>
    <pathelement location="${commons.httpclient.jar}"/>
    <pathelement location="${commons.logging.jar}"/>
    <pathelement location="${junit.jar}"/>
  </path>

?

That would be the reason for the taskdef not being able to download some
Cactus Ant task.

Could you also run it in debug mode (ant -debug) and show us what it says?

Thanks
-Vincent

> 
> 
> 
> -----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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to