You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by commons-vfs development <co...@jakarta.apache.org> on 2005/10/03 13:17:36 UTC

[GUMP@vmgump]: Project commons-vfs (in module jakarta-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-vfs has an issue affecting its community integration.
This issue affects 8 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-vfs :  Jakarta 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-monitor :  Repository of reusable components.
    - excalibur-sourceresolve :  Repository of reusable components.
    - excalibur-xmlutil :  Repository of reusable components.
    - logging-log4j-chainsaw :  Chainsaw log viewer


Full details are available at:
    http://vmgump.apache.org/gump/public/jakarta-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-03102005.jar] identifier set to project name
 -INFO- Optional dependency slide-webdavclient prerequisite failed with reason missing build outputs
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/jakarta-commons/commons-vfs/gump_work/build_jakarta-commons_commons-vfs.html
Work Name: build_jakarta-commons_commons-vfs (Type: Build)
Work ended in a state of : Failed
Elapsed: 4 secs
Command Line: java -Djava.awt.headless=true -Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dfinal.name=commons-vfs-03102005 dist 
[Working Directory: /usr/local/gump/public/workspace/jakarta-commons/vfs]
CLASSPATH: /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/jakarta-commons/vfs/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-03102005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-03102005.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-03102005.jar:/usr/local/gump/public/workspace/jakarta-commons-sandbox/compress/target/commons-compress-03102005.jar:/usr/local/gump/public/workspace/commons-httpclient-20-branch/dist/commons-httpclient-2.0-03102005.jar:/usr/local/gump/public/workspace/jakarta-commons/net/dist/commons-net-03102005.jar:client-webdavlib-gump-30092005.jar:/usr/local/gump/packages/jcifs/jcifs-0.8.1.jar:/usr/local/gump/packages/jsch-0.1.18/dist/lib/jsch-gump.jar
---------------------------------------------
    [javac] symbol  : class WebdavResource 
    [javac] location: class org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         WebdavResource[] children = new org.apache.webdav.lib.WebdavResource[0];
    [javac]         ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:295: package org.apache.webdav.lib does not exist
    [javac]         WebdavResource[] children = new org.apache.webdav.lib.WebdavResource[0];
    [javac]                                                              ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:322: cannot resolve symbol
    [javac] symbol  : class WebdavResource 
    [javac] location: class org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]             WebdavResource dav = children[i];
    [javac]             ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:516: cannot resolve symbol
    [javac] symbol  : variable DepthSupport 
    [javac] location: class org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         final Enumeration e = resource.propfindMethod(DepthSupport.DEPTH_0);
    [javac]                                                       ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:519: package XMLResponseMethodBase does not exist
    [javac]             final XMLResponseMethodBase.Response response = (XMLResponseMethodBase.Response) e.nextElement();
    [javac]                                        ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:519: package XMLResponseMethodBase does not exist
    [javac]             final XMLResponseMethodBase.Response response = (XMLResponseMethodBase.Response) e.nextElement();
    [javac]                                                                                   ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:523: cannot resolve symbol
    [javac] symbol  : class BaseProperty 
    [javac] location: class org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]                 final BaseProperty property = (BaseProperty) properties.nextElement();
    [javac]                       ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:523: cannot resolve symbol
    [javac] symbol  : class BaseProperty 
    [javac] location: class org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]                 final BaseProperty property = (BaseProperty) properties.nextElement();
    [javac]                                                ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:550: cannot resolve symbol
    [javac] symbol  : class OptionsMethod 
    [javac] location: class org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         final OptionsMethod optionsMethod = new OptionsMethod(getName().getPath());
    [javac]               ^
    [javac] /x1/gump/public/workspace/jakarta-commons/vfs/src/java/org/apache/commons/vfs/provider/webdav/WebdavFileObject.java:550: cannot resolve symbol
    [javac] symbol  : class OptionsMethod 
    [javac] location: class org.apache.commons.vfs.provider.webdav.WebdavFileObject
    [javac]         final OptionsMethod optionsMethod = new OptionsMethod(getName().getPath());
    [javac]                                                 ^
    [javac] 30 errors
    [javac] 3 warnings

BUILD FAILED
/x1/gump/public/workspace/jakarta-commons/vfs/build.xml:46: Compile failed; see the compiler error output for details.

Total time: 4 seconds
---------------------------------------------

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

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 20000003102005, vmgump.apache.org:vmgump-public:20000003102005
Gump E-mail Identifier (unique within run) #33.

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

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