Re: snapshot on S2 homepage?

2011-12-06 Thread Łukasz Lenart
2011/12/5 Dave Newton davelnew...@gmail.com:
 http://struts.apache.org/2.x/

 Lists the S2 download as 2.3.1-SNAPSHOT; is this on purpose?

Is it a problem ? It's a site effect of using variables in the template, eg.

#set($aname=$currentVersion.replaceAll('\.', ))
a href=http://struts.apache.org/download.cgi#struts${aname};

but that solves the problem with wrong links when the site is
released, which was quite often ;-)


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



IntelliJ v. Maven v. S3 branch, and a few S3 questions

2011-12-06 Thread Dave Newton
Has anyone set up IntelliJ on a checkout of the S3 branch and had it come
close to being functional? The number of issues I'm having is even more
than I expected.

Quick S3 questions:

* Assuming no compatibility issues, anyone have objections to cranking up
the Commons version dependencies?
* Can we drop the J4 profile? (I vote +1)
* Can we archive the Dojo tags? (I vote +1)

Dave


Re: IntelliJ v. Maven v. S3 branch, and a few S3 questions

2011-12-06 Thread Maurizio Cucchiara
It works on my IU-110.365.

* Assuming no compatibility issues, anyone have objections to cranking up
 the Commons version dependencies?

Sorry, what does it mean cracking up :), do you mean update to the latest
version?

 * Can we drop the J4 profile? (I vote +1)

+1 (struts2 needs at least java 5 IIRC)


 * Can we archive the Dojo tags? (I vote +1)

+1

Twitter :http://www.twitter.com/m_cucchiara
G+  :https://plus.google.com/107903711540963855921
Linkedin:http://www.linkedin.com/in/mauriziocucchiara

Maurizio Cucchiara


On 6 December 2011 15:41, Dave Newton davelnew...@gmail.com wrote:

 Has anyone set up IntelliJ on a checkout of the S3 branch and had it come
 close to being functional? The number of issues I'm having is even more
 than I expected.

 Quick S3 questions:

 * Assuming no compatibility issues, anyone have objections to cranking up
 the Commons version dependencies?
 * Can we drop the J4 profile? (I vote +1)
 * Can we archive the Dojo tags? (I vote +1)

 Dave



Re: IntelliJ v. Maven v. S3 branch, and a few S3 questions

2011-12-06 Thread Wes Wannemacher
On Tue, Dec 6, 2011 at 10:07 AM, Maurizio Cucchiara
mcucchi...@apache.org wrote:
 It works on my IU-110.365.

 * Assuming no compatibility issues, anyone have objections to cranking up
 the Commons version dependencies?

 Sorry, what does it mean cracking up :), do you mean update to the latest
 version?


That is what was meant, moving to a later version... Personally, I
dislike depending on commons because it is too *common* (couldn't
resist). commons-* are usually the dependencies that I have to
manually resolve conflicts with because it seems like every other
project on the planet uses it.


 * Can we drop the J4 profile? (I vote +1)

 +1 (struts2 needs at least java 5 IIRC)

Agreed.



 * Can we archive the Dojo tags? (I vote +1)

 +1

Agreed as well.


-W

-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Re: IntelliJ v. Maven v. S3 branch, and a few S3 questions

2011-12-06 Thread Dave Newton
On Tue, Dec 6, 2011 at 10:12 AM, Wes Wannemacher w...@wantii.com wrote:

 That is what was meant, moving to a later version... Personally, I
 dislike depending on commons because it is too *common* (couldn't
 resist). commons-* are usually the dependencies that I have to
 manually resolve conflicts with because it seems like every other
 project on the planet uses it.


We already have a ton of dependencies on it, though.

I don't see a reasonable way around it, giving the existing dependencies.
I'd really like to remove the duplicated code in XW, too.

d.


Re: IntelliJ v. Maven v. S3 branch, and a few S3 questions

2011-12-06 Thread Maurizio Cucchiara
On 6 December 2011 16:12, Wes Wannemacher w...@wantii.com wrote:

 That is what was meant, moving to a later version... Personally, I
 dislike depending on commons because it is too *common* (couldn't
 resist). commons-* are usually the dependencies that I have to
 manually resolve conflicts with because it seems like every other
 project on the planet uses it.



