Does the classpath for your taskdef contain the relevant jar file ?

Try this if the jar is in your dependency classpath:

<taskdef name="xmlctask" classname="org.swzoo.ant.XMLCTask">
  <classpath refid="maven.dependency.classpath"/>
</taskdef>

Age


> -----Original Message-----
> From: James CE Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 09, 2002 15:08
> To: [EMAIL PROTECTED]
> Subject: xmlc?
> 
> 
> Hi all,
> 
> Does anybody have a working XMLC configuration? I'm helping one of our
> other teams upgrade from the old Maven b4 stuff to the latest mainline. At
> the moment, I'm having issues with    <taskdef name="xmlctask" 
>classname="org.swzoo.ant.XMLCTask">
> 
> [ERROR] java.lang.ClassNotFoundException: org.swzoo.ant.XMLCTask
> 
> Thanks,
> J
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 

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

Reply via email to