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 commons-betwixt has an issue affecting its community integration.
This issue affects 5 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- commons-betwixt : Commons Betwixt Package
- db-ddlutils : Easy-to-use component for working with Database Definition
(...
- db-ojb : ObjectRelationalBridge
- db-ojb-from-packages : ObjectRelationalBridge
- test-ojb : ObjectRelationalBridge
Full details are available at:
http://vmgump.apache.org/gump/public/apache-commons/commons-betwixt/index.html
That said, some information snippets are provided here.
The following annotations (debug/informational/warning/error messages) were
provided:
-DEBUG- Sole output [commons-betwixt-29082009.jar] identifier set to project
name
-INFO- Failed with reason build failed
-INFO- Failed to extract fallback artifacts from Gump Repository
The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-betwixt/gump_work/build_apache-commons_commons-betwixt.html
Work Name: build_apache-commons_commons-betwixt (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-betwixt-29082009
-Dresourcedir=/srv/gump/public/workspace/apache-commons/betwixt jar
[Working Directory: /srv/gump/public/workspace/apache-commons/betwixt]
CLASSPATH:
/usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/betwixt/target/classes:/srv/gump/public/workspace/apache-commons/betwixt/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/apache-commons/digester/dist/commons-digester.jar:/srv/gump/public/workspace/apache-commons/collectio
ns/build/commons-collections-29082009.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-29082009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-29082009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-29082009.jar:/srv/gump/public/workspace/junit/dist/junit-29082009.jar
---------------------------------------------
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/TestXmlToBean.java:31:
cannot find symbol
[javac] symbol : class BeanWriter
[javac] location: package org.apache.commons.betwixt.io
[javac] import org.apache.commons.betwixt.io.BeanWriter;
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/dotbetwixt/TestXmlToBean.java:32:
cannot find symbol
[javac] symbol : class HyphenatedNameMapper
[javac] location: package org.apache.commons.betwixt.strategy
[javac] import org.apache.commons.betwixt.strategy.HyphenatedNameMapper;
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/examples/rss/RSSApplication.java:23:
cannot find symbol
[javac] symbol : class BeanReader
[javac] location: package org.apache.commons.betwixt.io
[javac] import org.apache.commons.betwixt.io.BeanReader;
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/examples/rss/RSSApplication.java:51:
cannot find symbol
[javac] symbol : class BeanReader
[javac] location: class
org.apache.commons.betwixt.examples.rss.RSSApplication
[javac] private BeanReader reader = new BeanReader();
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/expression/TestCollectionUpdater.java:30:
cannot find symbol
[javac] symbol : class CollectionUpdater
[javac] location: class
org.apache.commons.betwixt.expression.TestCollectionUpdater
[javac] private CollectionUpdater updater =
CollectionUpdater.getInstance();
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/AbstractTestCase.java:55:
warning: [deprecation] toURL() in java.io.File has been deprecated
[javac] return new File(basedir,path).toURL().toString();
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/TestBeanReader.java:386:
warning: [deprecation] toGMTString() in java.util.Date has been deprecated
[javac] assertEquals("Incorrect date property", date.toGMTString(),
readBean.getDateOfParty().toGMTString());
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/TestBeanReader.java:386:
warning: [deprecation] toGMTString() in java.util.Date has been deprecated
[javac] assertEquals("Incorrect date property", date.toGMTString(),
readBean.getDateOfParty().toGMTString());
[javac]
^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/TestBeanReader.java:440:
warning: [deprecation] toGMTString() in java.util.Date has been deprecated
[javac] assertEquals("Incorrect date property", date.toGMTString(),
readBean.getDateOfParty().toGMTString());
[javac] ^
[javac]
/srv/gump/public/workspace/apache-commons/betwixt/src/test/org/apache/commons/betwixt/TestBeanReader.java:440:
warning: [deprecation] toGMTString() in java.util.Date has been deprecated
[javac] assertEquals("Incorrect date property", date.toGMTString(),
readBean.getDateOfParty().toGMTString());
[javac]
^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 100 errors
[javac] 8 warnings
BUILD FAILED
/srv/gump/public/workspace/apache-commons/betwixt/build.xml:127: 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-betwixt/rss.xml
- Atom:
http://vmgump.apache.org/gump/public/apache-commons/commons-betwixt/atom.xml
============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 07000029082009, vmgump:vmgump-public:07000029082009
Gump E-mail Identifier (unique within run) #29.
--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]