--------------------------------------------------
From: "Oliver Heger" <oliver.he...@oliver-heger.de>
Sent: Friday, March 19, 2010 1:43 PM
To: "Commons Developers List" <dev@commons.apache.org>
Subject: Re: [g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

Am 18.03.2010 08:47, schrieb Bill Barker:


--------------------------------------------------
From: "Oliver Heger" <oliver.he...@oliver-heger.de>
Sent: Wednesday, March 17, 2010 2:20 PM
To: "Commons Developers List" <dev@commons.apache.org>
Subject: Re: [g...@vmgump]: Project commons-configuration-test (in
module apache-commons) failed

This is a bit strange. The test that is now failing was added because
there was a bug report against [configuration] that was originally
caused by a problem in [lang] 2.4. In [lang] 2.5 (and also in the
current trunk) the problem was fixed, so after switching the
dependency to version 2.5 the test runs fine.

Against which version of [lang] does Gump build? It does not seem to
be the latest release nor the trunk.


Commons-collections is missing a lot of dependencies in its Gump
descriptor. You are probably getting [lang] 2.4, which is there mostly
to bootstrap maven. If you add to the Gump descriptor:
<option project="commons-lang3" />
you should get trunk (assuming that commons-lang trunk doesn't depend on
commons-collections). To be Gump-friendly, you should also add an
<option ... /> for any other commons project listed in the POM that
doesn't depend on commons-collections.

trunk will not work either because there have been incompatible changes - the whole package structure has changed. We would need 2.5.


I can look into upgrading vmgump to using [lang] 2.5. But Gump isn't a big fan of versioning (it goes against it primary function). But commons-collections needs to change it's Gump descriptor to include the commons projects that it lists in its POM.



Oliver

Am 16.03.2010 16:09, schrieb Gump:
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-configuration-test has an issue affecting its
community integration.
This issue affects 1 projects,
and has been outstanding for 4 runs.
The current state of this project is 'Failed', with reason 'Build
Failed'.
For reference only, the following projects are affected by this:
- commons-configuration-test : Apache Commons


Full details are available at:

http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/index.html


That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error
messages) were provided:
-WARNING- Overriding Maven2 settings:
[/srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml]

-DEBUG- (Gump generated) Maven2 Settings in:
/srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml

-INFO- Failed with reason build failed
-DEBUG- Maven POM in:
/srv/gump/public/workspace/apache-commons/configuration/pom.xml
-INFO- Project Reports in:
/srv/gump/public/workspace/apache-commons/configuration/target/surefire-reports




The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/gump_work/build_apache-commons_commons-configuration-test.html

Work Name: build_apache-commons_commons-configuration-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 mins 28 secs
Command Line: mvn --batch-mode --settings
/srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml
test
[Working Directory:
/srv/gump/public/workspace/apache-commons/configuration]
CLASSPATH:
/usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/configuration/target/commons-configuration-1.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/jexl/target/commons-jexl-2.0.1-SNAPSHOT.jar

---------------------------------------------
Running org.apache.commons.configuration.TestDefaultConfigurationBuilder
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.958 sec
Running org.apache.commons.configuration.TestCompositeConfiguration
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.509 sec
Running org.apache.commons.configuration.TestCatalogResolver
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec
Running
org.apache.commons.configuration.tree.TestDefaultConfigurationNode$CountNodeVisitor

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006
sec
Running org.apache.commons.configuration.tree.TestNodeAddData
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007
sec
Running org.apache.commons.configuration.TestDataConfiguration
Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
1.003 sec
Running org.apache.commons.configuration.TestHierarchicalConfiguration
Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.276 sec
Running org.apache.commons.configuration.TestXMLConfiguration
[Fatal Error] :1:39: The element type "test" must be terminated by
the matching end-tag "</test>".
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE properties PUBLIC "-//Commons Configuration//DTD Test
Configuration 1.3//EN" "properties.dtd">
<properties version="1.0">
<entry key="test">value</entry>
</properties>

Tests run: 85, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
4.122 sec
Running
org.apache.commons.configuration.beanutils.TestXMLBeanDeclaration
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed:
0.014 sec
Running
org.apache.commons.configuration.TestDefaultConfigurationBuilder$ExtendedCombinedConfiguration

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003
sec
Running org.apache.commons.configuration.TestPatternSubtreeConfiguration
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036
sec

Results :

Failed tests:

testSlashEscaping(org.apache.commons.configuration.TestPropertiesConfiguration)


Tests run: 1464, Failures: 1, Errors: 0, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to
/srv/gump/public/workspace/apache-commons/configuration/target/surefire-reports
for the individual test results.
[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 2 minutes 27 seconds
[INFO] Finished at: Tue Mar 16 07:09:39 PST 2010
[INFO] Final Memory: 25M/46M
[INFO]
------------------------------------------------------------------------
---------------------------------------------

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

- Atom:
http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/atom.xml


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

--
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



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


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



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


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

Reply via email to