You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by Vincent Massol <vm...@apache.org> on 2003/07/06 10:52:29 UTC

[GUMP] Build Failure - jakarta-cactus-framework-12

----------------------------------------------------
This email is autogenerated from the output from:
<http://cvs.apache.org/builds/gump/2003-07-06/jakarta-cactus-framework-12.html>
----------------------------------------------------

Buildfile: framework/build.xml

init.display:
     [echo] ----- Cactus Framework 20030706 -----

     [echo] java.class.path = /home/rubys/jakarta/xml-commons/java/external/build/xml-apis.jar:/home/rubys/jakarta/xml-xerces2/java/build/xmlParserAPIs.jar:/home/rubys/jakarta/xml-xerces2/java/build/xercesImpl.jar:.:/usr/java/j2sdk1.4.1_02/lib/tools.jar:/usr/java/j2sdk1.4.1_02/jre/lib/rt.jar:/usr/java/j2sdk1.4.1_02/lib/tools.jar:/home/rubys/jakarta/ant/dist/lib/ant.jar:/home/rubys/jakarta/ant/dist/lib/ant-launcher.jar:/home/rubys/jakarta/ant/dist/lib/ant-jmf.jar:/home/rubys/jakarta/ant/dist/lib/ant-junit.jar:/home/rubys/jakarta/ant/dist/lib/ant-stylebook.jar:/home/rubys/jakarta/ant/dist/lib/ant-swing.jar:/home/rubys/jakarta/ant/dist/lib/ant-trax.jar:/home/rubys/jakarta/ant/dist/lib/ant-xalan2.jar:/home/rubys/jakarta/ant/dist/lib/nodeps.jar:/opt/aspectj1.0/lib/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/aspectj-ant.jar:/home/rubys/jakarta/checkstyle/target/dist/checkstyle-20030706/checkstyle-20030706.jar:/home/rubys/jakarta/jakarta-servletapi/dist/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/log4j-20030706.jar:/home/rubys/jakarta/jakarta-log4j/log4j-lf5-20030706.jar:/home/rubys/jakarta/jakarta-log4j/log4j-chainsaw-20030706.jar:/home/rubys/jakarta/jakarta-commons/logging/dist/commons-logging.jar:/home/rubys/jakarta/jakarta-commons/logging/dist/commons-logging-api.jar:/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys/jakarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-commons/collections/dist/commons-collections.jar:/home/rubys/jakarta/jakarta-regexp/bin/jakarta-regexp-20030706.jar:/opt/antlr-2.7.2/antlrall.jar:/opt/antlr-2.7.2/antlr.jar:/home/rubys/jakarta/jakarta-commons/beanutils/dist/commons-beanutils.jar:/home/rubys/jakarta/jakarta-bcel/bin/bcel.jar:/home/rubys/jakarta/jakarta-commons/cli/target/commons-cli-20030706.jar:/home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/java:/home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/test"

     [echo] java.home = /usr/java/j2sdk1.4.1_02/jre
     [echo] user.home = /home/rubys
     [echo] ant.home = ${ant.home}


init.j2ee:
     [echo] j2ee.api = 12

init.properties.target:

init.properties.dist:

init.properties.release:

init.properties.artifact:

init.properties:

init.common:

properties:

init.aspectj:

init.clover.check:

init.clover.j2ee:

init.clover.noj2ee:

init.clover:

init:
     [echo] Dependencies:
     [echo]   aspectjrt.jar = [/opt/aspectj1.0/lib/aspectjrt.jar]
     [echo]   commons.httpclient.jar = [/home/rubys/jakarta/jakarta-commons/httpclient/dist/commons-httpclient.jar]
     [echo]   commons.logging.jar = [/home/rubys/jakarta/jakarta-commons/logging/dist/commons-logging.jar]
     [echo]   httpunit.jar = [/home/rubys/jakarta/httpunit/lib/httpunit.jar]
     [echo]   j2ee.jar = [/home/rubys/jakarta/jakarta-servletapi/dist/lib/servlet.jar]
     [echo]   junit.jar = [/home/rubys/jakarta/dist/junit/junit.jar]
     [echo]   xmlapis.jar (optional) = [${xmlapis.jar}]

     [echo] Options:
     [echo]   clover.enable = ${clover.enable}

init.checkstyle.check:

init.checkstyle:

checkstyle:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/framework/target-12
[checkstyle] log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.BeanUtils).
[checkstyle] log4j:WARN Please initialize the log4j system properly.


compile.prepare:
     [copy] Copying 91 files to /home/rubys/jakarta/jakarta-cactus/framework/target-12/src
     [copy] Replacing: @version@ -> 20030706

compile.main.prepare:

