Re: Can I suppress the junit output?

2004-01-04 Thread dion
Scott, I believe the only way to do this is to tweak the junit plugin. I'll try it out and see if the output is more acceptable. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Scott Brickner <[EMAIL PROTECTED]> wrote on 30/12/2003 09:00:22 AM: > How c

Re: Can I suppress the junit output?

2003-12-30 Thread Scott Brickner
maven.junit.fork=true > > Emmanuel > > - Original Message - > From: "Scott Brickner" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, December 29, 2003 11:00 PM > Subject: Can I suppress the junit output? > > > >

Re: Can I suppress the junit output?

2003-12-30 Thread Emmanuel Venisse
You can fork junit with this : maven.junit.fork=true Emmanuel - Original Message - From: "Scott Brickner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 29, 2003 11:00 PM Subject: Can I suppress the junit output? > How can I fix things so

Can I suppress the junit output?

2003-12-29 Thread Scott Brickner
How can I fix things so I don't get the 5+ lines of output on the console for every single testcase? I really only want to know when a test fails. The xml reports are fine for when I'm building the site, but 99% of the time I'm building during new development and just want failing testcases. In m