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 gene...@gump.apache.org.

Project commons-vfs has an issue affecting its community integration.
This issue affects 29 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - ant-contrib :  Useful little Ant tasks
    - ant-contrib-test :  Useful little Ant tasks
    - antbook-diary-core :  Examples to go with Java Development with Ant
    - antbook-sections :  Examples to go with Java Development with Ant
    - cddlm :  Configuration and Deployment of Grid Applications and System...
    - commons-vfs :  Apache Commons
    - commons-vfs-sandbox :  Apache Commons
    - excalibur-fortress-bean :  Repository of reusable components.
    - excalibur-fortress-container-impl :  Repository of reusable components.
    - excalibur-fortress-container-test :  Repository of reusable components.
    - excalibur-fortress-examples :  Repository of reusable components.
    - excalibur-fortress-migration :  Repository of reusable components.
    - excalibur-fortress-platform :  Repository of reusable components.
    - excalibur-fortress-testcase :  Repository of reusable components.
    - excalibur-monitor :  Repository of reusable components.
    - excalibur-sourceresolve :  Repository of reusable components.
    - excalibur-xmlutil :  Repository of reusable components.
    - invicta :  Open-source build management tool.
    - ivy :  Ivy Core
    - ivy-tests :  Ivy is a tool for managing (recording, tracking, resolving 
a...
    - logging-log4cxx-ant :  Apache log4cxx
    - logging-log4cxx-ant-no_wchar_t :  Apache log4cxx
    - logging-log4cxx-ant-static :  Apache log4cxx
    - smartfrog :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-components :  Smartfrog: Application Deployment from HP 
Laboratories
    - smartfrog-tasks :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-tasks-test :  Smartfrog: Application Deployment from HP 
Laboratories
    - smartfrog-test :  Smartfrog: Application Deployment from HP Laboratories
    - smartfrog-testharness :  Smartfrog: Application Deployment from HP 
Laboratories


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-vfs-07012009.jar] identifier set to project name
 -INFO- Made directory 
[/srv/gump/public/workspace/apache-commons/vfs/target/classes]
 -INFO- Made directory 
[/srv/gump/public/workspace/apache-commons/vfs/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-vfs/gump_work/build_apache-commons_commons-vfs.html
Work Name: build_apache-commons_commons-vfs (Type: Build)
Work ended in a state of : Failed
Elapsed: 11 secs
Command Line: /usr/lib/jvm/java-1.5.0-sun/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dfinal.name=commons-vfs-07012009 dist 
[Working Directory: /srv/gump/public/workspace/apache-commons/vfs]
CLASSPATH: 
/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/vfs/target/classes:/srv/gump/public/workspace/apache-commons/vfs/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/public/workspace/junit/dist/junit-07012009.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-07012009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-07012009.jar:/s
 
rv/gump/public/workspace/apache-commons/collections/build/commons-collections-07012009.jar:/srv/gump/public/workspace/apache-commons/net/dist/commons-net-07012009.jar:/srv/gump/public/workspace/jakarta-slide/webdavclient/dist/lib/jakarta-slide-webdavlib-07012009.jar:/srv/gump/public/workspace/httpcomponents/2.0.2/commons-httpclient-2.0.2.jar:/srv/gump/packages/jcifs/jcifs-0.8.1.jar:/srv/gump/packages/jsch/jsch-0.1.38.jar
---------------------------------------------
    [javac]             ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:363:
 cannot find symbol
    [javac] symbol  : variable DavConstants
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]             DavProperty property = getProperty(name, 
DavConstants.PROPERTY_RESOURCETYPE);
    [javac]                                                      ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:367:
 cannot find symbol
    [javac] symbol  : variable DavConstants
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]                 return node.getLocalName().equals( 
DavConstants.XML_COLLECTION );
    [javac]                                                    ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:383:
 cannot find symbol
    [javac] symbol  : class DavPropertyNameSet
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         DavPropertyNameSet nameSet = new DavPropertyNameSet();
    [javac]         ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:383:
 cannot find symbol
    [javac] symbol  : class DavPropertyNameSet
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         DavPropertyNameSet nameSet = new DavPropertyNameSet();
    [javac]                                          ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:384:
 cannot find symbol
    [javac] symbol  : class DavPropertyName
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         DavPropertyName name = DavPropertyName.create(property);
    [javac]         ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:384:
 cannot find symbol
    [javac] symbol  : variable DavPropertyName
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         DavPropertyName name = DavPropertyName.create(property);
    [javac]                                ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:386:
 cannot find symbol
    [javac] symbol  : class DavPropertySet
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         DavPropertySet propertySet = getProperties(fileName, 
nameSet, false);
    [javac]         ^
    [javac] 
/srv/gump/public/workspace/apache-commons/vfs/core/src/main/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:397:
 cannot find symbol
    [javac] symbol  : class PropFindMethod
    [javac] location: class 
org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]             PropFindMethod method = new PropFindMethod(urlStr, 
nameSet, DavConstants.DEPTH_0);
    [javac]             ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 100 errors
    [javac] 2 warnings

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

Total time: 10 seconds
---------------------------------------------

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

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

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

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

Reply via email to