Re: [ANNOUNCEMENT] New Struts Committer: Paul Benedict

2006-06-02 Thread Frank W. Zammetti
Congratulations to all three of you! Frank Ted Husted wrote: Please join us in welcoming Paul Benedict as a new Struts committer. Paul has been an earnest and helpful member of our community for over a year now. He has submitted patches and ideas, and many useful posts to the user list. Paul w

[ANNOUNCEMENT] New Struts Committer: Bob Lee

2006-06-02 Thread Ted Husted
Please join us in welcoming Bob Lee as a new Struts committer. Some of us have known Bob for several years through his Struts, WebWork, and Dynaop work, or in person from a conference. At this last JavaOne, he met other PMC members Craig, Martin, Gary, and Wendy, and Bob is well known to the WebW

[ANNOUNCEMENT] New Struts Committer: Michael Jouravlev

2006-06-02 Thread Ted Husted
Please join us in welcoming Michael Jouravlev as a new Struts committer. Michael has been an active member of our community for a very long time. His posts to user@ and dev@ are consistently helpful. Michael often participates in development discussions, including the Action2 discussions. He has

[ANNOUNCEMENT] New Struts Committer: Paul Benedict

2006-06-02 Thread Ted Husted
Please join us in welcoming Paul Benedict as a new Struts committer. Paul has been an earnest and helpful member of our community for over a year now. He has submitted patches and ideas, and many useful posts to the user list. Paul was particularly active in the thread that lead to the addition o

Please test the Maven archetypes

2006-06-02 Thread Wendy Smoak
In the sandbox, we have Maven archetypes for both "Shale Blank" and "Action Blank". Here are the README files with instructions: http://svn.apache.org/repos/asf/struts/sandbox/trunk/archetypes/shale-blank/README.txt http://svn.apache.org/repos/asf/struts/sandbox/trunk/archetypes/action-blank/RE

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Sean Schofield
* I presume we don't have to list the individual applications themseves in the "shale-parent-pom" file, because things get processed hierarchically? Not sure what you mean by this. If you mean shale/pom.xml and including: shale-clay shale-core shale-designtime

Re: Request to publish Struts 1.3.5

