Yes, Gump doesn't compile against the jars we include in CVS but
against the jars it generates from a fresh checkout and build of the
projects we depend upon.

But I don't understand the errors it reports. I checked that Gump is
still configured to compile against the 2_0 branch of Commons
Httpclient, and that still provides the setReasonCode() method that
Gump reports as missing.

So my best guess is that Gump tries to compile against the HEAD of
Commons Httpclient for some mystical reason that I have no idea about
at all.

Ingo

> Does anyone have any idea why this fails? Just tried it on a cleanly 
> checked out version and everything works fine.
> 
> Hmmm, maybe I do not understand this, as I do not understand GUMP... 
> Could it be GUMP uses jars different from ours? At least the list below 
> indicates this.
> 
> Oliver
> 
> Stefan Bodewig wrote:
> > To whom is may concern,
> > 
> > This is an automated request, but not an unsolicited one. Please see: 
> > http://jakarta.apache.org/gump/nagged.html
> > 
> > Project: jakarta-slide has an issue affecting it's community integration.
> > State: Failed
> > 
> > The URL for full details is: 
> > http://lsd.student.utwente.nl/gump/jakarta-slide/jakarta-slide.html
> > 
> > - - - - ----------------------------------------- G U M P Y
> > 
> > 
> > Gump provided these annotations:
> > 
> >  - Info - Dependency on xml-xerces exists, no need to add for property 
> > xmlparser.jar.
> >  - Info - Dependency on antlr exists, no need to add for property antlr-tools.jar.
> >  - Info - Dependency on dist-ant exists, no need to add for property ant.jar.
> >  - Info - Dependency on jmx exists, no need to add for property jmx.jar.
> >  - Info - Dependency on jakarta-struts exists, no need to add for property 
> > struts.lib.
> >  - Info - Dependency on jakarta-taglibs-standard exists, no need to add for 
> > property jstl.jar.
> >  - Info - Dependency on jakarta-taglibs-standard exists, no need to add for 
> > property taglibs-standard.jar.
> >  - Info - Dependency on jakarta-tomcat-4.0 exists, no need to add for property 
> > catalina.dist.
> >  - Error - Failed with reason build failed
> > 
> > 
> > - - - - ----------------------------------------- G U M P Y
> > 
> > Gump performed this work:
> > 
> > Work Name: build_jakarta-slide_jakarta-slide (Type: Build)
> > State: Failed
> > Elapsed: 0 hours, 1 minutes, 50 seconds
> > Command Line: java -Djava.awt.headless=true 
> > -Xbootclasspath/p:/data/gump/xml-xerces2/java/build/xercesImpl.jar:/data/gump/xml-xerces2/java/build/xmlParserAPIs.jar:/data/gump/xml-commons/java/external/build/xml-apis.jar:/data/gump/xml-xalan/java/build/xalan-unbundled.jar
> >  org.apache.tools.ant.Main -Dbuild.clonevm=true 
> > -Dgump.merge=/data/gump/gump/work/merge.xml -Dbuild.sysclasspath=only 
> > -Djunit.jar=/data/gump/dist/junit/junit.jar 
> > -Dlog4j.jar=/data/gump/jakarta-log4j/log4j-20040212.jar 
> > -Djdom.jar=/data/gump/jdom/build/jdom.jar 
> > -Djndi.jar=/data/gump/opt/jndi1_2_1/lib/jndi.jar 
> > -Dcommons-modeler.jar=/data/gump/jakarta-commons/modeler/dist/commons-modeler.jar 
> > -Dant.jar=/data/gump/ant/build/lib/ant.jar 
> > -Dxmlparser.jar=/data/gump/xml-xerces2/java/build/xercesImpl.jar 
> > -Djmx.jar=/data/gump/opt/jmx-1_2-ri/lib/jmxri.jar 
> > -Dstruts.lib=/data/gump/jakarta-struts/dist/lib 
> > -Dantlr.jar=/data/gump/opt/antlr-2.7.2/antlr.jar 
> > -Djdbc20ext.jar=/data/gump/opt/jdbc2_0/jdbc2_0-stdext.jar -Dantlr-too!
 ls
> .jar=/data/gump/opt/antlr-2.7.2/antlrall.jar 
> -Djaxp.jar=/data/gump/opt/java_xml_pack-summer-02_01/jaxp-1.2_01/jaxp-api.jar 
> -Dversion=20040212 -Dservlet.jar=/data/gump/jakarta-servletapi-4/lib/servlet.jar 
> -Dcatalina.dist=/data/gump/jakarta-tomcat-4.0/dist 
> -Djstl.jar=/data/gump/jakarta-taglibs/dist/standard/lib/jstl.jar 
> -Dxmlapi.jar=/data/gump/xml-commons/java/external/build/xml-apis.jar 
> -Dtaglibs-standard.jar=/data/gump/jakarta-taglibs/dist/standard/lib/standard.jar 
> -Djta.jar=/data/gump/opt/jta-spec1_0_1/jta-spec1_0_1.jar 
> -Dcommons-httpclient.jar=/data/gump/commons-httpclient-20-branch/dist/commons-httpclient-2.0-20040212.jar
>  full-dist 
> > [Working Directory: /data/gump/jakarta-slide]
> > ---------------------------------------------
> > prepare-build:
> >     [mkdir] Created dir: /data/gump/jakarta-slide/webdavclient/build
> >     [mkdir] Created dir: /data/gump/jakarta-slide/webdavclient/build/clientlib
> >     [mkdir] Created dir: 
> > /data/gump/jakarta-slide/webdavclient/build/clientlib/classes
> >     [mkdir] Created dir: 
> > /data/gump/jakarta-slide/webdavclient/build/clientlib/doc/clientjavadoc
> > 
> > build-clientlib:
> >      [echo] Building Slide WebDAV client lib
> >     [javac] Compiling 64 source files to 
> > /data/gump/jakarta-slide/webdavclient/build/clientlib/classes
> >     [javac] This version of java does not support the classic compiler; upgrading 
> > to modern
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/HttpRequestBodyMethodBase.java:35:
> >  warning: org.apache.commons.httpclient.HttpConstants in 
> > org.apache.commons.httpclient has been deprecated
> >     [javac] import org.apache.commons.httpclient.HttpConstants;
> >     [javac]                                      ^
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/WebdavSession.java:155:
> >  warning: setAuthenticationPreemptive(boolean) in 
> > org.apache.commons.httpclient.HttpState has been deprecated
> >     [javac]                 clientState.setAuthenticationPreemptive(true);
> >     [javac]                            ^
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/WebdavResource.java:3075:
> >  cannot resolve symbol
> >     [javac] symbol  : method setReasonCode (int)
> >     [javac] location: class org.apache.commons.httpclient.HttpException
> >     [javac]             ex.setReasonCode(status);
> >     [javac]               ^
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/WebdavResource.java:3146:
> >  cannot resolve symbol
> >     [javac] symbol  : method setReasonCode (int)
> >     [javac] location: class org.apache.commons.httpclient.HttpException
> >     [javac]             ex.setReasonCode(status);
> >     [javac]               ^
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/WebdavResource.java:3237:
> >  cannot resolve symbol
> >     [javac] symbol  : method setReasonCode (int)
> >     [javac] location: class org.apache.commons.httpclient.HttpException
> >     [javac]             ex.setReasonCode(status);
> >     [javac]               ^
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/WebdavResource.java:4413:
> >  cannot resolve symbol
> >     [javac] symbol  : method setReasonCode (int)
> >     [javac] location: class org.apache.commons.httpclient.HttpException
> >     [javac]             ex.setReasonCode(status);
> >     [javac]               ^
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/HttpRequestBodyMethodBase.java:139:
> >  warning: org.apache.commons.httpclient.HttpConstants in 
> > org.apache.commons.httpclient has been deprecated
> >     [javac]         setRequestBody(HttpConstants.getContentBytes(bodydata, 
> > getRequestCharSet()));
> >     [javac]                        ^
> >     [javac] 
> > /data/gump/jakarta-slide/webdavclient/clientlib/src/java/org/apache/webdav/lib/methods/HttpRequestBodyMethodBase.java:195:
> >  warning: isHttp11() in org.apache.commons.httpclient.HttpMethodBase has been 
> > deprecated
> >     [javac]         if (isHttp11() && (null == 
> > getRequestHeader("Content-Length"))) {
> >     [javac]             ^
> >     [javac] 4 errors
> >     [javac] 4 warnings
> > 
> > BUILD FAILED
> > /data/gump/jakarta-slide/build.xml:547: Following error occured while executing 
> > this line
> > /data/gump/jakarta-slide/webdavclient/build.xml:106: Compile failed; see the 
> > compiler error output for details.
> > 
> > Total time: 1 minute 44 seconds
> > ---------------------------------------------
> > 
> > 
> > 
> > 
> > To subscribe to this information via syndication:
> > RSS: http://lsd.student.utwente.nl/gump/jakarta-slide/jakarta-slide.rss | Atom: 
> > http://lsd.student.utwente.nl/gump/jakarta-slide/jakarta-slide.atom
> > 
> > --
> > Gump http://jakarta.apache.org/gump
> > [lsd]


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

Reply via email to