RE: S2 with eclipse/WTP

2006-12-15 Thread Wesley Wannemacher
6 1:32 PM > To: Struts Users Mailing List > Subject: S2 with eclipse/WTP > > I would like to learn S2 while using the eclipse/WTP IDE. I > currently > use eclipse/WTP for a struts 1.3 project. But the way I > constructed the > eclipse project was a bit of a pain. &g

Re: S2 with eclipse/WTP

2006-12-15 Thread Don Brown
If you want to use the Web Tools Project, you might find this useful: http://maven.apache.org/plugins/maven-eclipse-plugin/wtp.html Basically, add a flag to tell the Maven 2 plugin to generate wtp files like so: mvn -Dwtpversion=1.0 eclipse:eclipse Don On 12/15/06, Dariusz Wojtas <[EMAIL PROTE

Re: S2 with eclipse/WTP

2006-12-15 Thread Dariusz Wojtas
I also use eclipse with S2 with no problem, and 'mvn eclipse:eclipse' works as it should. I repeated it also today on fresh source tree. 1) define Maven repository (for referencing JAR files) Window --> Preferences --> Java --> Build Path --> ClassPath Variables Define variable M2_REPO with val

S2 with eclipse/WTP

2006-12-15 Thread Rick Schumeyer
I would like to learn S2 while using the eclipse/WTP IDE. I currently use eclipse/WTP for a struts 1.3 project. But the way I constructed the eclipse project was a bit of a pain. In reviewing the list archives, it looks like there is an easy way to generate a blank template for an S2 project