Works for me!

> -----Original Message-----
> From: Brekke, Jeff [mailto:[EMAIL PROTECTED]] 
> Sent: Saturday, May 11, 2002 1:25 PM
> To: 'Turbine Maven Users List'
> Subject: RE: Turbine swallows test information
> 
> 
> The test results were always being written to both an xml and 
> text report. You didn't need to build the docs to see 
> detailed test results, but you did need to open an additional 
> file.  I like being able to toggle this on and off during development.
> 
> =================================================================
> Jeffrey D. Brekke                                   Quad/Graphics
> [EMAIL PROTECTED]                              http://www.qg.com
> 
> 
> > -----Original Message-----
> > From: Stéphane MOR [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, May 11, 2002 12:28 PM
> > To: Turbine Maven Users List
> > Subject: Re: Turbine swallows test information
> > 
> > 
> > Glenn A. McAllister wrote:
> > 
> > >On Sat, 11 May 2002, Berin Loritsch wrote:
> > >
> > >>>From: Stéphane MOR [mailto:[EMAIL PROTECTED]]
> > >>>Maybe something like maven.test.verbose = true | false ...
> > >>>
> > >>That would work.  But this is a case where it may 
> actually be easier 
> > >>to decide on one way or another to do things. I don't believe the 
> > >><junit><formatter/></junit> entry supports an "unless" attribute.
> > >>
> > Just tried :
> > 
> > - build-test.xml :
> > 
> > <condition property="maven.test.usefile" value="false">
> >     <equals arg1="${maven.test.verbose}" arg2="true"/>  // <istrue>
> > doesn't work on my box
> > </condition>
> > 
> > <condition property="maven.test.usefile">
> >     <equals arg1="${maven.test.verbose}" arg2="false"/> </condition>
> > 
> > <junit ...
> >   <formatter type="plain" usefile="${maven.test.usefile}"> </junit>
> > 
> > - default.properties
> > 
> > maven.test.verbose = false
> > 
> > - ~/build.properties
> > 
> > maven.test.verbose = true | false
> > 
> > This is a quick and dirty hack, but it worked ...
> > 
> > Stéphane
> > 
> > PS: it's true that it is easier to debug with the "verbose" mode,
> > instead of having to build the docs
> > 
> > 
> > 
> > 
> > _________________________________________________________
> > 
> > Do You Yahoo!?
> > 
> > Get your free @yahoo.com address at http://mail.yahoo.com
> > 
> > 
> > 
> > 
> > --
> > To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:turbine-maven-user-> [EMAIL PROTECTED]>
> 
> --
> To 
> unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:turbine-maven-user-> [EMAIL PROTECTED]>
> 


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

Reply via email to