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

Details

Parameters

Prefix Name Value
--batch-mode
-D maven.test.skip true
--settings
/srv/gump/public/workspace/httpcomponents/httpclient/gump_mvn_settings.xml
package

Environment Overrides

Name Value
CLASSPATH :/usr/lib/jvm/java-1.5.0-sun/lib/tools.jar /srv/gump/public/workspace/httpcomponents/httpcore/module-main/target/httpcore-4.0-beta4-SNAPSHOT.jar /srv/gump/public/workspace/apache-commons/logging/target/commons-logging-18112008.jar /srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-18112008.jar /srv/gump/public/workspace/apache-commons/codec/dist/commons-codec-18112008.jar

Command Line

mvn --batch-mode -Dmaven.test.skip=true --settings
        /srv/gump/public/workspace/httpcomponents/httpclient/gump_mvn_settings.xml
        package 

Output

[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   HttpComponents Client
[INFO]   HttpClient
[INFO]   HttpMime
[INFO]   HttpClient OSGi bundle
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpComponents Client
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] Unable to load parent project from a relative path: Could not find the model file '/srv/gump/public/workspace/httpcomponents/httpclient/../project/pom.xml'. for project unknown
[INFO] Parent project loaded from repository.
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpClient
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.pom
4K downloaded
Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/httpcomponents-core/4.0-beta3/httpcomponents-core-4.0-beta3.pom
6K downloaded
Downloading: http://localhost:8192/maven2/org/apache/httpcomponents/httpcore/4.0-beta3/httpcore-4.0-beta3.jar
168K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 211 source files to /srv/gump/public/workspace/httpcomponents/httpclient/module-client/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: /srv/gump/public/workspace/httpcomponents/httpclient/module-client/target/httpclient-4.0-beta2-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: /srv/gump/public/workspace/httpcomponents/httpclient/module-client/target/httpclient-4.0-beta2-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpMime
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://localhost:8192/maven2/org/apache/james/apache-mime4j/0.5/apache-mime4j-0.5.pom
12K downloaded
Downloading: http://localhost:8192/maven2/org/apache/james/james-project/1.2/james-project-1.2.pom
2K downloaded
Downloading: http://localhost:8192/maven2/org/apache/james/james-parent/1.1/james-parent-1.1.pom
11K downloaded
Downloading: http://localhost:8192/maven2/org/apache/james/apache-mime4j/0.5/apache-mime4j-0.5.jar
280K downloaded
[INFO] [compiler:compile]
[INFO] Compiling 11 source files to /srv/gump/public/workspace/httpcomponents/httpclient/module-httpmime/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: /srv/gump/public/workspace/httpcomponents/httpclient/module-httpmime/target/httpmime-4.0-beta2-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: /srv/gump/public/workspace/httpcomponents/httpclient/module-httpmime/target/httpmime-4.0-beta2-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building HttpClient OSGi bundle
[INFO]    task-segment: [package]
[INFO] ------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] No sources to compile
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Not compiling test sources
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [bundle:bundle]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: /srv/gump/public/workspace/httpcomponents/httpclient/module-osgi-bundle/target/org.apache.httpcomponents.httpclient_4.0-beta2-SNAPSHOT-sources.jar
[INFO] 
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] ------------------------------------------------------------------------
[INFO] HttpComponents Client ................................. SUCCESS [6.047s]
[INFO] HttpClient ............................................ SUCCESS [18.121s]
[INFO] HttpMime .............................................. SUCCESS [20.993s]
[INFO] HttpClient OSGi bundle ................................ SUCCESS [2.649s]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 49 seconds
[INFO] Finished at: Tue Nov 18 03:47:19 GMT-08:00 2008
[INFO] Final Memory: 16M/37M
[INFO] ------------------------------------------------------------------------

Last Updated: Tue, 18 Nov 2008 00:00:11 ().Python Logo