ant download - failed

2008-08-05 Thread Fu-Tung Cheng
Hi, I am just trying to build tomcat for the first time. I have jdk 1.6.0.03-b05 and ant 1.7.0 and I am using the source download 6.0.18. This is on windows xp. I am following the steps from : http://tomcat.apache.org/tomcat-6.0-doc/building.html Following is the error extract. Thank you,

Re: ant download - failed

2008-08-05 Thread Mark Thomas
Fu-Tung Cheng wrote: Hi, I am just trying to build tomcat for the first time. I have jdk 1.6.0.03-b05 and ant 1.7.0 and I am using the source download 6.0.18. This is on windows xp. You can't build Tomcat on a 1.6 JDK due to a dbcp incompatibility (to be fair to commons, Sun broke the API)

5.5.27 Security Release When?

2008-08-05 Thread David Rees
With the 3 known security vulnerabilities in 5.5.26, when will 5.5.27 be scheduled for release? http://tomcat.apache.org/security-5.html I am particularly worried about CVE-2008-2370 myself. I would rather not have to go through and completely test 6.0.18 which has been released and has the 3 kn

Re: ant download - failed

2008-08-05 Thread Fu-Tung Cheng
Hi Mark, Thanks for the help using the 1.5 jdk worked. Could the building instructions be updated or would jdk 1.6 work for build.xml just not extras.xml? http://tomcat.apache.org/tomcat-6.0-doc/building.html >>Download a Java Development Kit (JDK) release (version 1.5.x or later) Fu-Tung -

Re: When will release 6.0.18 be published to maven?

2008-08-05 Thread Filip Hanik - Dev Lists
this has been done! Mohn, Robert wrote: When will release 6.0.18 be published to the maven repositories? Thanks, -Rob - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

overwrite bin/tomcat-juli.jar with extras/tomcat-juli.jar results in ClassNotFound

2008-08-05 Thread Fu-Tung Cheng
I am trying to follow the log4j setup for tomcat found here: http://tomcat.apache.org/tomcat-6.0-doc/logging.html I built the extras and replaced the jar files as directed but now I get an exception at startup: The stack trace follows. In general though the problem appears to be that the extr

Re: overwrite bin/tomcat-juli.jar with extras/tomcat-juli.jar results in ClassNotFound

2008-08-05 Thread Fu-Tung Cheng
I figured out the issue. I needed to run the normal ant before ant -f extras.xml. Thanks, Fu-Tung --- On Tue, 8/5/08, Fu-Tung Cheng <[EMAIL PROTECTED]> wrote: > From: Fu-Tung Cheng <[EMAIL PROTECTED]> > Subject: overwrite bin/tomcat-juli.jar with extras/tomcat-juli.jar results in > ClassNotF