Re: problem running ant/junit from Eclipse

2006-01-16 Thread Steve Loughran
maarten roosendaal wrote: Thanks, i changed the pattern to exclude innerclasses: Maarten yeah, that would do it. I always give my tests the same ending, so *Test.class catches it. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: problem running ant/junit from Eclipse

2006-01-16 Thread maarten roosendaal
Thanks, i changed the pattern to exclude innerclasses: Maarten --- Steve Loughran <[EMAIL PROTECTED]> wrote: > maarten roosendaal wrote: > > Hi, > > > > I have create a MultiThreadedTestCase based on the > one > > descibed in > > > http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.ht

Re: problem running ant/junit from Eclipse

2006-01-16 Thread Steve Loughran
maarten roosendaal wrote: Hi, I have create a MultiThreadedTestCase based on the one descibed in http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html. It uses an Innerclass that extends TestCaseRunnable that implements Runnable. When i run the test from Eclipse it works fine. When i

problem running ant/junit from Eclipse

2006-01-16 Thread maarten roosendaal
Hi, I have create a MultiThreadedTestCase based on the one descibed in http://www.javaworld.com/javaworld/jw-12-2000/jw-1221-junit.html. It uses an Innerclass that extends TestCaseRunnable that implements Runnable. When i run the test from Eclipse it works fine. When i run the test from an ANT bu