DO NOT REPLY [Bug 32596] - NetBeans IDE 4.0 and Struts

2004-12-11 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

svn commit: r111640 - in struts/core/trunk/doc: faqs images/how-to/netbeans4

2004-12-11 Thread craigmcc
Author: craigmcc Date: Sat Dec 11 21:26:13 2004 New Revision: 111640 URL: http://svn.apache.org/viewcvs?view=rev&rev=111640 Log: Add new IDE Guide for NetBeans 4.0. PR: Bugzilla #32596 Submitted by: Geertjan Wielenga Added: struts/core/trunk/doc/faqs/netbeans40.xml struts/core/trunk/doc/i

[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: 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=rev&rev=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 Cac

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=rev&rev=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: struts/core/trunk/conf/test/t

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=rev&rev=111630 Log: enum is a keyword in Java 5. Modified: struts/core/trunk/src/share/org/apache/struts/util/IteratorAdapter.java Modified: struts/core/trunk/src/share/org/apache/strut

Re: How can i contribute to struts source?

2004-12-11 Thread Martin Cooper
The web site will help you with this. See the following for starters: http://struts.apache.org/faqs/helping.html#contribute http://struts.apache.org/acquiring.html -- Martin Cooper On Sat, 11 Dec 2004 12:02:48 +0530, Sunny <[EMAIL PROTECTED]> wrote: > Hi, > I'm interested in contributing to str

Re: Call me crazy, but I want it all.

2004-12-11 Thread Vic
Michael Rasmussen wrote: what about writing a custom ant task that gets the jars from ibiblio or wherever they are from? +1 SVN lets your re-org directories so... I hope somehting happens to simplify build. If I can repeat a good prectice is " one jar/war = one directory = one project . " Bu

Re: Minimum Ant version for building Struts

2004-12-11 Thread Niall Pemberton
+1 - Original Message - From: "Martin Cooper" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, December 11, 2004 6:12 AM Subject: Minimum Ant version for building Struts > 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 m

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. Os

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

Re: Tomcat versions and Struts

2004-12-11 Thread Craig McClanahan
On Fri, 10 Dec 2004 23:04:43 -0800 (PST), Martin Cooper <[EMAIL PROTECTED]> wrote: > For recent builds of Struts, we have "officially" tested against Tomcat > 4.1.x and 5.0.x. Ostensibly, however, the build system supports Tomcat > 3.2.x, 3.3.x, 4.0.x, 4.1.x and 5.0.x. > > Since the trunk in SVN w

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 bu