compile.main:
    [mkdir] Created dir: /home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/java
      [ajc] Compiling 86 source and 0 arg files to /home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/java
      [ajc] /home/rubys/jakarta/jakarta-cactus/framework/target-12/src/org/apache/cactus/WebResponse.java:294:31: no method named parse defined in Cookie
      [ajc]                     cookies = org.apache.commons.httpclient.Cookie.parse(
      [ajc]                               ^
      [ajc] 1 errors

BUILD FAILED
/home/rubys/jakarta/jakarta-cactus/framework/build.xml:226: Compilation error: -1

Total time: 13 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


Which version of HttpClient? (was RE: [GUMP] Build Failure - jakarta-cactus-framework-12)

Posted by Vincent Massol <vm...@pivolis.com>.
What do we do? Do we try to keep up with HttpClient from CVS HEAD
knowing they will break API compatibility? This would mean that persons
who download Cactus 1.5 will need to get a "CVS HEAD version" of
HttpClient (we are bundling it of course).

Or do we modify the Gump setup so that nightly builds of cactus are
performed against the 2.0 branch of HttpClient and wait for a first
alpha release of the next version of HttpClient?

The third solution (which is a bit of work) is to have an adapter class
providing compatibility between HttpClient 2.0 and HttpClient from CVS
HEAD.

What do you think?

At this point in time, my personal feeling is that we should provide
HttpClient 2.0 compatibility as this is what everyone will be using
(either by using the 2.0 version or through the adapter stuff).

Thanks
-Vincent

> -----Original Message-----
> From: Christopher Lenz [mailto:cmlenz@gmx.de]
> Sent: 06 July 2003 12:15
> To: Cactus Developers List
> Subject: Re: [GUMP] Build Failure - jakarta-cactus-framework-12
> 
> Vincent Massol wrote:
> > The HttpClient project has just started working on a new version and
> > they are removing deprecated methods, introducing new ones, etc.
> >
> > I guess we need to follow up. It would be nice that we carefully
pick
> > the new API so that we still remain compatible with HttpUnit 2.0.
> >
> > Ideas? Comments? Suggestions?
> >
> > Thanks
> > -Vincent
> 
> Well, they obviously removed a method that was not actually deprecated
> (it probably should have been, though). We don't get any deprecation
> warnings when compiling against beta2, so I think that is the only
> problem.
> 
> I'll look into replacing the offending code later today, if you don't
> beat me to it ;-)
> 
> --
> Christopher Lenz
> /=/ cmlenz at gmx.de
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


Re: [GUMP] Build Failure - jakarta-cactus-framework-12

Posted by Christopher Lenz <cm...@gmx.de>.
Vincent Massol wrote:
> The HttpClient project has just started working on a new version and
> they are removing deprecated methods, introducing new ones, etc.
> 
> I guess we need to follow up. It would be nice that we carefully pick
> the new API so that we still remain compatible with HttpUnit 2.0.
> 
> Ideas? Comments? Suggestions?
> 
> Thanks
> -Vincent

Well, they obviously removed a method that was not actually deprecated 
(it probably should have been, though). We don't get any deprecation 
warnings when compiling against beta2, so I think that is the only problem.

I'll look into replacing the offending code later today, if you don't 
beat me to it ;-)

-- 
Christopher Lenz
/=/ cmlenz at gmx.de


---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org


RE: [GUMP] Build Failure - jakarta-cactus-framework-12

Posted by Vincent Massol <vm...@pivolis.com>.
The HttpClient project has just started working on a new version and
they are removing deprecated methods, introducing new ones, etc.

I guess we need to follow up. It would be nice that we carefully pick
the new API so that we still remain compatible with HttpUnit 2.0.

Ideas? Comments? Suggestions?

Thanks
-Vincent

