On Tue, 8 Oct 2002, Jeff Brekke <[EMAIL PROTECTED]> 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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to