Can I build using Struts 2.1.8-SNAPSHOT?

2009-09-30 Thread David C. Hicks
I'm trying to determine if a fixed bug (marked in JIRA for v2.1.8) solves a problem I've run into. So, I've been trying to do my build using a 2.1.8-SNAPSHOT version for Struts Core and Spring-Plugin. I'm encountering great difficulty with whatever dependencies flow from there, however. This is

Re: Can I build using Struts 2.1.8-SNAPSHOT?

2009-09-30 Thread Wendy Smoak
On Wed, Sep 30, 2009 at 11:39 AM, David C. Hicks dhi...@i-hicks.org wrote: I'm trying to determine if a fixed bug (marked in JIRA for v2.1.8) solves a problem I've run into.  So, I've been trying to do my build using a 2.1.8-SNAPSHOT version ... What is the recommended method for doing a build

Re: Can I build using Struts 2.1.8-SNAPSHOT?

2009-09-30 Thread David C. Hicks
Wendy Smoak wrote: The 2.1.8-SNAPSHOT artifacts are from July, was your issue fixed that long ago? http://people.apache.org/repo/m2-snapshot-repository/org/apache/struts/struts2-core/2.1.8-SNAPSHOT/ The last update to the defect (WW-2956) was posted on September 22. So, maybe I'm

Re: Can I build using Struts 2.1.8-SNAPSHOT?

2009-09-30 Thread Musachy Barroso
what's this problem in that ticket? Jira is down atm, musachy On Wed, Sep 30, 2009 at 12:40 PM, Wendy Smoak wsm...@gmail.com wrote: On Wed, Sep 30, 2009 at 12:32 PM, David C. Hicks dhi...@i-hicks.org wrote: Yes, you did send me in this direction.  Thank you!  I must have missed the

Re: Can I build using Struts 2.1.8-SNAPSHOT?

2009-09-30 Thread David C. Hicks
Musachy Barroso wrote: what's this problem in that ticket? Jira is down atm, A NPE thrown from OpenSymphony FileRevision.needsReloading(). It appears to have something to do with enabling devMode in a build and having Tomcat installed in a directory in which there was a space somewhere in

Re: Can I build using Struts 2.1.8-SNAPSHOT?

2009-09-30 Thread Musachy Barroso
yeah, Lukasz did some cleanup there, and it should not fail now, I think there were several problems, one of them being spaces in the file path, give a try to 2.1.8 which as Wendy mentioned is in the maven repos already. musachy On Wed, Sep 30, 2009 at 1:01 PM, David C. Hicks dhi...@i-hicks.org

Re: Can I build using Struts 2.1.8-SNAPSHOT?

2009-09-30 Thread David C. Hicks
Musachy Barroso wrote: yeah, Lukasz did some cleanup there, and it should not fail now, I think there were several problems, one of them being spaces in the file path, give a try to 2.1.8 which as Wendy mentioned is in the maven repos already. I just finished getting that integrated into