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

2006-06-02 Thread James Mitchell
Are you able to run the tiger tests? -- James Mitchell On Jun 2, 2006, at 1:59 AM, Wendy Smoak wrote: On 6/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: Found the one on the Maven website[1] and added the appropriate entries. But now, when I try to run mvn clean test -Pjsfri the

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

2006-06-02 Thread Wendy Smoak
On 6/1/06, James Mitchell [EMAIL PROTECTED] wrote: Are you able to run the tiger tests? No. I got to the part in build.xml where it says Set up 'web application' for unit tests and decided that maven.test.skip=true would do for now. :) Craig, can you explain the testing strategy for

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: On 6/1/06, James Mitchell [EMAIL PROTECTED] wrote: Are you able to run the tiger tests? No. I got to the part in build.xml where it says Set up 'web application' for unit tests and decided that maven.test.skip=true would do for now. :) Craig,

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

2006-06-02 Thread James Mitchell
Sorry, I meant with Maven 2. I get a few test failures, even after correcting the missing .xml files from test. -- James Mitchell On Jun 2, 2006, at 2:06 AM, Wendy Smoak wrote: On 6/1/06, James Mitchell [EMAIL PROTECTED] wrote: Are you able to run the tiger tests? No. I got to the

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

2006-06-02 Thread James Mitchell
Also, what's the deal with designtime? I briefly remember some discussion on it in this thread and was just wondering what the final result was. Will the binaries be made available via Maven repo? Or do we have to download creator and manually install the jars locally? -- James

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

2006-06-02 Thread Wendy Smoak
On 6/1/06, James Mitchell [EMAIL PROTECTED] wrote: Sorry, I meant with Maven 2. I get a few test failures, even after correcting the missing .xml files from test. So did I. The tests fail with Maven2, so I looked at tiger/build.xml to see what might be missing. In build,xml, the 'test'

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

2006-06-02 Thread Craig McClanahan
On 6/1/06, James Mitchell [EMAIL PROTECTED] wrote: Also, what's the deal with designtime? I briefly remember some discussion on it in this thread and was just wondering what the final result was. Will the binaries be made available via Maven repo? Or do we have to download creator and

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

2006-06-02 Thread James Mitchell
Ok, and if no one beats me to it, I'll convert that to a block of text on the wiki that people can copy and use locally. http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html -- James Mitchell On Jun 2, 2006, at 2:28 AM, Craig McClanahan wrote: On 6/1/06, James

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

2006-06-02 Thread Craig McClanahan
On 6/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 6/1/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 6/1/06, James Mitchell [EMAIL PROTECTED] wrote: Are you able to run the tiger tests? No. I got to the part in build.xml where it says Set up 'web application' for unit tests and

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: On 6/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: Works for me now as well, with your latest patches. But shouldn't it also work without the -Pmyfaces because it's got activeByDefault set? I think so, too. :/ In addition there was some

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: On 6/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: Found the one on the Maven website[1] and added the appropriate entries. But now, when I try to run mvn clean test -Pjsfri the following bad things happen: * There's an obsolete jsf-api

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: On 6/1/06, James Mitchell [EMAIL PROTECTED] wrote: Sorry, I meant with Maven 2. I get a few test failures, even after correcting the missing .xml files from test. So did I. The tests fail with Maven2, so I looked at tiger/build.xml to see

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

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

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: 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

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

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

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 element

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

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

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 on the commits

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

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, 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

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 some

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

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:

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 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: 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.

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,

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: modules moduleshale-clay/module

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

[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

[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: 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

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