RE: Junit report for multiple projects

2011-06-20 Thread Echlin, Robert
Err - right - you are using ant , at least you are now - the original message said antcall. Is " -Original Message- > From: kasim ahmed [mailto:mail2ka...@googlemail.com] > Sent: Monday, June 20, 2011 11:01 AM > To: Ant Users List > Subject: Re: Junit report for

RE: Junit report for multiple projects

2011-06-20 Thread Echlin, Robert
Then try "Ant", instead of "Antcall". Rob > -Original Message- > From: kasim ahmed [mailto:mail2ka...@googlemail.com] > Sent: Monday, June 20, 2011 11:01 AM > To: Ant Users List > Subject: Re: Junit report for multiple projects > > sorry, junit-1

Re: Junit report for multiple projects

2011-06-20 Thread kasim ahmed
sorry, junit-1,junit-2,junit-3 are in different project and each project is having build.xml. On Mon, Jun 20, 2011 at 4:21 PM, Echlin, Robert wrote: > You are running separate copies of ant for each of the junit tests. > Instead, run them all in the same Ant invocation, and make the "mainbu

RE: Junit report for multiple projects

2011-06-20 Thread Echlin, Robert
You are running separate copies of ant for each of the junit tests. Instead, run them all in the same Ant invocation, and make the "mainbuild" target depend on all of them. The above line replaces the first 4 nonblank lines (shown below) from your example. > > > > Rob > -O