Re: Using new Junit 4.1 with ANT

2009-01-22 Thread Steve Loughran
Shawn Castrianni wrote: How can I use the new JUnit 4.1 with ANT 1.7.X? If I put the new junit.jar on the classpath, everything seems to work until the very end when the unit test report is created. ANT tries to use the XSL stylesheets from ant-junit.jar which apparently is not compatible wi

Re: Using new Junit 4.1 with ANT

2009-01-21 Thread Blaine Simpson
The combination JUnit 4.5 + Ant 1.7.1 works fine for me. I make sure my library classpath is clean. If it doesn't work for you with JUnit 4.5 + Ant 1.7.1, I'd say you have an environment problem. Shawn Castrianni wrote: > How can I use the new JUnit 4.1 with ANT 1.7.X? If I put the new junit.j

Using new Junit 4.1 with ANT

2009-01-21 Thread Shawn Castrianni
How can I use the new JUnit 4.1 with ANT 1.7.X? If I put the new junit.jar on the classpath, everything seems to work until the very end when the unit test report is created. ANT tries to use the XSL stylesheets from ant-junit.jar which apparently is not compatible with JUnit 4.1. test.report