You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Brekke, Jeff" <Je...@qg.com> on 2002/10/08 17:53:19 UTC

RE: [NET] GUMP Build is NOT broken

Looks like the jakarta gump sucessfully built commons-net today.  Still not
sure why yours was getting test failures.

=================================================================
Jeffrey D. Brekke                                   Quad/Graphics
Jeff.Brekke@qg.com                              http://www.qg.com


> -----Original Message-----
> From: Stefan Bodewig [mailto:bodewig@apache.org]
> Sent: Monday, October 07, 2002 10:04 AM
> To: commons-dev@jakarta.apache.org
> Subject: Re: [NET] GUMP Build is broken, well maybe not...
> 
> 
> On Mon, 7 Oct 2002, Jeff Brekke <Je...@qg.com> wrote:
> 
> > I am running rh8.0 and jdk1.4.
> 
> rh7.3 and Sun's jdk1.3.1_03
> 
> Stefan
> 
> --
> To unsubscribe, e-mail:   
> <ma...@jakarta.apache.org>
> For additional commands, e-mail: 
> <ma...@jakarta.apache.org>
> 

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: [NET] GUMP Build is NOT broken

Posted by Stefan Bodewig <bo...@apache.org>.
On Tue, 8 Oct 2002, Jeff Brekke <Je...@qg.com> wrote:

> Looks like the jakarta gump sucessfully built commons-net today.

Yes.

> Still not sure why yours was getting test failures.

Oh, Jakarta's Gump is getting them as well.

You've set your <junit> task to not cancel the build if a test failure
occurs, but if you look at the output (unfortunately you don't use a
<formatter> that would print to Ant's output with detailed
information) here
<http://jakarta.apache.org/builds/gump/2002-10-08/commons-net.html>
you'll see that it says

[junit] Running org.apache.commons.net.ftp.ftp2.parser.NTFTPEntryParserTest 
[junit] Tests run: 4, Failures: 2, Errors: 0, Time elapsed: 0.629 sec

and so on - so the tests fail for this build as well (I bet these are
exactly the same two tests in NTFTPEntryParserTest that failed for me
as well).

Stefan

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>