Re: Struts 2 Sources as a project in Eclipse

2007-05-16 Thread Victor Neo
Thanks alot! I didn't know about the hidden .m2 directory so I better read the Maven docs next time. jmitchell wrote: > > Everything you've described so far is the correct behavior. > > If you want the sources for xwork, use Subversion: >$ svn co https://svn.opensymphony.com/svn/xwork/tr

Re: Struts 2 Sources as a project in Eclipse

2007-05-16 Thread James Mitchell
Everything you've described so far is the correct behavior. If you want the sources for xwork, use Subversion: $ svn co https://svn.opensymphony.com/svn/xwork/trunk xwork You can then cd into xwork/ and do: $ mvn install Then you'll have the sources for a snapshot. The above is true for v

Struts 2 Sources as a project in Eclipse

2007-05-16 Thread Victor Neo
I am interested to take a look at the sources for Struts 2, so I checkout the sources and ran "mvn eclipse:eclipse" inside the "core" folder inside Struts 2's trunk. The Eclipse project files were created fine, but I was unable to get some of the files. Here is the message from Maven: Please ru