Re: [s2] Snippet Macro

2006-07-19 Thread Patrick Lightbody
Ted - you have to ask me nicely. Just kidding. Basically, the snippet macro is currently located here: https://opensymphony.dev.java.net/source/browse/opensymphony/wiki/snippet/ I build it in IDEA (really ghetto, I know) and just upload the jar. The macro binary works in both the OpenSymphony a

Re: [s2] Standard procedure upon modification of XWork2 code that would affect Struts2

2006-07-19 Thread Patrick Lightbody
To follow up to my other forum post I just made - sounds like a maven2.opensymphony.com would fix this stuff. I'll get started on that. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=37898&messageID=7

Re: Struts 2.0.0 - STATUS

2006-07-19 Thread Patrick Lightbody
Would it be helpful if we set up a maven2.opensymphony.com which hosted the xwork snapshots? - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=37887&messageID=74502#74502 --

Re: [s2] Maven build changes

2006-07-19 Thread Patrick Lightbody
Yup, the xwork profile is very nice for when generating the IDEA projects. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=37836&messageID=74501#74501 -

Re: [s2] Tag prefixes

2006-07-19 Thread Patrick Lightbody
Nathan, I don't think "tools" will work for us for now because of the body tag requirements. Perhaps Velocity 1.5 will help? - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=37739&messageID=74500#74500

Re: [s2] Maven build changes

2006-07-19 Thread Jason Carreira
> For Struts 2, the example apps are no longer part of > the default build. > > To build them, add -Papps (or -Dapps, if you prefer > system properties) > to the command line. > > (Or, cd to the 'apps' directory or below and build > with 'mvn' as usual.) > > Is anyone using the 'xwork' profile t

Re: [s2] Tag prefixes

2006-07-19 Thread Nathan Bubna
On 7/18/06, Ted Husted <[EMAIL PROTECTED]> wrote: On 7/18/06, Nathan Bubna <[EMAIL PROTECTED]> wrote: > My general feel is that #surl is fine, but if you really want a > separation, you should use a hyphen, not an underscore. Of course, > if i were doing this myself i might design some/many of

Re: [s2] Tag prefixes

2006-07-19 Thread Nathan Bubna
On 7/18/06, Don Brown <[EMAIL PROTECTED]> wrote: Nathan Bubna wrote: >> (it's been awhile >> since I've been one myself --- Ahh, those were the days!), but the _ >> is a shift key. If we were going to use a separator in the vmname, we >> might want to try the hyphen (-). Then, all three would ha

Re: [s2] Maven build changes

2006-07-19 Thread Ted Husted
So, the $ mvn install build successfully for me, bu t $ mvn site chokes. C:/projects/Apache/struts-current/struts2/core/src/main/java/org/apache/struts2/ interceptor/StrutsConversionErrorInterceptor.java:69: warning - Tag @link: refer ence not found: ConversionErrorInterceptor C:/projects/Apa

[s2] Snippet Macro

2006-07-19 Thread Ted Husted
I'm trying to get a backup of the Struts 2 site running locally. By raising Tomcat's heap size to 512mb, I was able to restore the backup, but I need to install the infamous snippet macro. How does one go about doing that? -Ted. --

Re: [s2] Standard procedure upon modification of XWork2 code that would affect Struts2

