You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gump <is...@commons.apache.org> on 2009/08/28 04:19:29 UTC

[GUMP@vmgump]: Project commons-net (in module apache-commons) failed

To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at general@gump.apache.org.

Project commons-net has an issue affecting its community integration.
This issue affects 3 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-net :  Commons Net
    - james-server :  James Server
    - smartfrog-components :  Smartfrog: Application Deployment from HP Laboratories


Full details are available at:
    http://vmgump.apache.org/gump/public/apache-commons/commons-net/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-net-27082009.jar] identifier set to project name
 -INFO- Made directory [/srv/gump/public/workspace/apache-commons/net/target/classes]
 -INFO- Made directory [/srv/gump/public/workspace/apache-commons/net/target/test-classes]
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-net/gump_work/build_apache-commons_commons-net.html
Work Name: build_apache-commons_commons-net (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Dant.build.clonevm=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=commons-net-27082009 dist 
[Working Directory: /srv/gump/public/workspace/apache-commons/net]
CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/net/target/classes:/srv/gump/public/workspace/apache-commons/net/target/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-27082009.jar:/srv/gump/public/workspace/junit/dist/junit-27082009.jar
---------------------------------------------
    [javac]             if (element instanceof FTPFile)
    [javac]                                    ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:131: cannot find symbol
    [javac] symbol  : class FTPFile
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]                 FTPFile file = (FTPFile) element;
    [javac]                 ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:131: cannot find symbol
    [javac] symbol  : class FTPFile
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]                 FTPFile file = (FTPFile) element;
    [javac]                                 ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:152: cannot find symbol
    [javac] symbol  : class FTPClient
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]         client = new FTPClient();
    [javac]                      ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:190: cannot find symbol
    [javac] symbol  : class FTPListParseEngine
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]         FTPListParseEngine engine = client.initiateListParsing();
    [javac]         ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:203: cannot find symbol
    [javac] symbol  : class FTPListParseEngine
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]         FTPListParseEngine engine = client.initiateListParsing(validParserKey,
    [javac]         ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:217: cannot find symbol
    [javac] symbol  : class FTPListParseEngine
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]         FTPListParseEngine engine = client.initiateListParsing(validPath);
    [javac]         ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:230: cannot find symbol
    [javac] symbol  : class FTPListParseEngine
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]         FTPListParseEngine engine = client.initiateListParsing(invalidPath);
    [javac]         ^
    [javac] /srv/gump/public/workspace/apache-commons/net/src/test/org/apache/commons/net/ftp/ListingFunctionalTest.java:241: cannot find symbol
    [javac] symbol  : class FTPListParseEngine
    [javac] location: class org.apache.commons.net.ftp.ListingFunctionalTest
    [javac]         FTPListParseEngine engine = client.initiateListParsing(invalidParserKey,
    [javac]         ^
    [javac] Note: /srv/gump/public/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] 100 errors

BUILD FAILED
/srv/gump/public/workspace/apache-commons/net/build.xml:137: Compile failed; see the compiler error output for details.

Total time: 5 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apache-commons/commons-net/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apache-commons/commons-net/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 06001627082009, vmgump:vmgump-public:06001627082009
Gump E-mail Identifier (unique within run) #3.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org