Re: archetype

2007-02-09 Thread Musachy Barroso
It is working now. Thanks Wendy! musachy On 2/9/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: On 2/9/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > Creating a project with the maven starter archetype: > > mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial > -DarchetypeGroupId=org.a

Re: archetype

2007-02-09 Thread Wendy Smoak
On 2/9/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Creating a project with the maven starter archetype: mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -DarchetypeVersion=2.0.3-SNAPSHOT -Dremo

Re: {VOTE] Struts Annotations 1.0.1 Quality

2007-02-09 Thread Tom Schneider
Ted Husted wrote: [ ] Leave at test build [ ] Alpha [ ] Beta [ X ] General Availability (GA) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: {VOTE] Struts Annotations 1.0.1 Quality

2007-02-09 Thread Musachy Barroso
GA - I've been keeping an eye on it and it is working fine. musachy On 2/9/07, Don Brown <[EMAIL PROTECTED]> wrote: GA - it does what it should do Don Ted Husted wrote: > The Struts Annotations 1.0.1 test build is now available as a Maven > artifact. It is a dependency of Struts 2.0.5. > > I

Re: {VOTE] Struts Annotations 1.0.1 Quality

2007-02-09 Thread Don Brown
GA - it does what it should do Don Ted Husted wrote: The Struts Annotations 1.0.1 test build is now available as a Maven artifact. It is a dependency of Struts 2.0.5. If you have had a chance to review the test build, please respond with a vote on its quality: [ ] Leave at test build [ ] Al

{VOTE] Struts Annotations 1.0.1 Quality

2007-02-09 Thread Ted Husted
The Struts Annotations 1.0.1 test build is now available as a Maven artifact. It is a dependency of Struts 2.0.5. If you have had a chance to review the test build, please respond with a vote on its quality: [ ] Leave at test build [ ] Alpha [ ] Beta [ ] General Availability (GA) Everyone w

[s2] JIRA cleanup

2007-02-09 Thread Tom Schneider
The webwork team (basically Phil and me) has begun an initiative to cleanup all the old 2.3+ WW JIRA issues. Any bugfixes will go into the 2.2.5 release, but all new features and improvements will be marked won't fix. 2.2.5 will probably be the very last WW release. Should we do the same for

Re: Ajax(dojo) + Safari Support?

2007-02-09 Thread Dave Newton
--- Paul Saumets <[EMAIL PROTECTED]> wrote: > hah! Well why am I not surprised? bastard Safari! Yeah :/ Poor KHTML-ish browsers. Dojo's trac is at http://trac.dojotoolkit.org/ It might make sense to make sure that the problems are actually in dojo and not some weird S2 packaging issue or somethi

Re: Ajax(dojo) + Safari Support?

2007-02-09 Thread Musachy Barroso
If you download Dojo you will find a "test" folder that has a lot of web pages with tests for their widgets. If they work, then it is an S2 problem, in which case I would have a perfectly valid excuse to buy a Mac :) regards musachy On 2/9/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Paul S

Re: Ajax(dojo) + Safari Support?

2007-02-09 Thread Paul Saumets
hah! Well why am I not surprised? bastard Safari! Could you point me in the right direction for where I can file tickets? I've only recently found this mailing listed and am not yet familiar where the core resources for testing reside on the web. :) Regards, Paul On 2/9/07, Dave Newton <[EMAIL

Re: Ajax(dojo) + Safari Support?

2007-02-09 Thread Dave Newton
--- Paul Saumets <[EMAIL PROTECTED]> wrote: > I'm curious though if it's common knowledge that > there appears to be issues with the dojo components > and the mac safari browser? Early Dojo support for Safari was kinda sketchy; it's better these days, but I guess you've found issues ;) File Doj

Ajax(dojo) + Safari Support?

2007-02-09 Thread Paul Saumets
Hey guys, Been actively playing around with the new build over the past week or two. I'm curious though if it's common knowledge that there appears to be issues with the dojo components and the mac safari browser? Using Musachy's great example http://cwiki.apache.org/S2WIKI/struts-2-spring-2-jpa

Re: Branch 1.3.x and label head 1.4.0

2007-02-09 Thread Paul Benedict
All the POM files in HEAD have been updated to 1.4.0-SNAPSHOT If you want to work on Struts 1.3, check out the STRUTS_1_3_BRANCH Michael Jouravlev wrote: There are STRUTS_1_3_BRANCH and trunk now. What does trunk represent? 1.4? Or something else? On 2/8/07, Paul Benedict <[EMAIL PROTECTED]> w

