Re: eclipse struts2 projects "missing java project struts2-core"

2007-05-26 Thread James Mitchell
Sorry, I am jumping in late here. Here's what I do: $mvn eclipse:eclipse -Pall,xwork -Dwtpversion=1.0 - DdownloadSources=true This generates all the necessary eclipse configuration needed to bring in the projects into Eclipse. Now, there Eclipse doesn't run the apt tool, so you'll have t

Re: eclipse struts2 projects "missing java project struts2-core"

2007-05-26 Thread David Durham, Jr.
On 5/26/07, Musachy Barroso <[EMAIL PROTECTED]> wrote: There's probably an easier way, but I just create the elipse project for the project I want to use, like let's say, core and showcase, doing: core/ mvn eclipse:eclipse apps/showcase/ mvn eclipse:eclipse -Dwtpversion=1.0 and then import the

Re: eclipse struts2 projects "missing java project struts2-core"

2007-05-26 Thread Musachy Barroso
There's probably an easier way, but I just create the elipse project for the project I want to use, like let's say, core and showcase, doing: core/ mvn eclipse:eclipse apps/showcase/ mvn eclipse:eclipse -Dwtpversion=1.0 and then import the projects, if you do it like that, you need to compile c