> -----Original Message-----
> From: Vincent Massol [mailto:vmassol@apache.org]
> Sent: 06 July 2003 10:52
> To: cactus-dev@jakarta.apache.org
> Subject: [GUMP] Build Failure - jakarta-cactus-framework-12
> 
> ----------------------------------------------------
> This email is autogenerated from the output from:
>
<http://cvs.apache.org/builds/gump/2003-07-06/jakarta-cactus-framework-
> 12.html>
> ----------------------------------------------------
> 
> Buildfile: framework/build.xml
> 
> init.display:
>      [echo] ----- Cactus Framework 20030706 -----
> 
>      [echo] java.class.path = /home/rubys/jakarta/xml-
> commons/java/external/build/xml-apis.jar:/home/rubys/jakarta/xml-
> xerces2/java/build/xmlParserAPIs.jar:/home/rubys/jakarta/xml-
>
xerces2/java/build/xercesImpl.jar:.:/usr/java/j2sdk1.4.1_02/lib/tools.ja
r:
>
/usr/java/j2sdk1.4.1_02/jre/lib/rt.jar:/usr/java/j2sdk1.4.1_02/lib/tools
.j
>
ar:/home/rubys/jakarta/ant/dist/lib/ant.jar:/home/rubys/jakarta/ant/dist
/l
> ib/ant-launcher.jar:/home/rubys/jakarta/ant/dist/lib/ant-
> jmf.jar:/home/rubys/jakarta/ant/dist/lib/ant-
> junit.jar:/home/rubys/jakarta/ant/dist/lib/ant-
> stylebook.jar:/home/rubys/jakarta/ant/dist/lib/ant-
> swing.jar:/home/rubys/jakarta/ant/dist/lib/ant-
> trax.jar:/home/rubys/jakarta/ant/dist/lib/ant-
>
xalan2.jar:/home/rubys/jakarta/ant/dist/lib/nodeps.jar:/opt/aspectj1.0/l
ib
>
/aspectjtools.jar:/opt/aspectj1.0/lib/aspectjrt.jar:/opt/aspectj1.0/lib/
as
> pectj-ant.jar:/home/rubys/jakarta/checkstyle/target/dist/checkstyle-
> 20030706/checkstyle-20030706.jar:/home/rubys/jakarta/jakarta-
>
servletapi/dist/lib/servlet.jar:/home/rubys/jakarta/jakarta-log4j/log4j-
> 20030706.jar:/home/rubys/jakarta/jakarta-log4j/log4j-lf5-
> 20030706.jar:/home/rubys/jakarta/jakarta-log4j/log4j-chainsaw-
> 20030706.jar:/home/rubys/jakarta/jakarta-commons/logging/dist/commons-
> logging.jar:/home/rubys/jakarta/jakarta-commons/logging/dist/commons-
> logging-api.jar:/home/rubys/jakarta/jakarta-
> commons/httpclient/dist/commons-
>
httpclient.jar:/home/rubys/jakarta/httpunit/lib/httpunit.jar:/home/rubys
/j
> akarta/dist/junit/junit.jar:/home/rubys/jakarta/jakarta-
> commons/collections/dist/commons-
> collections.jar:/home/rubys/jakarta/jakarta-regexp/bin/jakarta-regexp-
> 20030706.jar:/opt/antlr-2.7.2/antlrall.jar:/opt/antlr-
> 2.7.2/antlr.jar:/home/rubys/jakarta/jakarta-
>
commons/beanutils/dist/commons-beanutils.jar:/home/rubys/jakarta/jakarta
-
>
bcel/bin/bcel.jar:/home/rubys/jakarta/jakarta-commons/cli/target/commons
-
> cli-20030706.jar:/home/rubys/jakarta/jakarta-cactus/framework/target-
> 12/classes/java:/home/rubys/jakarta/jakarta-cactus/framework/target-
> 12/classes/test"
> 
>      [echo] java.home = /usr/java/j2sdk1.4.1_02/jre
>      [echo] user.home = /home/rubys
>      [echo] ant.home = ${ant.home}
> 
> 
> init.j2ee:
>      [echo] j2ee.api = 12
> 
> init.properties.target:
> 
> init.properties.dist:
> 
> init.properties.release:
> 
> init.properties.artifact:
> 
> init.properties:
> 
> init.common:
> 
> properties:
> 
> init.aspectj:
> 
> init.clover.check:
> 
> init.clover.j2ee:
> 
> init.clover.noj2ee:
> 
> init.clover:
> 
> init:
>      [echo] Dependencies:
>      [echo]   aspectjrt.jar = [/opt/aspectj1.0/lib/aspectjrt.jar]
>      [echo]   commons.httpclient.jar = [/home/rubys/jakarta/jakarta-
> commons/httpclient/dist/commons-httpclient.jar]
>      [echo]   commons.logging.jar = [/home/rubys/jakarta/jakarta-
> commons/logging/dist/commons-logging.jar]
>      [echo]   httpunit.jar =
> [/home/rubys/jakarta/httpunit/lib/httpunit.jar]
>      [echo]   j2ee.jar = [/home/rubys/jakarta/jakarta-
> servletapi/dist/lib/servlet.jar]
>      [echo]   junit.jar = [/home/rubys/jakarta/dist/junit/junit.jar]
>      [echo]   xmlapis.jar (optional) = [${xmlapis.jar}]
> 
>      [echo] Options:
>      [echo]   clover.enable = ${clover.enable}
> 
> init.checkstyle.check:
> 
> init.checkstyle:
> 
> checkstyle:
>     [mkdir] Created dir: /home/rubys/jakarta/jakarta-
> cactus/framework/target-12
> [checkstyle] log4j:WARN No appenders could be found for logger
> (org.apache.commons.beanutils.BeanUtils).
> [checkstyle] log4j:WARN Please initialize the log4j system properly.
> 
> 
> compile.prepare:
>      [copy] Copying 91 files to /home/rubys/jakarta/jakarta-
> cactus/framework/target-12/src
>      [copy] Replacing: @version@ -> 20030706
> 
> compile.main.prepare:
> 
> compile.main:
>     [mkdir] Created dir: /home/rubys/jakarta/jakarta-
> cactus/framework/target-12/classes/java
>       [ajc] Compiling 86 source and 0 arg files to
> /home/rubys/jakarta/jakarta-cactus/framework/target-12/classes/java
>       [ajc] /home/rubys/jakarta/jakarta-cactus/framework/target-
> 12/src/org/apache/cactus/WebResponse.java:294:31: no method named
parse
> defined in Cookie
>       [ajc]                     cookies =
> org.apache.commons.httpclient.Cookie.parse(
>       [ajc]                               ^
>       [ajc] 1 errors
> 
> BUILD FAILED
> /home/rubys/jakarta/jakarta-cactus/framework/build.xml:226:
Compilation
> error: -1
> 
> Total time: 13 seconds
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: cactus-dev-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org