Louise Pryor <[EMAIL PROTECTED]> wrote: > However, I still have to do a taskdef for the junit task, else it > doesn't find the task; > > > and then, when I run it, I get > > run.test: > [junit] Running dev.uk.co.sfs.calcengine.RRResultsTest > [junit] java.lang.NoClassDefFoundError: > org/apache/tools/ant/taskdefs/optional/junit/JUnitTestRunner Well, if this is the message, Ant obviously knows which class it is supposed to load for the junit task. Are you specifying a classpath with your taskdef? I guess junit is not in your system CLASSPATH so Ant cannot load the junit task because it doesn't find JUnit itself. Stefan
- using optional tasks with the binary distribution Boutelle, Jonathan
- RE: using optional tasks with the binary distri... Jeff Post
- RE: using optional tasks with the binary distri... Eddie Bernard
- Re: using optional tasks with the binary di... Larry V. Streepy, Jr.
- RE: using optional tasks with the binar... Conor MacNeill
- More optional task problems Louise Pryor
- Re: More optional task problem... Stefan Bodewig
- Re: More optional task pro... Louise Pryor
- Re: More optional task... Diane Holt
- Re: More optional task... Louise Pryor
- Re: More optional task... Diane Holt
- Re: More optional task... Louise Pryor
- Re: More optional task... Diane Holt