Re: How to build Struts 2.0.11.1?

2008-05-08 Thread Hans-Georg
Thanks for the help! The hint with the property -Dmaven.test.skip=true was sufficient for me to come forward I'm unsatisfied that not all tests are ok but I'll look for that separately. Hans-Georg -- View this message in context: http://www.nabble.com/How-to-build-Struts-2.0.11.1

Re: How to build Struts 2.0.11.1?

2008-05-08 Thread Lukasz Lenart
Hi, I'm unsatisfied that not all tests are ok but I'll look for that separately. Probably you have problem with DataTimePickerTagTest, if yes, don't borrow, there is some problem with Locale settings to parse data. I've tried to figure what it is, but till now I don't know how to solve the

How to build Struts 2.0.11.1?

2008-05-07 Thread Hans-Georg Kruse
Hello, I wan't to build Struts 2.0.11.1 - to get more into the code and maybe try to patch something. I have installed Maven under: C:\Program Files\Java\apache-maven-2.0.9 Java Version used: java version 1.5.0_09 Checktout Struts from:

Re: How to build Struts 2.0.11.1?

2008-05-07 Thread Musachy Barroso
This link could help: http://struts.apache.org/2.x/docs/building-with-maven.html musachy On Wed, May 7, 2008 at 4:39 AM, Hans-Georg Kruse [EMAIL PROTECTED] wrote: Hello, I wan't to build Struts 2.0.11.1 - to get more into the code and maybe try to patch something. I have installed

Re: How to build Struts 2.0.11.1?

2008-05-07 Thread Hans-Georg
, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/How-to-build-Struts-2.0.11.1--tp17100141p17106168.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: How to build Struts 2.0.11.1?

2008-05-07 Thread Graham Leggett
Hans-Georg wrote: Thanks for the link - I already found it but it doesn't help me. Is there anyone else who is able to build struts from the source? Can anyone tell what he did to set up the development environment? After correctly installing a recent copy of maven2, make sure you have an

Re: How to build Struts 2.0.11.1?

2008-05-07 Thread Musachy Barroso
Also make sure that you download and build xwork (needs to be on the same folder as struts). Following the steps (in the link), and adding -Dmaven.test.skip=true to maven commands should be enough. musachy On Wed, May 7, 2008 at 10:48 AM, Graham Leggett [EMAIL PROTECTED] wrote: Hans-Georg