I turned on the junit formatter to System out, which should hopefully show
the problem. No other server currently seems to have picked up my change.

Stephen

----- Original Message -----
From: "Adam R. B. Jack" <[EMAIL PROTECTED]>
To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]>
Sent: Saturday, May 01, 2004 6:01 PM
Subject: Re: [EMAIL PROTECTED]: jakarta-commons/commons-collections failed


>
>
> > Made a change to get more log info from ant script. Will probably fail
> again
> > tonight :-(
>
> All I can see from here is the one failure unit test:
>
>
>
http://lsd.student.utwente.nl/gump/jakarta-commons/commons-collections/gump_
work/build_jakarta-commons_commons-collections.html
>
> If you turn on junit reports in the build, and tell Gump where to find
them,
> it'll list them for you to view remotely.
>
> Something like:
>
>         <junitreport nested="collections/build/junit/results"/> (or
wherever
> they'd be)
>
> Added to:
>
>
>
http://cvs.apache.org/viewcvs.cgi/gump/project/jakarta-commons.xml?view=mark
up
>
> In here:
>
>   <project name="commons-collections">
>     <package>org.apache.commons.collections</package>
>     <description>Collections</description>
>     <url href="http://jakarta.apache.org/commons/collections.html"/>
>     <ant basedir="collections" target="dist">
>       <property name="component.version" value="@@DATE@@"/>
>     </ant>
>     <depend project="ant" inherit="runtime"/>
>     <depend project="xml-xerces"/>
>     <depend project="junit"/>
>     <work nested="collections/build/classes"/>
>     <work nested="collections/build/tests"/>
>     <home nested="collections/build"/>
>     <jar name="commons-collections-@@DATE@@.jar"/>
>     <javadoc nested="collections/build/docs/apidocs"/>
>
>     <nag to="[EMAIL PROTECTED]"
>          from="Ted Husted &lt;[EMAIL PROTECTED]&gt;"/>
>   </project>
>
> All apache folk have CVS commit permissions on Gump.
>
> BTW: Other Gump run do occur at other times (not just once nightly), so
you
> might get a preview by looking at one of the others:
>
>     http://lsd.student.utwente.nl/gump/servers.html
>
> regards,
>
> Adam
>
>
> ---------------------------------------------------------------------
> 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