Re: Struts 2 release plans

2007-05-23 Thread Wendy Smoak
On 5/22/07, Wendy Smoak [EMAIL PROTECTED] wrote: Let's make sure there are no snapshot dependencies in any of the poms and that the snapshot repositories are commented out before releasing. From the top of the 2_0_X branch, here are the poms with snapshots: $ grep -r SNAPSHOT * | grep -v

Re: Struts 2 release plans

2007-05-23 Thread Antonio Petrelli
2007/5/23, Wendy Smoak [EMAIL PROTECTED]: plugins/tiles/pom.xml:version2.0-SNAPSHOT/version Oh no, not again! I think this is definitely a BLOCKER issue. Don't make the same mistake twice. Antonio

[S2] Status of Tiles 2 plugin (WAS: Struts 2 release plans)

2007-05-23 Thread Antonio Petrelli
Hi all! I noticed that Struts 2 is going to be released and, again, there is the danger of releasing a Tiles 2 plugin depending on a snapshot version of Tiles 2.0. But my question is another: how stable is the Tiles 2 plugin, independently from stability of Tiles 2 and Struts 2 core? I suppose

Re: Struts 2 release plans

2007-05-23 Thread Ted Husted
On 5/23/07, Antonio Petrelli [EMAIL PROTECTED] wrote: Oh no, not again! I think this is definitely a BLOCKER issue. Don't make the same mistake twice. So fix it. -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Struts 2 release plans

2007-05-23 Thread Antonio Petrelli
2007/5/23, Ted Husted [EMAIL PROTECTED]: On 5/23/07, Antonio Petrelli [EMAIL PROTECTED] wrote: Oh no, not again! I think this is definitely a BLOCKER issue. Don't make the same mistake twice. So fix it. Done, and without knowing anything about Struts 2! :-) (I hope I did not break

Test build failures

2007-05-23 Thread Antonio Petrelli
Hi all! I built the current STRUTS_2_0_X branch and I have 14 failures when running tests. Is it a known issue? Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Test build failures

2007-05-23 Thread Musachy Barroso
Which ones? Bamboo is not complaining (oh, and that guy does know how to complain :) ) musachy On 5/23/07, Antonio Petrelli [EMAIL PROTECTED] wrote: Hi all! I built the current STRUTS_2_0_X branch and I have 14 failures when running tests. Is it a known issue? Antonio

Re: Test build failures

2007-05-23 Thread Antonio Petrelli
2007/5/23, Musachy Barroso [EMAIL PROTECTED]: Which ones? Bamboo is not complaining (oh, and that guy does know how to complain :) ) Results : Failed tests: testIncludeParameterInResultWithConditionParseOn( org.apache.struts2.dispatcher .ServletActionRedirectResultTest)

Re: Test build failures

2007-05-23 Thread Musachy Barroso
Did you build xwork also or you are using the one from the maven repo? musachy On 5/23/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/5/23, Musachy Barroso [EMAIL PROTECTED]: Which ones? Bamboo is not complaining (oh, and that guy does know how to complain :) ) Results : Failed

Re: Test build failures

2007-05-23 Thread Antonio Petrelli
2007/5/23, Musachy Barroso [EMAIL PROTECTED]: Did you build xwork also or you are using the one from the maven repo? I am using the one from the repository, do you think this is the problem? Antonio - To unsubscribe, e-mail:

Re: Test build failures

2007-05-23 Thread Musachy Barroso
I was having some failing test until the other day when I got the latest from svn and compiled xwork, and they were related to i18 and the URL tag. musachy On 5/23/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/5/23, Musachy Barroso [EMAIL PROTECTED]: Did you build xwork also or you are

Re: Test build failures

2007-05-23 Thread Antonio Petrelli
2007/5/23, Musachy Barroso [EMAIL PROTECTED]: I was having some failing test until the other day when I got the latest from svn and compiled xwork, and they were related to i18 and the URL tag. Mmm... it's getting worse. I checked out the xwork project, and it does not install due to test

Re: Test build failures

2007-05-23 Thread Musachy Barroso
can't help there, I always build xwork skipping the tests :) musachy On 5/23/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/5/23, Musachy Barroso [EMAIL PROTECTED]: I was having some failing test until the other day when I got the latest from svn and compiled xwork, and they were

Re: Test build failures

2007-05-23 Thread Antonio Petrelli
2007/5/23, Musachy Barroso [EMAIL PROTECTED]: I was having some failing test until the other day when I got the latest from svn and compiled xwork, and they were related to i18 and the URL tag. Uh wait a minute! The Struts 2 project in 2_0_X depends on XWork 2.0.2, not on a snapshot

Re: Test build failures

2007-05-23 Thread Musachy Barroso
Uh wait a minute! The Struts 2 project in 2_0_X depends on XWork 2.0.2, not on a snapshot dependency. Installing XWork does not make sense then. yeah that's true, I was referring to 2.1, mea culpa musachy -- Hey you! Would you help me to carry the stone? Pink Floyd

Re: Test build failures

2007-05-23 Thread Antonio Petrelli
2007/5/23, Antonio Petrelli [EMAIL PROTECTED]: BTW, I forgot to tell that I was using JDK 1.6.0u1 This seems to be the problem! I tried using JDK 1.5.0 and tests went all OK. I think that I will open an issue for that. Maybe it's not critical (Struts 2 is built using JDK 1.5 right?) but it

Re: Test build failures

2007-05-23 Thread Antonio Petrelli
2007/5/23, Antonio Petrelli [EMAIL PROTECTED]: 2007/5/23, Antonio Petrelli [EMAIL PROTECTED]: BTW, I forgot to tell that I was using JDK 1.6.0u1 This seems to be the problem! I tried using JDK 1.5.0 and tests went all OK. I think that I will open an issue for that. Maybe it's not critical

Re: Test build failures

2007-05-23 Thread Musachy Barroso
It seems like the implementation of HashMap changed, and now the iterator doesn't return the elements in the order it used to in 1.5, I guess we should use a LinkedHashMap. musachy On 5/23/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/5/23, Antonio Petrelli [EMAIL PROTECTED]:

Retrotranslator plugin version

2007-05-23 Thread Wendy Smoak
The STRUTS_2_0_X branch had a dependency on retrotranslator-maven-plugin version 1.0-SNAPSHOT. The latest snapshot is dated Feb 6th, and there is a 1.0-alpha-2 release dated March 14th. I changed to the released version in r541159, however I have problems using the j4 profile which enables this