Re: Branch 1.3.x and label head 1.4.0

2007-02-09 Thread Michael Jouravlev
There are STRUTS_1_3_BRANCH and trunk now. What does trunk represent? 1.4? Or something else? On 2/8/07, Paul Benedict <[EMAIL PROTECTED]> wrote: Struts 1.3 has been branched: > URL: http://svn.apache.org/viewvc?view=rev&rev=505116 > Added: > struts/struts1/branches/STRUTS_1_3_BRANCH/ >

archetype

2007-02-09 Thread Musachy Barroso
Creating a project with the maven starter archetype: mvn archetype:create -DgroupId=tutorial -DartifactId=tutorial -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -DarchetypeVersion=2.0.3-SNAPSHOT -DremoteRepositories=http://people.apache.org/repo/m2

Re: I removed the dependency from core on the new API...

2007-02-09 Thread Don Brown
Cool, just update the JIRA ticket with the current status and work. Also, don't forget to put the jira ticket id in the commit message. Thanks, Don Bob Lee wrote: We can bring it back easily when we're ready to finish implementing it. Bob

I removed the dependency from core on the new API...

2007-02-09 Thread Bob Lee
We can bring it back easily when we're ready to finish implementing it. Bob

Re: Test failures...

2007-02-09 Thread Don Brown
I believe Rene's last commit broke the select tag tests, some 23 in all. Rene? Don Bob Lee wrote: I'm seeing some test failures in Struts 2 head. It's difficult to tell what exactly is failing with all the log output. Should we disable test log output? Bob --

Test failures...

2007-02-09 Thread Bob Lee
I'm seeing some test failures in Struts 2 head. It's difficult to tell what exactly is failing with all the log output. Should we disable test log output? Bob

Re: Structs 2 feedback

2007-02-09 Thread Ted Husted
On 2/9/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: > > Again, this is our one and only website. This is the site that we use > to create the next release, and so it has to contain whatever we want > the upcoming release to include. I agree with that, but there is no reason why there should b

Re: Structs 2 feedback

2007-02-09 Thread Brian Pontarelli
H... This is a tough one, but I would think that a version scheme change discussion might be in order. It might be fruitless, but I think that type of versioning is pretty rough. Plus, there are nearly zero docs anywhere about it, not just with Struts2, but also with the Tomcat and httpd. Pl

Re: Structs 2 feedback

2007-02-09 Thread Musachy Barroso
Again, this is our one and only website. This is the site that we use to create the next release, and so it has to contain whatever we want the upcoming release to include. I agree with that, but there is no reason why there should be a "Release Notes" on the home page, pointing to something

Re: Structs 2 feedback

2007-02-09 Thread Philip Luppens
Musachy, Sure, no problem. I'll contact you off-list. Thanks ! Cheers, Phil On 2/9/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Instead of complaining I will actually do something :). Let me know where you are going to set this up on the wiki so I can help you. regards musachy On 2/9/07,

Re: Structs 2 feedback

2007-02-09 Thread Musachy Barroso
Instead of complaining I will actually do something :). Let me know where you are going to set this up on the wiki so I can help you. regards musachy On 2/9/07, Philip Luppens <[EMAIL PROTECTED]> wrote: I've assigned some documentation issues to myself. I'm starting this weekend on a User Guid

Re: Structs 2 feedback

2007-02-09 Thread Philip Luppens
I've assigned some documentation issues to myself. I'm starting this weekend on a User Guide (blatantly copying the structure from Struts 1 where appropriate). The CRUD tutorial from WW has been on my todo list for a long time, I'll take care of it. Phil On 2/9/07, Ted Husted <[EMAIL PROTECTED]>

Re: Structs 2 feedback

2007-02-09 Thread Ted Husted
On 2/7/07, Brian Pontarelli <[EMAIL PROTECTED]> wrote: 1. Arrived at the Struts homepage and Struts 2 almost looked dead. No activity since October and no news or release information. Adding some news every few weeks will help keep new comers from bailing. There is now a link to a browseable

Re: Structs 2 feedback

2007-02-09 Thread Ted Husted
Works for me. On 2/8/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: Because I'm artistically challenged I got help from a friend of mine to get mockup done, check it out here: http://picasaweb.google.com/musachy/ that's an idea of what I had in mind. thanks Vlad! musachy ---