2006-07-19 Thread Don Brown
Hmm...so all the disadvantages of a snapshot network call, but no benefits. Well, could we add an antrun task to remove the snapshot from your local repository when not in offline mode, or at the least, add a goal to clean it out manually? Don Wendy Smoak wrote: On 7/19/06, Don Brown <[EMAIL

Re: [s2] Standard procedure upon modification of XWork2 code that would affect Struts2

2006-07-19 Thread Wendy Smoak
On 7/19/06, Don Brown <[EMAIL PROTECTED]> wrote: Then why does the console report it checking for snapshot updates at the three repositories? Is there a way to force it to look for snapshot updates? I don't like the unique version idea as it seems more clumsy. It checks, but it doesn't "find"

Re: [s2] Standard procedure upon modification of XWork2 code that would affect Struts2

2006-07-19 Thread Don Brown
Then why does the console report it checking for snapshot updates at the three repositories? Is there a way to force it to look for snapshot updates? I don't like the unique version idea as it seems more clumsy. Don Wendy Smoak wrote: On 7/19/06, Don Brown <[EMAIL PROTECTED]> wrote: Yes, ju

Re: [s2] Standard procedure upon modification of XWork2 code that would affect Struts2

2006-07-19 Thread Wendy Smoak
On 7/19/06, Don Brown <[EMAIL PROTECTED]> wrote: Yes, just make the change to XWork and assume that CruiseControl will publish it correctly. We have noticed that Maven isn't automatically pulling down the latest snapshot, for some reason, so everyone else will probably need to nuke their cached

Re: [s2] Standard procedure upon modification of XWork2 code that would affect Struts2

2006-07-19 Thread Don Brown
Yes, just make the change to XWork and assume that CruiseControl will publish it correctly. We have noticed that Maven isn't automatically pulling down the latest snapshot, for some reason, so everyone else will probably need to nuke their cached artifact. (I fail to understand the whole point

[s2] Standard procedure upon modification of XWork2 code that would affect Struts2

2006-07-19 Thread tm jee
What is the standard procedure one need to take when making some modification in XWork2 code that would affect Struts2? In Opensymphony, while using ivy, when one made changes to xwork and commit it, the auto-build setup by Pat will detect the changes and generate a new snapshot of xwork (check

Re: Struts 2.0.0 - STATUS

2006-07-19 Thread Don Brown
Sounds good to me. I'll be unavailable till next week, when I plan to finish up any remaining tickets. For tickets that I feel just won't be resolved by 2.0.0, I'm bumping them to 2.0.1 to ensure they are reviewed again. For things that might be nice but either I don't see anyone signing up f

Re: Struts 2.0.0 - STATUS

2006-07-19 Thread Wendy Smoak
On 7/19/06, Ted Husted <[EMAIL PROTECTED]> wrote: Given some of the recent leaps forward, it looks to me like we should be ready to start rolling 2.0.0-SNAPSHOTS this Sunday. There are still t's to cross and i's to dot, but this seems like a good time to "tap the keg". Last night Don modified t

Re: Location for nightly builds

2006-07-19 Thread James Mitchell
This week I started a new job and so I'm back to having a stable internet connection that I can use to do the builds from this (my personal) machine. I already kicked off the script as I'm typing this so look for them in a few hours. -- James Mitchell On Jul 19, 2006, at 10:14 AM, Jam

Struts 2.0.0 - STATUS

2006-07-19 Thread Ted Husted
Given some of the recent leaps forward, it looks to me like we should be ready to start rolling 2.0.0-SNAPSHOTS this Sunday. There are still t's to cross and i's to dot, but this seems like a good time to "tap the keg". My personal short list is to * Integrate an export of the Struts 2 wiki into

Re: Location for nightly builds

2006-07-19 Thread James Mitchell
Cron is not running on the zone so I was kicking off the builds by hand every day. Then, about 2 weeks ago, Maven just stopped working for me on the zone. Ant works fine and so should Maven. Funny thing is, google does not give me a clue... [EMAIL PROTECTED] # ant Buildfile: build.xml

Re: Selecting Locales

2006-07-19 Thread Ted Husted
The forum software you are using interacts with the STRUTS-DEV list. * STRUTS-DEV Mailing List - Subscribe to this mailing list to communicate with other developers interested in expanding and improving the functionality supported by Struts itself The question you are asking is suited for the S

Re: Selecting Locales

2006-07-19 Thread visva
Is this not a Struts Developers Forum ... ? - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=37651&messageID=74255#74255 - To unsubsc