Stupid Struts Movement... Re: [PROPOSAL] Rename Struts Action as Struts

2006-07-01 Thread Frans Thamura @ Meruvian
Michael Jouravlev wrote: Mua-ha-ha :-)) +1 on renaming back. how about renaming back become WebWork :) hue hue... so, we, the Webwork user dont have to refactor our job. keep the WW 2.x become WW, and the WW 3.x become Struts 2.0 rather thatn right now, all of you make me wasting my time u

Re: Localization Bridge (was Re: Thoughts on 1.3.x)

2006-07-01 Thread Ted Husted
I created a ticket for this thread, so that we can pick it up after 1.3.5. * http://issues.apache.org/struts/browse/STR-2897 -Ted. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: [PROPOSAL] Rename Struts Action as Struts

2006-07-01 Thread Dakota Jack
I think everyone knows by now that this brevity is bad programming? On 6/30/06, Ted Husted <[EMAIL PROTECTED]> wrote: On 6/28/06, Don Brown <[EMAIL PROTECTED]> wrote: > Ted Husted wrote: > > Though, there's no reason why we couldn't use > > > >> repos/asf/struts/struts1 > >> repos/asf/stru

Re: Where's Waldo?

2006-07-01 Thread Ted Husted
OK, I've wrapped up my other project for now. It's a long weekend in the States, and I'll be on vaction until July 5. But, I have the rest of July blocked out to work on nothing but Struts. :) I'll roll 1.3.5 first, and then move onto 2.0.0. -Ted. -

[shale] nightly build link fixed

2006-07-01 Thread Wendy Smoak
After answering multiple questions about where the nightly builds have gone, I just edited Shale's index.html page in place on people.apache.org. The link for the nightly builds should be: http://people.apache.org/builds/struts/shale/ It should sync in about an hour. We're not quite ready to pu

Struts renaming changes

2006-07-01 Thread Don Brown
You might have noticed a bunch of commits, working to rename Struts Action to Struts and adjust our builds and public site accordingly. The new web page is currently in the processing of synching with the public server. When that is done in an hour or so's time, please check out the public we

Re: Struts renaming changes

2006-07-01 Thread Don Brown
Forgot to mention, this update included: - Maven group and artifact id changes. Struts 2 artifacts have their id refect struts2, which makes it easier to load both side-by-side in an IDE. (that's for you James :)) - org.apache.struts.action2 renamed to org.apache.struts2 I've been tagging eac

Re: Struts renaming changes

2006-07-01 Thread James Mitchell
Thanks. What can we do about the missing class from xwork? -- James Mitchell On Jul 2, 2006, at 12:46 AM, Don Brown wrote: Forgot to mention, this update included: - Maven group and artifact id changes. Struts 2 artifacts have their id refect struts2, which makes it easier to load both

Re: Struts renaming changes

2006-07-01 Thread Don Brown
It means your maven build isn't pulling down the latest xwork. I've found removing it completely from the cache forces maven to pull it down again. Don James Mitchell wrote: Thanks. What can we do about the missing class from xwork? -- James Mitchell On Jul 2, 2006, at 12:46 AM, Don B