Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
-D java.awt.headless true
-D ant.build.clonevm true
-X bootclasspath/p :/export/home/gump/test/workspace/xml-xerces2/build/xercesImpl.jar /export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis.jar
org.apache.tools.ant.Main
-D gump.merge /zonestorage/gump/export/home/gump/test/gump/work/merge.xml
-D build.sysclasspath only
-D final.name commons-net-05092008
dist

Environment Overrides

Name Value
CLASSPATH :/opt/jdk1.6.0/lib/tools.jar /export/home/gump/test/workspace/apache-commons/net/target/classes /export/home/gump/test/workspace/apache-commons/net/target/test-classes /export/home/gump/test/workspace/ant/dist/lib/ant-jmf.jar /export/home/gump/test/workspace/ant/dist/lib/ant-swing.jar /export/home/gump/test/workspace/ant/dist/lib/ant-apache-resolver.jar /export/home/gump/test/workspace/ant/dist/lib/ant-trax.jar /export/home/gump/test/workspace/ant/dist/lib/ant-junit.jar /export/home/gump/test/workspace/ant/dist/lib/ant-launcher.jar /export/home/gump/test/workspace/ant/dist/lib/ant-nodeps.jar /export/home/gump/test/workspace/ant/dist/lib/ant.jar /export/home/gump/packages/junit3.8.1/junit.jar /export/home/gump/test/workspace/xml-commons/java/build/resolver.jar /export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis-ext.jar /export/home/gump/test/workspace/jakarta-oro/jakarta-oro-05092008.jar /export/home/gump/test/workspace/junit/dist/junit-05092008.jar

Command Line

/opt/jdk1.6.0/bin/java -Djava.awt.headless=true -Dant.build.clonevm=true
        -Xbootclasspath/p:/export/home/gump/test/workspace/xml-xerces2/build/xercesImpl.jar:/export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis.jar
        org.apache.tools.ant.Main
        -Dgump.merge=/zonestorage/gump/export/home/gump/test/gump/work/merge.xml
        -Dbuild.sysclasspath=only -Dfinal.name=commons-net-05092008 dist 

Output

Buildfile: /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/build.xml

init:
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/target/lib

get-deps:

