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 [email protected].
Project xdoclet-apache-module-prepare has an issue affecting its community
integration.
This issue affects 3 projects,
and has been outstanding for 5 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- ant-xdocs-proposal : Java based build tool
- xdoclet : Enhanced Doclet engine.
- xdoclet-apache-module-prepare : Intermediate target that prepares
xdoclet's
apache modul...
Full details are available at:
http://vmgump.apache.org/gump/public/xdoclet/xdoclet-apache-module-prepare/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-INFO- Failed with reason build failed
The following work was performed:
http://vmgump.apache.org/gump/public/xdoclet/xdoclet-apache-module-prepare/gump_work/build_xdoclet_xdoclet-apache-module-prepare.html
Work Name: build_xdoclet_xdoclet-apache-module-prepare (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: /usr/lib/jvm/java-6-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 xdoclet-xml
[Working Directory: /srv/gump/public/workspace/xdoclet/modules/apache]
CLASSPATH:
/usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/xdoclet/core/build/classes:/srv/gump/public/workspace/xdoclet/modules/build/xdoclet/classes:/srv/gump/public/workspace/xdoclet/modules/build/ejb/classes:bsf-gump-16072009.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-18072009.jar:/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/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/xdoclet/lib/prettyprinter.jar:/srv/gump/public/workspace/logging-log
4j-12/dist/lib/log4j-18072009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-18072009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-18072009.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-18072009.jar:/srv/gump/public/workspace/junit/dist/junit-18072009.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/xjavadoc/target/xjavadoc-18072009.jar
---------------------------------------------
[javac] symbol : class BSFManager
[javac] location: class xdoclet.modules.apache.bsf.BsfSubTemplateEngine
[javac] private BSFManager bsfManager;
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler.java:15:
warning: [deprecation] org.apache.commons.collections.SequencedHashMap in
org.apache.commons.collections has been deprecated
[javac] import org.apache.commons.collections.SequencedHashMap;
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/bsf/BsfSubTemplateEngine.java:56:
cannot find symbol
[javac] symbol : class BSFManager
[javac] location: class xdoclet.modules.apache.bsf.BsfSubTemplateEngine
[javac] bsfManager = new BSFManager();
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/bsf/BsfSubTemplateEngine.java:69:
cannot find symbol
[javac] symbol : class ObjectRegistry
[javac] location: class xdoclet.modules.apache.bsf.BsfSubTemplateEngine
[javac] ObjectRegistry objreg = bsfManager.getObjectRegistry();
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/bsf/BsfSubTemplateEngine.java:82:
cannot find symbol
[javac] symbol : class ObjectRegistry
[javac] location: class xdoclet.modules.apache.bsf.BsfSubTemplateEngine
[javac] ObjectRegistry objreg = bsfManager.getObjectRegistry();
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/bsf/BsfSubTemplateEngine.java:94:
cannot find symbol
[javac] symbol : class ObjectRegistry
[javac] location: class xdoclet.modules.apache.bsf.BsfSubTemplateEngine
[javac] bsfManager.setObjectRegistry(new ObjectRegistry());
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/bsf/BsfSubTemplateEngine.java:118:
cannot find symbol
[javac] symbol : class BSFEngine
[javac] location: class xdoclet.modules.apache.bsf.BsfSubTemplateEngine
[javac] BSFEngine bsfEngine =
bsfManager.loadScriptingEngine(scriptingEngine);
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/bsf/BsfSubTemplateEngine.java:124:
cannot find symbol
[javac] symbol : class BSFException
[javac] location: class xdoclet.modules.apache.bsf.BsfSubTemplateEngine
[javac] catch (BSFException e) {
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler.java:338:
warning: [deprecation] org.apache.commons.collections.SequencedHashMap in
org.apache.commons.collections has been deprecated
[javac] Map fields = new SequencedHashMap();
[javac] ^
[javac]
/srv/gump/public/workspace/xdoclet/modules/apache/src/xdoclet/modules/apache/struts/StrutsValidatorTagsHandler.java:420:
warning: [deprecation] org.apache.commons.collections.SequencedHashMap in
org.apache.commons.collections has been deprecated
[javac] args = new SequencedHashMap();
[javac] ^
[javac] 11 errors
[javac] 3 warnings
BUILD FAILED
/srv/gump/public/workspace/xdoclet/modules/modules-common.ent:203: 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/xdoclet/xdoclet-apache-module-prepare/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/xdoclet/xdoclet-apache-module-prepare/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 06000018072009, vmgump:vmgump-public:06000018072009
Gump E-mail Identifier (unique within run) #57.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel