[OT] IDEA OpenSource license

2006-11-14 Thread Rainer Hermanns
Hey there, Just a question, that pops up from time to time... Do we have an open source license key for Struts2 development? If yes, where can I get one or whom I need to contact about it? tia, Rainer - To unsubscribe, e-mail:

Re: [OT] IDEA OpenSource license

2006-11-14 Thread Ted Husted
-Original Message- From: [EMAIL PROTECTED] Subject: http://www.jetbrains.com/idea/opensource/asf.html To request your free IntelliJ IDEA license, simply send an e-mail request from your e-mail account at apache.org to Ilya Dumov [EMAIL PROTECTED] You'll receive a reply at your apache.or

Re: [OT] IDEA OpenSource license

2006-11-14 Thread David H. DeWolf
Jetbrains gives them to open source developers by request. See: http://www.jetbrains.com/idea/opensource/opensource.html David Rainer Hermanns wrote: Hey there, Just a question, that pops up from time to time... Do we have an open source license key for Struts2 development? If yes, where ca

Re: [OT] IDEA OpenSource license

2006-11-14 Thread Rainer Hermanns
Thanks a lot, Ted :) >> -Original Message- >> From: [EMAIL PROTECTED] >> Subject: http://www.jetbrains.com/idea/opensource/asf.html >> >> To request your free IntelliJ IDEA license, simply send an e-mail >> request >> from your e-mail account at apache.org to Ilya Dumov >> [EMAIL PROTECTE

Re: [s2] XWork2 release plan

2006-11-14 Thread Rainer Hermanns
Ted, I need some more time (the coming weekend) to finish up the open tasks for xwork2. We have some "deadline problems" in my daytime customer project so that I can not work on the open xwork issues before the weekend. Since we are waiting for the ajax stuff to be fixed as well for Struts2, I thin

Re: [s2] XWork2 release plan

2006-11-14 Thread Don Brown
James has successfully integrated retrotranslator into the Maven 2 process for Shale, so it should be pretty easy to translate that work for XWork. As for closing out XWork, I would like to do another beta release of it and Struts 2, perhaps this weekend. The Guice and Dojo 0.4 changes are pr

Re: [s2] XWork2 release plan

2006-11-14 Thread Rainer Hermanns
Don, that are great news, thanks for stepping in. +1 for another xwork/Struts2 beta release... Lots of tag attributes changed for the Dojo 0.4 migration, so that there are possibly migration docs missing as well... Do you have time to look into the maven build of xwork2? I want to get rid of the

[S2] Maven2 and junit reports

2006-11-14 Thread Rainer Hermanns
Is there an easy way to get a more informative report out of our current maven build? I find it quite hard currently to find the reasons for test failures. All I get on failing tests are the txt and xml files from surefire. IIRC maven provides all those nice html reports but I have no clue how to

Re: [s2] XWork2 release plan

2006-11-14 Thread Don Brown
Rainer Hermanns wrote: If we could align the xwork2 release process with the Struts2 build this would make it easier for all of us. +1 I'll try to get to it this weekend, if no one beats me to it. Don What do you think? tia, Rainer James has successfully integrated retrotranslator i

Re: [s2] XWork2 release plan

2006-11-14 Thread Musachy Barroso
I will get the tags fixed by this week(minor stuff). Documentation is next. musachy Rainer Hermanns wrote: Don, that are great news, thanks for stepping in. +1 for another xwork/Struts2 beta release... Lots of tag attributes changed for the Dojo 0.4 migration, so that there are possibly migra

Re: [s2] XWork2 release plan

2006-11-14 Thread Rainer Hermanns
> I will get the tags fixed by this week(minor stuff). Documentation is > next. > > musachy Thanks a lot. I'll work on the showcase samples over the week and report if I find any problems. -Rainer - To unsubscribe, e-mail: [EMAI

Re: [s2] XWork2 release plan

2006-11-14 Thread Musachy Barroso
The dropdown date picker page in showcase has a problem, the table section in typo.css is causing the dojo widget to look weird(dojo uses tables for that widget). musachy Rainer Hermanns wrote: I will get the tags fixed by this week(minor stuff). Documentation is next. musachy Thanks a

Re: [s2] XWork2 release plan

2006-11-14 Thread Ted Husted
On 11/14/06, Rainer Hermanns <[EMAIL PROTECTED]> wrote: Regarding the retroweaver build: Is this part of the common maven2 build process or do I need to apply the filter after the release process is finished? I've been doing it afterwards. One problem we have with Struts 2 is that we need retro

Re: [s2] XWork2 release plan

2006-11-14 Thread Ted Husted
+1 Seeing that tag attributes have changed, a huge issue for us might be TLD. We've been maintaining the one inherited from the Ivy build, but we can't do that forever. * https://issues.apache.org/struts/browse/WW-1392 Without a current TLD, it's doubtful that anyone would now vote Struts 2 GA.

Re: [s2] XWork2 release plan

2006-11-14 Thread James Mitchell
I'd be happy to take a stab at adding the retro plugin to xwork. The only issue I had was after the jar was converted, getting the new bits into the repo or part of a distribution, but we can cross that bridge later. I don't want to do duplicate work, so shall I work on it, or someone el

Re: [s2] XWork2 release plan

2006-11-14 Thread Don Brown
James Mitchell wrote: I'd be happy to take a stab at adding the retro plugin to xwork. The only issue I had was after the jar was converted, getting the new bits into the repo or part of a distribution, but we can cross that bridge later. I don't want to do duplicate work, so shall I work on

Re: ajax tags

2006-11-14 Thread Musachy Barroso
Rainer I fixed the div problem. and the missing links (it seems I forgot to send you a couple of files). My problem is with the Submit tag, the submit tag used to take an "action" and a "method", but the anchor, and the div tag used to take an "href", I'm trying to make them have the same at

Re: [s2] XWork2 release plan

2006-11-14 Thread James Mitchell
heh heh, nothing like being sweet talked :P Ok, I'm done. I added the retro bits to the pom.xml, try it with the following... (OS X) $ cd xwork/ $ mvn clean install -Pj4 -Djava14.jar=$JAVA_HOME/../Classes/ classes.jar (Windows) $ cd xwork/ $ mvn clean install -Pj4 -Djava14.jar=path\\

Re: svn commit: r475123 - /struts/struts2/trunk/core/src/main/resources/org/apache/struts2/default.properties

2006-11-14 Thread Don Brown
Actually, that wasn't an accident. The composite mapper now uses a different, simpler mechanism to gather subordinate mappers. See CompositeActionMapper.setActionMappers(List) Don [EMAIL PROTECTED] wrote: Author: tmjee Date: Tue Nov 14 21:08:29 2006 New Revision: 475123 URL: http://svn.apa