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://w

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