Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
--batch-mode
--settings
/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/db-torque/torque-runtime/gump_mvn_settings.xml
install

Environment Overrides

Name Value
CLASSPATH :/Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/db-torque/torque-runtime/target/torque-runtime-4.0-alpha1-SNAPSHOT.jar

Command Line

mvn --batch-mode --settings
        /Volumes/X1/home/sctemme/asf/gump/trunk/work/workspace/db-torque/torque-runtime/gump_mvn_settings.xml
        install 

Output

[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Torque Runtime
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Volumes/X1/home/sctemme/work/workspace/db-torque/torque-runtime/src/main/resources
[WARNING] While downloading xml-apis:xml-apis:2.0.2
  This artifact has been relocated to xml-apis:xml-apis:1.0.b2.


Downloading: http://snapshots.maven.codehaus.org/maven2//fulcrum/fulcrum-testcontainer/1.0.5/fulcrum-testcontainer-1.0.5.pom
Downloading: http://localhost:8192/maven2/fulcrum/fulcrum-testcontainer/1.0.5/fulcrum-testcontainer-1.0.5.pom
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[WARNING] Using platform encoding (MacRoman actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 3 resources
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Surefire report directory: /Volumes/X1/home/sctemme/work/workspace/db-torque/torque-runtime/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.torque.om.NumberKeyTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 sec
Running org.apache.torque.om.ComboKeyTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec
Running org.apache.torque.adapter.DBOracleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec
Running org.apache.torque.util.QueryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 sec
Running org.apache.torque.util.CriteriaTest
log4j:WARN No appenders could be found for logger (org.apache.torque.TorqueInstance).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 sec
Running org.apache.torque.util.SqlBuilderTest
log4j:WARN No appenders could be found for logger (org.apache.torque.TorqueInstance).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.612 sec
Running org.apache.torque.util.UniqueListTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.apache.torque.TorqueRuntimeExceptionTest
log4j:WARN No appenders could be found for logger (org.apache.torque.TorqueInstance).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 sec
Running org.apache.torque.TorqueInstanceTest
log4j:WARN No appenders could be found for logger (org.apache.commons.configuration.ConfigurationUtils).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.655 sec
Running org.apache.torque.util.SqlExpressionTest
large buildIn took 177 milliseconds
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.652 sec
Running org.apache.torque.avalon.AvalonTest
[DEBUG] Starting container...
[DEBUG] Loading the service container class org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl
[DEBUG] Instantiating the service container class org.apache.fulcrum.yaafi.framework.container.ServiceContainerImpl
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.349 sec <<< FAILURE!

Results :

Tests in error: 
  testAvalon(org.apache.torque.avalon.AvalonTest)

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

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

Please refer to /Volumes/X1/home/sctemme/work/workspace/db-torque/torque-runtime/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 seconds
[INFO] Finished at: Mon Nov 23 08:34:45 PST 2009
[INFO] Final Memory: 11M/22M
[INFO] ------------------------------------------------------------------------

Last Updated: Mon, 23 Nov 2009 06:00:10 ().Python Logo