Details
- State: Success
- For: Project: commons-net
- Working Directory: /export/home/gump/test/workspace/apache-commons/net
- Output: /export/home/gump/test/workspace/tmp/build_apache-commons_commons-net.txt
- Exit Code: 0
- Start Time: Sat, 07 Nov 2009 18:48:13 (GMT)
- End Time: Sat, 07 Nov 2009 18:49:16 (GMT)
- Elapsed Time: 1 min 2 secs
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-07112009 |
|
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-apache-xalan2.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-07112009.jar
/export/home/gump/test/workspace/junit/dist/junit-07112009.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-07112009 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.132 sec
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.132 sec
[junit]
[junit] Testcase: testFTPClientConfigString took 0.007 sec
[junit] Testcase: testFTPClientConfigStringStringStringStringStringString took 0.001 sec
[junit] Testcase: testSetShortMonthNames took 0 sec
[junit] Testcase: testGetServerLanguageCode took 0 sec
[junit] Testcase: testLookupDateFormatSymbols took 0.026 sec
[junit] Testcase: testGetDateFormatSymbols took 0.002 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.149 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.149 sec
[junit]
[junit] Testcase: testDefaultParserFactory took 0.066 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.123 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.123 sec
[junit]
[junit] Testcase: testParseFieldsOnDirectory took 0.025 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.113 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.113 sec
[junit]
[junit] Testcase: testParseFieldsOnAIX took 0.037 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.145 sec
[junit] Tests run: 12, Failures: 0, Errors: 0, Time elapsed: 0.145 sec
[junit] ------------- Standard Output ---------------
[junit] Skipping Feb 29 test
[junit] ------------- ---------------- ---------------
[junit]
[junit] Testcase: testParseTimestamp took 0.006 sec
[junit] Testcase: testParseTimestampWithSlop took 0.002 sec
[junit] Testcase: testParseTimestampAcrossTimeZones took 0.015 sec
[junit] Testcase: testParser took 0.006 sec
[junit] Testcase: testParseShortPastDates1 took 0.006 sec
[junit] Testcase: testParseShortPastDates2 took 0.005 sec
[junit] Testcase: testFeb29IfLeapYear took 0 sec
[junit] Testcase: testFeb29LeapYear took 0.001 sec
[junit] Testcase: testFeb29NonLeapYear took 0.001 sec
[junit] Testcase: testParseDec31Lenient took 0.002 sec
[junit] Testcase: testParseJan01Lenient took 0.002 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.128 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.128 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.19 sec
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.19 sec
[junit]
[junit] Testcase: testParseFieldsOnDirectory took 0.043 sec
[junit] Testcase: testParseFieldsOnFile took 0.01 sec
[junit] Testcase: testDirectoryBeginningWithNumber took 0.005 sec
[junit] Testcase: testDirectoryBeginningWithNumberFollowedBySpaces took 0.009 sec
[junit] Testcase: testConsistentListing took 0.014 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.134 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.134 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.005 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.13 sec
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.13 sec
[junit]
[junit] Testcase: testParseFieldsOnDirectory took 0.031 sec
[junit] Testcase: testParseFieldsOnFile took 0.003 sec
[junit] Testcase: testBadListing took 0.003 sec
[junit] Testcase: testGoodListing took 0.005 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.209 sec
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.209 sec
[junit]
[junit] Testcase: testParseFieldsOnDirectory took 0.038 sec
[junit] Testcase: testParseFieldsOnFile took 0.007 sec
[junit] Testcase: testConsistentListing took 0.014 sec
[junit] Testcase: testBadListing took 0.015 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: 6, Failures: 0, Errors: 0, Time elapsed: 0.176 sec
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.176 sec
[junit]
[junit] Testcase: testNumericDateFormat took 0.04 sec
[junit] Testcase: testParseFieldsOnDirectory took 0.006 sec
[junit] Testcase: testParseFieldsOnFile took 0.006 sec
[junit] Testcase: testNET294 took 0.005 sec
[junit] Testcase: testBadListing took 0.007 sec
[junit] Testcase: testGoodListing took 0.024 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.162 sec
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.162 sec
[junit]
[junit] Testcase: testWholeListParse took 0.037 sec
[junit] Testcase: testWholeListParseWithVersioning took 0.012 sec
[junit] Testcase: testParseFieldsOnDirectory took 0.007 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.096 sec
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.096 sec
[junit]
[junit] Testcase: testCompare took 0.007 sec
[junit] Testcase: testUTCString took 0.002 sec
[junit] Testcase: testDateConversion took 0.001 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.095 sec
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.095 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.001 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.091 sec
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.091 sec
[junit]
[junit] Testcase: testConstructors took 0.004 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.091 sec
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.091 sec
[junit]
[junit] Testcase: testConstructors took 0.004 sec
[junit] Testcase: testStartSubnegotiation took 0 sec
[junit] Testcase: testAnswerSubnegotiation took 0.001 sec
[junit] Testcase: testWill took 0 sec
[junit] Testcase: testDo took 0 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.098 sec
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.098 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: 7, Failures: 0, Errors: 0, Time elapsed: 39.019 sec
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 39.019 sec
[junit]
[junit] Testcase: testInitial took 5.08 sec
[junit] Testcase: testOptionNegotiation took 9.041 sec
[junit] Testcase: testOptionRenegotiation took 5.065 sec
[junit] Testcase: testNotification took 4.569 sec
[junit] Testcase: testDeleteOptionHandler took 5.048 sec
[junit] Testcase: testAYT took 5.059 sec
[junit] Testcase: testSpy took 5.067 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.092 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.092 sec
[junit]
[junit] Testcase: testisValidOption took 0.006 sec
[junit] Testcase: testGetOption took 0 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.093 sec
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.093 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.time.TimeTCPClientTest
[junit] Testsuite: org.apache.commons.net.time.TimeTCPClientTest
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.114 sec
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.114 sec
[junit]
[junit] Testcase: testInitial took 0.004 sec
[junit] Testcase: testCompareTimes took 1.019 sec
test:
jar:
[jar] Building jar: /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/target/commons-net-07112009.jar
javadoc:
[mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/dist/docs/api
[javadoc] Generating Javadoc
[javadoc] Javadoc execution
[javadoc] Loading source files for package org.apache.commons.net...
[javadoc] Loading source files for package org.apache.commons.net.bsd...
[javadoc] Loading source files for package org.apache.commons.net.ftp...
[javadoc] Loading source files for package org.apache.commons.net.ftp.parser...
[javadoc] Loading source files for package org.apache.commons.net.io...
[javadoc] Loading source files for package org.apache.commons.net.nntp...
[javadoc] Loading source files for package org.apache.commons.net.ntp...
[javadoc] Loading source files for package org.apache.commons.net.pop3...
Continuation...
[javadoc] Loading source files for package org.apache.commons.net.smtp...
[javadoc] Loading source files for package org.apache.commons.net.telnet...
[javadoc] Loading source files for package org.apache.commons.net.tftp...
[javadoc] Loading source files for package org.apache.commons.net.util...
[javadoc] Constructing Javadoc information...
[javadoc] Standard Doclet version 1.6.0
[javadoc] Building tree for all the packages and classes...
[javadoc] Building index for all the packages and classes...
[javadoc] Building index for all classes...
dist:
[copy] Copying 3 files to /zonestorage/gump/export/home/gump/test/workspace/apache-commons/net/dist
BUILD SUCCESSFUL
Total time: 1 minute 1 second
Last Updated: Sat, 07 Nov 2009 18:00:09 ().