compile:
    [javac] Compiling 150 source files to /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/target/classes
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java:31: warning: [deprecation] org.apache.commons.net.ftp.FTPFileListParser in org.apache.commons.net.ftp has been deprecated
    [javac]     implements FTPFileEntryParser, FTPFileListParser
    [javac]                                    ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileList.java:197: warning: [deprecation] org.apache.commons.net.ftp.FTPFileIterator in org.apache.commons.net.ftp has been deprecated
    [javac]     public FTPFileIterator iterator()
    [javac]            ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileList.java:209: warning: [deprecation] org.apache.commons.net.ftp.FTPFileIterator in org.apache.commons.net.ftp has been deprecated
    [javac]     public FTPFileIterator iterator(FTPFileEntryParser parser)
    [javac]            ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileIterator.java:76: warning: [deprecation] org.apache.commons.net.ftp.FTPFileList in org.apache.commons.net.ftp has been deprecated
    [javac]     FTPFileIterator (FTPFileList rawlist)
    [javac]                      ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileIterator.java:89: warning: [deprecation] org.apache.commons.net.ftp.FTPFileList in org.apache.commons.net.ftp has been deprecated
    [javac]     FTPFileIterator (FTPFileList rawlist,
    [javac]                      ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java:57: warning: [deprecation] org.apache.commons.net.ftp.FTPFileList in org.apache.commons.net.ftp has been deprecated
    [javac]         FTPFileList ffl = FTPFileList.create(listStream, this, encoding);
    [javac]         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTPFileEntryParserImpl.java:57: warning: [deprecation] org.apache.commons.net.ftp.FTPFileList in org.apache.commons.net.ftp has been deprecated
    [javac]         FTPFileList ffl = FTPFileList.create(listStream, this, encoding);
    [javac]                           ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTP.java:501: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Class<?> for a varargs call
    [javac] cast to java.lang.Class<?>[] for a non-varargs call and to suppress this warning
    [javac]             Method isConnected = socket.getClass().getMethod("isConnected", null);
    [javac]                                                                             ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/FTP.java:502: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    [javac]             return ((Boolean) isConnected.invoke(socket, null)).booleanValue();
    [javac]                                                          ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParser.java:116: warning: [deprecation] parseFileList(java.io.InputStream) in org.apache.commons.net.ftp.FTPFileEntryParserImpl has been deprecated
    [javac]     public FTPFile[] parseFileList(InputStream listStream) throws IOException {
    [javac]                      ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/java/org/apache/commons/net/ftp/parser/VMSFTPEntryParser.java:118: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
    [javac]         engine.readServerList(listStream);
    [javac]               ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 11 warnings
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/target/classes/META-INF
     [copy] Copying 1 file to /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/target/classes/META-INF

junit-present:

compile-tests:
    [javac] Compiling 37 source files to /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/target/test-classes
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java:95: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
    [javac]         engine.readServerList(
    [javac]               ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/parser/VMSFTPEntryParserTest.java:116: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
    [javac]         engine.readServerList(
    [javac]               ^
    [javac] Note: /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/FTPClientConfigFunctionalTest.java uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 warnings

internal-test:
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/target/test-reports
    [junit] WARNING: multiple versions of ant detected in path for junit 
    [junit]          jar:file:/zonestorage/gump/export/home/gump/test/workspace/ant/dist/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit]      and jar:file:/export/home/gump/test/workspace/ant/dist/lib/ant.jar!/org/apache/tools/ant/Project.class
    [junit] Running org.apache.commons.net.ftp.FTPClientConfigTest
    [junit] Testsuite: org.apache.commons.net.ftp.FTPClientConfigTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.125 sec
    [junit] 
    [junit] Testcase: testFTPClientConfigString took 0.007 sec
    [junit] Testcase: testFTPClientConfigStringStringStringStringStringString took 0 sec
    [junit] Testcase: testSetShortMonthNames took 0.001 sec
    [junit] Testcase: testGetServerLanguageCode took 0 sec
    [junit] Testcase: testLookupDateFormatSymbols took 0.021 sec
    [junit] Testcase: testGetDateFormatSymbols took 0.001 sec
    [junit] Running org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactoryTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.DefaultFTPFileEntryParserFactoryTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.162 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.162 sec
    [junit] 
    [junit] Testcase: testDefaultParserFactory took 0.07 sec
    [junit] Running org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.EnterpriseUnixFTPEntryParserTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.13 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.13 sec
    [junit] 
    [junit] Testcase: testParseFieldsOnDirectory took 0.027 sec
    [junit] Testcase: testParseFieldsOnFile took 0.007 sec
    [junit] Testcase: testBadListing took 0.003 sec
    [junit] Testcase: testGoodListing took 0.003 sec
    [junit] Running org.apache.commons.net.ftp.parser.FTPConfigEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.FTPConfigEntryParserTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.116 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.116 sec
    [junit] 
    [junit] Testcase: testParseFieldsOnAIX took 0.039 sec
    [junit] Testcase: testParseEntryWithSymlink took 0.004 sec
    [junit] Running org.apache.commons.net.ftp.parser.FTPTimestampParserImplTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.FTPTimestampParserImplTest
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.153 sec
    [junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.153 sec
    [junit] ------------- Standard Output ---------------
    [junit] Skipping Feb 29 test
    [junit] ------------- ---------------- ---------------
    [junit] 
    [junit] Testcase: testParseTimestamp took 0.007 sec
    [junit] Testcase: testParseTimestampWithSlop took 0.002 sec
    [junit] Testcase: testParseTimestampAcrossTimeZones took 0.02 sec
    [junit] Testcase: testParser took 0.008 sec
    [junit] Testcase: testParseShortPastDates1 took 0.006 sec
    [junit] Testcase: testParseShortPastDates2 took 0.006 sec
    [junit] Testcase: testFeb29IfLeapYear took 0.001 sec
    [junit] Testcase: testFeb29LeapYear took 0.002 sec
    [junit] Testcase: testFeb29NonLeapYear took 0.001 sec
    [junit] Testcase: testParseDec31Lenient took 0.003 sec
    [junit] Testcase: testParseJan01Lenient took 0.003 sec
    [junit] Testcase: testParseJan01 took 0.003 sec
    [junit] Running org.apache.commons.net.ftp.parser.MVSFTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.MVSFTPEntryParserTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.129 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.129 sec
    [junit] 
    [junit] Testcase: testParseFieldsOnDirectory took 0.029 sec
    [junit] Testcase: testParseFieldsOnFile took 0.004 sec
    [junit] Testcase: testBadListing took 0.002 sec
    [junit] Testcase: testGoodListing took 0.002 sec
    [junit] Running org.apache.commons.net.ftp.parser.NTFTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.NTFTPEntryParserTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.2 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.2 sec
    [junit] 
    [junit] Testcase: testParseFieldsOnDirectory took 0.045 sec
    [junit] Testcase: testParseFieldsOnFile took 0.011 sec
    [junit] Testcase: testDirectoryBeginningWithNumber took 0.005 sec
    [junit] Testcase: testDirectoryBeginningWithNumberFollowedBySpaces took 0.008 sec
    [junit] Testcase: testConsistentListing took 0.013 sec
    [junit] Testcase: testBadListing took 0.01 sec
    [junit] Testcase: testInconsistentListing took 0.005 sec
    [junit] Testcase: testGoodListing took 0.006 sec
    [junit] Running org.apache.commons.net.ftp.parser.NetwareFTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.NetwareFTPEntryParserTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.139 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.139 sec
    [junit] 
    [junit] Testcase: testParseFieldsOnDirectory took 0.036 sec
    [junit] Testcase: testParseFieldsOnFile took 0.003 sec
    [junit] Testcase: testBadListing took 0.002 sec
    [junit] Testcase: testGoodListing took 0.004 sec
    [junit] Running org.apache.commons.net.ftp.parser.OS2FTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.OS2FTPEntryParserTest
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.136 sec
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.136 sec
    [junit] 
    [junit] Testcase: testParseFieldsOnDirectory took 0.033 sec
    [junit] Testcase: testParseFieldsOnFile took 0.003 sec
    [junit] Testcase: testBadListing took 0.003 sec
    [junit] Testcase: testGoodListing took 0.004 sec
    [junit] Running org.apache.commons.net.ftp.parser.OS400FTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.OS400FTPEntryParserTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.181 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.181 sec
    [junit] 
    [junit] Testcase: testParseFieldsOnDirectory took 0.043 sec
    [junit] Testcase: testParseFieldsOnFile took 0.007 sec
    [junit] Testcase: testConsistentListing took 0.013 sec
    [junit] Testcase: testBadListing took 0.013 sec
    [junit] Testcase: testInconsistentListing took 0.006 sec
    [junit] Testcase: testGoodListing took 0.004 sec
    [junit] Running org.apache.commons.net.ftp.parser.UnixFTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.UnixFTPEntryParserTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.18 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.18 sec
    [junit] 
    [junit] Testcase: testNumericDateFormat took 0.041 sec
    [junit] Testcase: testParseFieldsOnDirectory took 0.006 sec
    [junit] Testcase: testParseFieldsOnFile took 0.006 sec
    [junit] Testcase: testBadListing took 0.008 sec
    [junit] Testcase: testGoodListing took 0.026 sec
    [junit] Running org.apache.commons.net.ftp.parser.VMSFTPEntryParserTest
    [junit] Testsuite: org.apache.commons.net.ftp.parser.VMSFTPEntryParserTest
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.171 sec
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.171 sec
    [junit] 
    [junit] Testcase: testWholeListParse took 0.041 sec
    [junit] Testcase: testWholeListParseWithVersioning took 0.012 sec
    [junit] Testcase: testParseFieldsOnDirectory took 0.006 sec
    [junit] Testcase: testParseFieldsOnFile took 0.006 sec
    [junit] Testcase: testBadListing took 0.004 sec
    [junit] Testcase: testGoodListing took 0.009 sec
    [junit] Running org.apache.commons.net.ntp.TimeStampTest
    [junit] Testsuite: org.apache.commons.net.ntp.TimeStampTest
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
    [junit] 
    [junit] Testcase: testCompare took 0.006 sec
    [junit] Testcase: testUTCString took 0.002 sec
    [junit] Testcase: testDateConversion took 0 sec
    [junit] Running org.apache.commons.net.telnet.EchoOptionHandlerTest
    [junit] Testsuite: org.apache.commons.net.telnet.EchoOptionHandlerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.102 sec
    [junit] 
    [junit] Testcase: testConstructors took 0.004 sec
    [junit] Testcase: testStartSubnegotiation took 0 sec
    [junit] Testcase: testAnswerSubnegotiation took 0 sec
    [junit] Testcase: testWill took 0 sec
    [junit] Testcase: testDo took 0.001 sec
    [junit] Running org.apache.commons.net.telnet.InvalidTelnetOptionExceptionTest
    [junit] Testsuite: org.apache.commons.net.telnet.InvalidTelnetOptionExceptionTest
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.094 sec
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.094 sec
    [junit] 
    [junit] Testcase: testConstructors took 0.005 sec
    [junit] Running org.apache.commons.net.telnet.SimpleOptionHandlerTest
    [junit] Testsuite: org.apache.commons.net.telnet.SimpleOptionHandlerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.1 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.1 sec
    [junit] 
    [junit] Testcase: testConstructors took 0.004 sec
    [junit] Testcase: testStartSubnegotiation took 0.001 sec
    [junit] Testcase: testAnswerSubnegotiation took 0 sec
    [junit] Testcase: testWill took 0 sec
    [junit] Testcase: testDo took 0.001 sec
    [junit] Running org.apache.commons.net.telnet.SuppressGAOptionHandlerTest
    [junit] Testsuite: org.apache.commons.net.telnet.SuppressGAOptionHandlerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.099 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.099 sec
    [junit] 
    [junit] Testcase: testConstructors took 0.004 sec
    [junit] Testcase: testStartSubnegotiation took 0 sec
    [junit] Testcase: testAnswerSubnegotiation took 0 sec
    [junit] Testcase: testWill took 0.001 sec
    [junit] Testcase: testDo took 0 sec
    [junit] Running org.apache.commons.net.telnet.TelnetClientTest
    [junit] Testsuite: org.apache.commons.net.telnet.TelnetClientTest
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 44.145 sec
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 44.145 sec
    [junit] 
    [junit] Testcase: testInitial took 5.074 sec
    [junit] Testcase: testOptionNegotiation took 9.084 sec
    [junit] Testcase: testOptionRenegotiation took 5.058 sec
    [junit] Testcase: testNotification took 4.598 sec
    [junit] Testcase: testDeleteOptionHandler took 5.057 sec
    [junit] Testcase: testAYT took 5.058 sec
    [junit] Testcase: testSpy took 5.058 sec
    [junit] Testcase: testSetReaderThread took 5.059 sec
    [junit] Running org.apache.commons.net.telnet.TelnetOptionTest
    [junit] Testsuite: org.apache.commons.net.telnet.TelnetOptionTest
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.098 sec
    [junit] 
    [junit] Testcase: testisValidOption took 0.005 sec
    [junit] Testcase: testGetOption took 0.001 sec
    [junit] Running org.apache.commons.net.telnet.TerminalTypeOptionHandlerTest
    [junit] Testsuite: org.apache.commons.net.telnet.TerminalTypeOptionHandlerTest
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.101 sec
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.101 sec
    [junit] 
    [junit] Testcase: testConstructors took 0.005 sec
    [junit] Testcase: testStartSubnegotiation took 0 sec
    [junit] Testcase: testAnswerSubnegotiation took 0 sec
    [junit] Testcase: testWill took 0.001 sec
    [junit] Testcase: testDo took 0 sec
    [junit] Running org.apache.commons.net.time.TimeTCPClientTest
    [junit] Testsuite: org.apache.commons.net.time.TimeTCPClientTest
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 225.758 sec
    [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 225.758 sec
    [junit] 
    [junit] Testcase: testInitial took 0.005 sec
    [junit] Testcase: testCompareTimes took 225.657 sec
    [junit] 	Caused an ERROR
    [junit] Connection timed out
    [junit] java.net.ConnectException: Connection timed out
    [junit] 	at java.net.PlainSocketImpl.socketConnect(Native Method)
    [junit] 	at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    [junit] 	at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    [junit] 	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    [junit] 	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    [junit] 	at java.net.Socket.connect(Socket.java:519)
    [junit] 	at java.net.Socket.connect(Socket.java:469)
    [junit] 	at java.net.Socket.<init>(Socket.java:366)
    [junit] 	at java.net.Socket.<init>(Socket.java:208)
    [junit] 	at org.apache.commons.net.DefaultSocketFactory.createSocket(DefaultSocketFactory.java:68)
    [junit] 	at org.apache.commons.net.SocketClient.connect(SocketClient.java:142)

Continuation...

    [junit] 	at org.apache.commons.net.time.TimeTCPClientTest.testCompareTimes(TimeTCPClientTest.java:89)
    [junit] 

BUILD FAILED
/zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/build.xml:101: Test org.apache.commons.net.time.TimeTCPClientTest failed

Total time: 4 minutes 45 seconds

Last Updated: Fri, 05 Sep 2008 06:00:06 ().Python Logo