Re: Struts-faces

2004-07-06 Thread Craig McClanahan
Matthias Wessendorf wrote: Michael, I looked and maven is pulling servlet 2.2. I would assume that faces is using that same servlet.jar. I just rebuilt faces against 2.3 and the problems seem to have gone away. I haven't tried 2.4, but it seems that it should work fine there. It is my

SV: Opening Salvo 'n CVS

2004-07-06 Thread hermod . opstvedt
Hi Use CVSGrab - It works great. Also behind a proxy/firewall. Hermod -Opprinnelig melding- Fra: Michael McGrady [mailto:[EMAIL PROTECTED] Sendt: 5. juli 2004 15:18 Til: Struts Developers List Emne: Opening Salvo 'n CVS I am attempting to download struts cvs with jcvs ii. I am a new

RE: Struts-faces

2004-07-06 Thread Matthias Wessendorf
In principle, this makes perfect sense. It'll be easy if you've split the MyFaces jars into api and impl classes (like the RI does), because then it's just a matter of setting up your own build.properties file and defining jsf-api.jar and jsf-impl.jar appropriately. no, not now. but

Re: [OT] Re: Opening Salvo 'n CVS: step two: build time

2004-07-06 Thread Craig McClanahan
Michael McGrady wrote: I have successfully, and without too much difficulty, now uploaded the struts src code into the wincvs as follows: 1. Downloaded and installed Python 2.3.4 from http://www.python.org/. 2. Downloaded and installed WinCVS13b18 from http://www.wincvs.org/. 3. Rooted around

cvs commit: jakarta-struts/src/test/org/apache/struts/taglib/logic TestEqualTag.java TestGreaterEqualTag.java TestGreaterThanTag.java TestNotEqualTag.java TestNotPresentTag.java TestPresentTag.java

2004-07-06 Thread craigmcc
craigmcc2004/07/05 23:38:52 Modified:src/test/org/apache/struts/taglib/bean TestCookieTag.java src/test/org/apache/struts/taglib/logic TestEqualTag.java TestGreaterEqualTag.java TestGreaterThanTag.java TestNotEqualTag.java

Re: Struts-faces

2004-07-06 Thread Craig McClanahan
Matthias Wessendorf wrote: In principle, this makes perfect sense. It'll be easy if you've split the MyFaces jars into api and impl classes (like the RI does), because then it's just a matter of setting up your own build.properties file and defining jsf-api.jar and jsf-impl.jar

RE: Struts-faces

2004-07-06 Thread Matthias Wessendorf
But I'm -1 on including MyFaces in any Struts distribution until it has passed the TCK tests to certify that it is a compatible implementation of JavaServer Faces. Assistance in making that happen is one of the benefits you'll get by becoming an Apache project (once MyFaces passes

Re: Tonight's Nightly Build Dependencies

2004-07-06 Thread Nicolas De Loof
. Comment below Craig McClanahan wrote: I've updated my nightly build script (effective with the 20040706 build) to use the following dependnet libraries, which I'm assuming corresponds to what we'll actually use in a Struts 1.2.1 release. Can whoever is going to be release manager

Re: Adding mobile tags to Struts Faces

2004-07-06 Thread Michael Rassmussen
I am not...but I would like to in the near future. On Tue, 6 Jul 2004 07:41:56 +0200, Matthias Wessendorf [EMAIL PROTECTED] wrote: Michael, are you working on a WML-RenderKit ? perhaps you can add this feature to MyFaces? (www.myfaces.org) it is now under Apache2.0-license, since its

DO NOT REPLY [Bug 29898] - Unhelpful runtime error is hard to debug

2004-07-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=29898. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Tonight's Nightly Build Dependencies

2004-07-06 Thread Joe Germuska
This is a Chicken and an an Egg situation. Not enough people use Validator standalone for it to be promoted. Validator 1.1.3 only works with a nightly build of Struts. So to get the required number of users Validator will need in a released version of Struts to get the testing it needs to be

[Apache Struts Wiki] Updated: StrutsWebLinks

2004-07-06 Thread dev
Date: 2004-07-06T07:49:26 Editor: 193.32.3.82 Wiki: Apache Struts Wiki Page: StrutsWebLinks URL: http://wiki.apache.org/struts/StrutsWebLinks no comment Change Log: -- @@ -53,4 +53,4 @@ * IBM

Re: Simplifying Struts

2004-07-06 Thread David Graham
that allow new actions to be written without requiring any changes to struts-config.xml. I described my findings in my weblog: http://www.jroller.com/page/mrdon/20040706#zero_configuration_with_struts What does the Struts developer community think of providing direct support for regular

[Apache Struts Wiki] Updated: StrutsTools

2004-07-06 Thread dev
Date: 2004-07-06T09:10:02 Editor: 63.82.1.194 Wiki: Apache Struts Wiki Page: StrutsTools URL: http://wiki.apache.org/struts/StrutsTools no comment Change Log: -- @@ -11,6 +11,8 @@

Re: Tonight's Nightly Build Dependencies

2004-07-06 Thread Ted Husted
The idea is that we are doing them in tandem. We rolled Validator 1.1.3, so now can roll Struts 1.2.1. Once a nounrelease/noun is rolled, then we decide whether to verbrelease/verb it as beta or stable/General Availability. The votes are not final, so we can vote them to beta and then to stable

Re: Tonight's Nightly Build Dependencies

2004-07-06 Thread Ted Husted
On Tue, 06 Jul 2004 00:41:13 -0700, Craig McClanahan wrote: Can whoever is going to be release manager for this confirm the version numbers? Did you want to go ahead and do it, Craig? There are other things I really should be doing right now, but no one else was available. Of course, if you

Re: Struts-faces

2004-07-06 Thread Ted Husted
For 1.3.x, I'd like to reorganize the source tree so that it follows the Maven best practices. I agree that we should still provide Ant build files too, so that Maven it not required. I think a good portion of the Committers and other developers would (and do) build Struts with Maven locally,

Re: Tonight's Nightly Build Dependencies

2004-07-06 Thread Craig McClanahan
Joe Germuska wrote: This is a Chicken and an an Egg situation. Not enough people use Validator standalone for it to be promoted. Validator 1.1.3 only works with a nightly build of Struts. So to get the required number of users Validator will need in a released version of Struts to get the

Re: Simplifying Struts

2004-07-06 Thread Craig McClanahan
to be written without requiring any changes to struts-config.xml. I described my findings in my weblog: http://www.jroller.com/page/mrdon/20040706#zero_configuration_with_struts What does the Struts developer community think of providing direct support for regular JavaBeans as actions? One feature

Re: Tonight's Nightly Build Dependencies

2004-07-06 Thread Craig McClanahan
Ted Husted wrote: On Tue, 06 Jul 2004 00:41:13 -0700, Craig McClanahan wrote: Can whoever is going to be release manager for this confirm the version numbers? Did you want to go ahead and do it, Craig? There are other things I really should be doing right now, but no one else was

Re: [OT] Re: Opening Salvo 'n CVS: step two: build time

2004-07-06 Thread Martin Cooper
On Mon, 5 Jul 2004, Craig McClanahan wrote: Michael McGrady wrote: I have successfully, and without too much difficulty, now uploaded the struts src code into the wincvs as follows: 1. Downloaded and installed Python 2.3.4 from http://www.python.org/. 2. Downloaded and installed WinCVS13b18

RE: Updated redirects for Struts web site.

2004-07-06 Thread Noel J. Bergman
please add the following line to jakarta-site2/docs/.htaccess done. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts-faces

2004-07-06 Thread Matthias Weßendorf
see http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/ the nightly build is empty again, so is there a logfile, where i can check, why it is not build successful? Cheers, -- Matthias Weßendorf Aechterhoek 18 DE-48282 Emsdetten Germany Email: matthias AT wessendorf DOT net URL:

Re: Tonight's Nightly Build Dependencies

2004-07-06 Thread Nicolas De Loof
. Comment below Craig McClanahan wrote: I've updated my nightly build script (effective with the 20040706 build) to use the following dependnet libraries, which I'm assuming corresponds to what we'll actually use in a Struts 1.2.1 release. Can whoever is going to be release manager

Re: Tomcat Startup Hang Running Unit Tests?

2004-07-06 Thread James Mitchell
I saw your changes to the cookie-based tests. Does it still hang after that? James Mitchell Software Developer / Open Source Evangelist EdgeTech, Inc. On Mon, 5 Jul 2004, Craig McClanahan wrote: This is probably old news to the other developers, but hey ... just catching back up :-). I've

Re: Struts-faces

2004-07-06 Thread Craig McClanahan
Matthias Weßendorf wrote: see http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/ the nightly build is empty again, so is there a logfile, where i can check, why it is not build successful? The 20040706 build was successful. http://cvs.apache.org/builds/jakarta-struts/nightly

cvs commit: jakarta-struts/web/test/test/org/apache/struts/taglib/html TestOptionsTag1.jsp

2004-07-06 Thread craigmcc
craigmcc2004/07/06 18:21:55 Modified:web/test/test/org/apache/struts/taglib/html TestOptionsTag1.jsp Log: Swallow whitespace characters that were causing bogus equality failures (^M^J does not match ^J). With this change, and the previously commented out

cvs commit: jakarta-struts/conf/test/tomcat50 server.xml

2004-07-06 Thread craigmcc
craigmcc2004/07/06 18:46:42 Modified:conf/test/tomcat50 server.xml Log: As an exercise in pragmatism, I'm setting the shutdown port for the Tomcat 5.0 tests from 9005 back to 8005 (the default). This means you have to shut down any standard installation of Tomcat 5.0 before

Re: Tomcat Startup Hang Running Unit Tests?

2004-07-06 Thread Martin Cooper
On Tue, 6 Jul 2004, Craig McClanahan wrote: James Mitchell wrote: I saw your changes to the cookie-based tests. I did those solely because the tests were failing, and when adding debug statements I never saw any cookies actually included on the test requests. Does it still hang after that?

DO NOT REPLY [Bug 4462] - Websphere causes ALL forwards with redirect=true to break

2004-07-06 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=4462. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.