Re: Junit4/1.7

2006-10-12 Thread Antoine Levy-Lambert
Rodriguez, Adrian wrote: >> >> > Sunday 10/15 or Sunday 10/15 > Is the code fix for this in HEAD? I might just build it here to test > out the junit task. > > Yes the code fix is already in SVN. > thanx =) > > > Antoine

RE: Junit4/1.7

2006-10-12 Thread Rodriguez, Adrian
>On 10/12/06, Rodriguez, Adrian <[EMAIL PROTECTED]> wrote: >> I tried to execute the junit task using 1.7b2 and when I set >> fork="false," I get a report that says "No runnable methods found." >> My test case has 18 methods annotated with @Test. >> >> Now I set fork="true." I keep getting >>

Re: Junit4/1.7

2006-10-12 Thread Peter Reilly
ant 1.7.0beta3 (next sunday) will fix these two problems. Peter On 10/12/06, Rodriguez, Adrian <[EMAIL PROTECTED]> wrote: I tried to execute the junit task using 1.7b2 and when I set fork="false," I get a report that says "No runnable methods found." My test case has 18 methods annotated with

Junit4/1.7

2006-10-12 Thread Rodriguez, Adrian
I tried to execute the junit task using 1.7b2 and when I set fork="false," I get a report that says "No runnable methods found." My test case has 18 methods annotated with @Test. Now I set fork="true." I keep getting junitvmwatcher.properties (The system cannot find the file specified). Anyone