I must be missing something basic here,  if I use your junit task line
verbatim, my ant does not recognize the printsummary value
*withOutAndErr* or the attribute junit.filtertrace.  I tried using...
<junit printsummary="withOutAndErr" showoutput="yes" filtertrace="on">
and I get not errors from ant when it parses the build file but my
output (with the two java errors, remains the same??? 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, March 03, 2004 4:18 AM
To: [EMAIL PROTECTED]
Subject: Re: Unable to get junit task to work

Errors in junit indicate that some exception was raised during the test.
Add the attribute junit.filtertrace="on"

<junit printsummary="*withOutAndErr*" showoutput="yes"
junit.filtertrace="on">

Cheers,
Antoine





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to