Nathan Coast <[EMAIL PROTECTED]> wrote on 23/09/2003 02:12:13 PM:

[snip]
>    at org.apache.commons.jelly.impl.TagScript.run(TagScript.java:279)
>    ... 15 more
> Caused by: java.lang.NoClassDefFoundError: junit/framework/TestListener
>    at java.lang.Class.getDeclaredConstructors0(Native Method)
>    at java.lang.Class.privateGetDeclaredConstructors(Class.java:1590)
>    at java.lang.Class.getDeclaredConstructors(Class.java:1152)
>    at org.apache.tools.ant.AntClassLoader.
> initializeClass(AntClassLoader.java:484)
>    at 
org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:231)
>    ... 19 more

Your junit jar is not on the "root" class loader. You need to set this in 
your dependency/property element.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/




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

Reply via email to