And I guess that was the reason because the commons deps were shaded
before.

Twitter :http://www.twitter.com/m_cucchiara
G+  :https://plus.google.com/107903711540963855921
Linkedin:http://www.linkedin.com/in/mauriziocucchiara

Maurizio Cucchiara


Re: The Master Plan

2011-12-06 Thread Steven Benitez
This sounds good to me. I'm glad to chip in and contribute, as well.

2011/12/6 Łukasz Lenart lukasz.len...@googlemail.com

 Hello all,
 For the last few days I was cleaning up JIRA and moved some of
 theissues to 3.x or future, some of them were already solved and so
 on.You can check the results here [1]
 There is still 5 issues to be solved before releasing 2.3.1
 version(hope I'll do them during this week).
 Regarding version 3.x, my plan is as follow:- release version 2.3.1-
 make a branch base on 2.3.1 where security and very, very
 importantfixes can be applied- on trunk we can start working on
 version 2.5 (aka 3.x - so thecurrent STRUTS_3 branch can be dropped),
 there 96 issues marked for3.x - should be ready in half a year ;-)
 As suggested by Paul Benedict, instead preparing 3.x version, weshould
 work on 2.5 version where the most of the compatibilitybreaking
 changes can be applied (renaming xwork packages, new APIs,and so on).
 Any thoughts ?

 [1]
 https://issues.apache.org/jira/browse/WW#selectedTab=com.atlassian.jira.plugin.system.project%3Aroadmap-panel

 Kind regards--
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/
 Warszawa JUG conference - Confitura http://confitura.pl/

 -
 To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
 For additional commands, e-mail: dev-h...@struts.apache.org




Re: snapshot on S2 homepage?

2011-12-06 Thread Steven Benitez
It should probably reference the last release (not snapshot).

2011/12/6 Łukasz Lenart lukasz.len...@googlemail.com

 2011/12/5 Dave Newton davelnew...@gmail.com:
  http://struts.apache.org/2.x/
 
  Lists the S2 download as 2.3.1-SNAPSHOT; is this on purpose?

 Is it a problem ? It's a site effect of using variables in the template,
 eg.

#set($aname=$currentVersion.replaceAll('\.', ))
a href=http://struts.apache.org/download.cgi#struts${aname};

 but that solves the problem with wrong links when the site is
 released, which was quite often ;-)


 Kind regards
 --
 Łukasz
 + 48 606 323 122 http://www.lenart.org.pl/
 Warszawa JUG conference - Confitura http://confitura.pl/

 -
 To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
 For additional commands, e-mail: dev-h...@struts.apache.org




Re: IntelliJ v. Maven v. S3 branch, and a few S3 questions

2011-12-06 Thread Łukasz Lenart
2011/12/6 Maurizio Cucchiara mcucchi...@apache.org:
 And I guess that was the reason because the commons deps were shaded
 before.

But it was very hard for devs to work on, also some users were
complaining about that. I know it's hard to maintain different
versions of Commons but right now I don't see a good way to solve that
in both directions :/


Kind regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



JIRA karma for Struts project

2011-12-06 Thread Wes Wannemacher
I think I might have lost privileges to JIRA. I am unable to resolve
issues in the Struts 2 (WW) project. It has been a while since I tried
to close/resolve an issue, so I don't know if I wasn't paying
attention when I should have spoken up.

-Wes

-- 
Wes Wannemacher

Head Engineer, WanTii, Inc.
Need Training? Struts, Spring, Maven, Tomcat...
Ask me for a quote!

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Re: JIRA karma for Struts project

2011-12-06 Thread Martin Cooper
On Tue, Dec 6, 2011 at 9:05 AM, Wes Wannemacher w...@apache.org wrote:
 I think I might have lost privileges to JIRA. I am unable to resolve
 issues in the Struts 2 (WW) project. It has been a while since I tried
 to close/resolve an issue, so I don't know if I wasn't paying
 attention when I should have spoken up.

Should be fixed now.

--
Martin Cooper


 -Wes

 --
 Wes Wannemacher

 Head Engineer, WanTii, Inc.
 Need Training? Struts, Spring, Maven, Tomcat...
 Ask me for a quote!

 -
 To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
 For additional commands, e-mail: dev-h...@struts.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org