Re: Minimum Ant version for building Struts

2004-12-11 Thread Craig McClanahan
+1. Just because we are conservative on runtime APIs doesn't mean we have to be conservative on our own environments :-). Craig On Fri, 10 Dec 2004 22:12:07 -0800 (PST), Martin Cooper [EMAIL PROTECTED] wrote: Currently, we say that Ant 1.5.4 is required for building Struts. I'd like to bump

Re: Minimum Ant version for building Struts

2004-12-11 Thread David Graham
Sounds good to me. David --- Martin Cooper [EMAIL PROTECTED] wrote: Currently, we say that Ant 1.5.4 is required for building Struts. I'd like to bump that to 1.6.2 as a minimum, so that we can take advantage of some of the features that were introduced in Ant 1.6. Anyone have any

Re: Tomcat versions and Struts

2004-12-11 Thread Niall Pemberton
+1 to 4.1.x, 5.0.x, 5.5.x. - Original Message - From: Martin Cooper [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, December 11, 2004 7:04 AM Subject: Tomcat versions and Struts For recent builds of Struts, we have officially tested against Tomcat 4.1.x and 5.0.x. Ostensibly,

svn commit: r111632 - /struts/core/trunk/conf/test/tomcat55 /struts/core/trunk/conf/test/tomcat55/server.xml

2004-12-11 Thread martinc
Author: martinc Date: Sat Dec 11 20:05:25 2004 New Revision: 111632 URL: http://svn.apache.org/viewcvs?view=revrev=111632 Log: Config file for Tomcat 5.5 tests. Added: struts/core/trunk/conf/test/tomcat55/ struts/core/trunk/conf/test/tomcat55/server.xml Added:

svn commit: r111635 - /struts/core/trunk/build-tests.xml /struts/core/trunk/build.properties.sample /struts/core/trunk/build.properties.sample.lib /struts/core/trunk/build.xml

2004-12-11 Thread martinc
Author: martinc Date: Sat Dec 11 20:28:55 2004 New Revision: 111635 URL: http://svn.apache.org/viewcvs?view=revrev=111635 Log: Remove test support for Tomcat 3.2, 3.3, and 4.0, and add support for Tomcat 5.5. Update the Cactus Ant task class, to avoid using the deprecated one. Note that the

[Apache Struts Wiki] Updated: StrutsRelease126

2004-12-11 Thread dev
Date: 2004-12-11T21:06:27 Editor: MartinCooper [EMAIL PROTECTED] Wiki: Apache Struts Wiki Page: StrutsRelease126 URL: http://wiki.apache.org/struts/StrutsRelease126 Update with the quality vote. Change Log:

svn commit: r111630 - /struts/core/trunk/src/share/org/apache/struts/util/IteratorAdapter.java

2004-12-11 Thread martinc
Author: martinc Date: Sat Dec 11 20:03:49 2004 New Revision: 111630 URL: http://svn.apache.org/viewcvs?view=revrev=111630 Log: enum is a keyword in Java 5. Modified: struts/core/trunk/src/share/org/apache/struts/util/IteratorAdapter.java Modified: