> cheers,
>
> I've tried adding this to the plugin's project.xml
>
> <dependency>
> <id>ant-optional</id>
> <groupId>ant</groupId>
> <version>1.5.3-1</version>
> </dependency>
>
> and this to the plugin.jelly
>
> <taskdef name="junit"
> classname="org.apache.tools.ant.taskdefs.optional.junit.JUnitTask"
> classpath="${plugin.getDependencyPath('ant-optional')}" />
>
> but it still doesn't work :(
I'd say you need Ant-optional as well as Junit to run that task as well as
some other jars.
--
dIon Gillard, Multitask Consulting
Blog: http://blogs.codehaus.org/people/dion/
Nathan Coast <[EMAIL PROTECTED]> wrote on 22/09/2003 09:43:33 PM:
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]