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

Details

Parameters

Prefix Name Value
--batch-mode
--settings
/srv/gump/public/workspace/httpcomponents/httpcore/gump_mvn_settings.xml
test

Environment Overrides

Name Value
CLASSPATH :/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar /srv/gump/public/workspace/httpcomponents/httpcore/module-nio/target/httpcore-nio-4.0-beta3-SNAPSHOT.jar /srv/gump/public/workspace/httpcomponents/httpcore/module-main/target/httpcore-4.0-beta3-SNAPSHOT.jar /srv/gump/public/workspace/junit/dist/junit-28082008.jar /srv/gump/packages/jsse1.0.3/lib/jcert.jar /srv/gump/packages/jsse1.0.3/lib/jnet.jar /srv/gump/packages/jsse1.0.3/lib/jsse.jar

Command Line

mvn --batch-mode --settings
        /srv/gump/public/workspace/httpcomponents/httpcore/gump_mvn_settings.xml test 

Output

[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   HttpComponents Core
[INFO]   HttpCore
[INFO]   HttpCore NIO
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpComponents Core
[INFO]    task-segment: [test]
[INFO] ------------------------------------------------------------------------
[INFO] No goals needed for project - skipping
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpCore
[INFO]    task-segment: [test]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 70 source files to /srv/gump/public/workspace/httpcomponents/httpcore/module-main/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /srv/gump/public/workspace/httpcomponents/httpcore/module-main/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.http.TestAll
Tests run: 405, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.735 sec

Results :

Tests run: 405, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Building HttpCore NIO
[INFO]    task-segment: [test]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 38 source files to /srv/gump/public/workspace/httpcomponents/httpcore/module-nio/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /srv/gump/public/workspace/httpcomponents/httpcore/module-nio/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.http.nio.TestAll
Tests run: 127, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 26.284 sec

Results :

Tests run: 127, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] HttpComponents Core ................................... SUCCESS [2.537s]
[INFO] HttpCore .............................................. SUCCESS [11.478s]
[INFO] HttpCore NIO .......................................... SUCCESS [31.125s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 46 seconds
[INFO] Finished at: Thu Aug 28 13:21:54 GMT-08:00 2008
[INFO] Final Memory: 9M/24M
[INFO] ------------------------------------------------------------------------

Last Updated: Thu, 28 Aug 2008 08:01:26 ().Python Logo