Re: JUnit task and the 'fork' attribute...

2007-01-30 Thread Andrew Close
Peter, thanks for your response. the simple solution was to add the junit.jar to my ant lib/ dir. duh. thanks for 'reminding' me of the verbose feature. i'll try to be a bit more diligent in the future. ;) andy On 1/29/07, Peter Reilly <[EMAIL PROTECTED]> wrote: try with ant -verbose. Th

Re: JUnit task and the 'fork' attribute...

2007-01-29 Thread Peter Reilly
try with ant -verbose. This problem can happen with having old versions of ant in the classpath of the forked junit task. In this case the contents of lib.path should be looked at. (common causes would be jars that have embedded ant classes - fo example weblogic.jar and jrun.jar) In the current