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-httpclient-2.0-branch has an issue affecting its community 
integration.
This issue affects 15 projects,
 and has been outstanding for 210 runs.
The current state of this project is 'Failed', with reason 'Build Timed Out'.
For reference only, the following projects are affected by this:
    - commons-feedparser :  Generic FeedParser interface and concrete
    implementation...
    - commons-httpclient-2.0-branch :  HTTP Client Library
    - fulcrum-xmlrpc :  Services Framework
    - jakarta-cactus-documentation :  Cactus Documentation
    - jakarta-cactus-framework-12 :  Cactus Framework (J2EE 1.2)
    - jakarta-cactus-framework-13 :  Cactus Framework (J2EE 1.3)
    - jakarta-cactus-release-12 :  Unit test framework for server-side java code
    - jakarta-cactus-release-13 :  Unit test framework for server-side java code
    - jakarta-cactus-sample-jetty-13 :  Cactus Jetty Sample (J2EE 1.3)
    - jakarta-cactus-sample-servlet-12 :  Cactus Servlet Sample (J2EE 1.2)
    - jakarta-cactus-sample-servlet-13 :  Cactus Servlet Sample (J2EE 1.3)
    - jakarta-turbine-jcs :  Cache
    - slide-webdavclient :  Content Management System based on WebDAV technology
    - xml-xindice :  native XML database
    - xmlrpc :  A Java implementation of XML-RPC


Full details are available at:
    
http://vmgump.apache.org/gump/public/commons-httpclient-20-branch/commons-httpclient-2.0-branch/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [commons-httpclient-2.0-26082005.jar] identifier set to 
project name
 -INFO- Failed with reason build timed out
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-httpclient-20-branch/commons-httpclient-2.0-branch/gump_work/build_commons-httpclient-20-branch_commons-httpclient-2.0-branch.html
Work Name: build_commons-httpclient-20-branch_commons-httpclient-2.0-branch 
(Type: Build)
Work ended in a state of : Failed
Elapsed: 60 mins
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dcomponent.name=httpclient-2.0-26082005 dist 
[Working Directory: 
/usr/local/gump/public/workspace/commons-httpclient-20-branch]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/commons-httpclient-20-branch/target/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/public/workspace/jakarta-commons/codec/dist/commons-codec-26082005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-26082005.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api-26082005.jar:/usr/local/gump/packages/jsse1.0.3/lib/jcert.jar:/usr/local/gump/packages/jsse1.0.3/lib/jnet.jar:/usr/local/gump/packages/jsse1.0.3/lib/jsse.jar
---------------------------------------------
    [javac]         super(uri, tempDir, tempFile);
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/java/org/apache/commons/httpclient/methods/TraceMethod.java:102:
 warning: recycle() in org.apache.commons.httpclient.HttpMethodBase has been 
deprecated
    [javac]     public void recycle() {
    [javac]                 ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/java/org/apache/commons/httpclient/methods/TraceMethod.java:103:
 warning: recycle() in org.apache.commons.httpclient.HttpMethodBase has been 
deprecated
    [javac]         super.recycle();
    [javac]              ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/java/org/apache/commons/httpclient/methods/UrlGetMethod.java:79:
 warning: GetMethod(java.lang.String,java.lang.String) in 
org.apache.commons.httpclient.methods.GetMethod has been deprecated
    [javac]         super(URIUtil.getPath(url), tempDir);
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/java/org/apache/commons/httpclient/methods/UrlGetMethod.java:92:
 warning: GetMethod(java.lang.String,java.lang.String,java.lang.String) in 
org.apache.commons.httpclient.methods.GetMethod has been deprecated
    [javac]         super(URIUtil.getPath(url), tempDir, tempFile);
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/java/org/apache/commons/httpclient/methods/UrlGetMethod.java:104:
 warning: GetMethod(java.lang.String,java.io.File) in 
org.apache.commons.httpclient.methods.GetMethod has been deprecated
    [javac]         super(URIUtil.getPath(url), fileData);
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/java/org/apache/commons/httpclient/methods/UrlPostMethod.java:76:
 warning: PostMethod(java.lang.String,java.lang.String) in 
org.apache.commons.httpclient.methods.PostMethod has been deprecated
    [javac]         super(URIUtil.getPath(url), tempDir);
    [javac]         ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/java/org/apache/commons/httpclient/methods/UrlPostMethod.java:89:
 warning: PostMethod(java.lang.String,java.lang.String,java.lang.String) in 
org.apache.commons.httpclient.methods.PostMethod has been deprecated
    [javac]         super(URIUtil.getPath(url), tempDir, tempFile);
    [javac]         ^
    [javac] 31 warnings
    [javac] Compiling 11 source files to 
/x1/gump/public/workspace/commons-httpclient-20-branch/target/examples
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/examples/FormLoginDemo.java:67:
 warning: getCookies(java.lang.String,int,java.lang.String,boolean) in 
org.apache.commons.httpclient.HttpState has been deprecated
    [javac]           client.getState().getCookies(LOGON_SITE, LOGON_PORT, "/", 
false);
    [javac]                          ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/examples/FormLoginDemo.java:94:
 warning: getCookies(java.lang.String,int,java.lang.String,boolean) in 
org.apache.commons.httpclient.HttpState has been deprecated
    [javac]           client.getState().getCookies(LOGON_SITE, LOGON_PORT, "/", 
false);
    [javac]                          ^
    [javac] 
/x1/gump/public/workspace/commons-httpclient-20-branch/src/examples/TrivialApp.java:139:
 warning: recycle() in org.apache.commons.httpclient.HttpMethod has been 
deprecated
    [javac]         method.recycle();
    [javac]               ^
    [javac] 3 warnings

javadoc:
    [mkdir] Created dir: 
/x1/gump/public/workspace/commons-httpclient-20-branch/dist
    [mkdir] Created dir: 
/x1/gump/public/workspace/commons-httpclient-20-branch/dist/docs
    [mkdir] Created dir: 
/x1/gump/public/workspace/commons-httpclient-20-branch/dist/docs/api
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Loading source files for package org.apache.commons.httpclient...
  [javadoc] Loading source files for package 
org.apache.commons.httpclient.auth...
  [javadoc] Loading source files for package 
org.apache.commons.httpclient.cookie...
  [javadoc] Loading source files for package 
org.apache.commons.httpclient.methods...
  [javadoc] Loading source files for package 
org.apache.commons.httpclient.methods.multipart...
  [javadoc] Loading source files for package 
org.apache.commons.httpclient.protocol...
  [javadoc] Loading source files for package 
org.apache.commons.httpclient.util...
  [javadoc] Constructing Javadoc information...
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/commons-httpclient-20-branch/commons-httpclient-2.0-branch/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/commons-httpclient-20-branch/commons-httpclient-2.0-branch/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 15000026082005, vmgump.apache.org:vmgump-public:15000026082005
Gump E-mail Identifier (unique within run) #18.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to