2006-06-02 Thread Ted Husted
OK, Extras needs a welcome page, and the Taglibs home page could use a bit more content, but other than that, it seems good to go. -Ted. On 5/31/06, Ted Husted <[EMAIL PROTECTED]> wrote: I got through most of the Action1 site last night, and will try to make a final pass tonight. On 5/30/06, T

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Craig McClanahan
On 6/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: Oops... wrong button! On 6/2/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > > +1 for shale-core, shale-test, shale-clay, etc., as directory names > > matching the artifactIds. > > Done The list of modules in the parent pom needs to be changed

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Wendy Smoak
Oops... wrong button! On 6/2/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > +1 for shale-core, shale-test, shale-clay, etc., as directory names > matching the artifactIds. Done The list of modules in the parent pom needs to be changed to match. Are you suggesting changing the artifact id a

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Wendy Smoak
On 6/2/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > +1 for shale-core, shale-test, shale-clay, etc., as directory names > matching the artifactIds. Done > For the apps, I see a really long artifactId for the sql browser app, > and would rather have it match the name of the war file: > shale-

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Sean Schofield
+1 for shale-core, shale-test, shale-clay, etc., as directory names matching the artifactIds. Done For the apps, I see a really long artifactId for the sql browser app, and would rather have it match the name of the war file: shale-sql-browser. Are you suggesting changing the artifact id and

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Craig McClanahan
On 6/2/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 6/2/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > We should rename core-library to shale-core. It saves a lot on > maven/continuum headaches if the name of the dir matches the name of > the artifact. We did not do this in MyFaces (for som

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Wendy Smoak
On 6/2/06, Sean Schofield <[EMAIL PROTECTED]> wrote: We should rename core-library to shale-core. It saves a lot on maven/continuum headaches if the name of the dir matches the name of the artifact. We did not do this in MyFaces (for some valid reasons) but its a definite inconvenience. I hav

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Sean Schofield
Suggestion: We should rename core-library to shale-core. It saves a lot on maven/continuum headaches if the name of the dir matches the name of the artifact. We did not do this in MyFaces (for some valid reasons) but its a definite inconvenience. I haven't checked the other artifacts but that

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Wendy Smoak
On 6/2/06, Greg Reddin <[EMAIL PROTECTED]> wrote: Wendy, correct me if I'm wrong, but I think this is done because the base group id for Struts is org.apache.struts and as long as Tiles is still part of Struts it will need to retain the struts part of the group id. Yes, as long as the Struts P

Re: svn commit: r410977 - in /struts/shale/branches/mvn_reorg: core-library/src/conf/ core-library/src/designtime/ core-library/src/java/ core-library/src/main/ core-library/src/main/java/ core-librar

2006-06-02 Thread Gary VanMatre
>From: "Craig McClanahan" <[EMAIL PROTECTED]> > > On 6/1/06, James Mitchell wrote: > > > > There were a couple of commits to shale between when mvn_reorg was > > copied and this commit. Without looking over this file by file, I > > hope we aren't losing anything. > > > I'm watching closely

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Greg Reddin
On Jun 2, 2006, at 2:20 AM, James Mitchell wrote: The group id for Standalone Tiles (sandbox/tiles) says 'org.apache.struts.tiles'. Are we waiting till Tiles moves out of sandbox before we change that to 'org.apache.tiles'? I'd like to change it now. Your thoughts? Wendy, correct me i

Re: svn commit: r410977 - in /struts/shale/branches/mvn_reorg: core-library/src/conf/ core-library/src/designtime/ core-library/src/java/ core-library/src/main/ core-library/src/main/java/ core-librar

2006-06-02 Thread Sean Schofield
Everything (including bug fixes) should be going in the mvn_reorg branch. Ignore the test repo from now on. Sean On 6/1/06, James Mitchell <[EMAIL PROTECTED]> wrote: There were a couple of commits to shale between when mvn_reorg was copied and this commit. Without looking over this file by fi

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Sean Schofield
Core tests are now working on this end. Nice job everyone. Sean - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: iterate tag

2006-06-02 Thread Szurdi Miklós
Thanks for the Reply :) -Original Message- From: Juan Ara [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 2:33 PM To: Struts Developers List Subject: Re: iterate tag Szurdi Miklós wrote: > The offset attribute offsets the index of the Collection (e.g it > starts from xth elemen

Re: iterate tag

2006-06-02 Thread Juan Ara
Szurdi Miklós wrote: The offset attribute offsets the index of the Collection (e.g it starts from xth element instead of the first.) as far as I know while indexId gives it back for other tags and visualization (In my case I use it in a table for row numbering). Whoops I misunderstood your

RE: iterate tag

2006-06-02 Thread Szurdi Miklós
The offset attribute offsets the index of the Collection (e.g it starts from xth element instead of the first.) as far as I know while indexId gives it back for other tags and visualization (In my case I use it in a table for row numbering). -Original Message- From: Juan Ara [mailto:[EM

Re: iterate tag

2006-06-02 Thread Juan Ara
Szurdi Miklós wrote: Hi all I was using logic:iterate and couldnot find any useful tag attribute for offsetting the indexed attribute and I have found it annoying because indexId starts from 0 while usually the users want to see it in the traditional wayJ. I created a new tag attribute

iterate tag

2006-06-02 Thread Szurdi Miklós
Hi all   I was using logic:iterate and couldnot find any useful tag attribute for offsetting the indexed attribute and I have found it annoying because indexId starts from 0 while usually the users want to see it in the traditional wayJ. I created a new tag attribute called: indexOffset

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread James Mitchell
I'm also done, but I wanted to leave you guys with a couple of questions. The group id for Standalone Tiles (sandbox/tiles) says 'org.apache.struts.tiles'. Are we waiting till Tiles moves out of sandbox before we change that to 'org.apache.tiles'? I'd like to change it now. Your though

Re: Maven Reorg (Was --> Re: [shale] Maven 2 build -- Help Wanted)

2006-06-02 Thread Craig McClanahan
On 6/1/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: And with that, I think I'm done for the night. Thanks for all the help! Likewise ... and thanks to James as well. -- Wendy Craig