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

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 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

eclipse struts2 projects missing java project struts2-core

2007-05-25 Thread David Durham, Jr.
Hi, I checked out the struts2 trunk from svn and imported the struts projects via import projects. I see a list of projects: api, core, struts2-codebehind-plugin, ... I have an M2_REPO variable setup. core and api build without errors, but all of the plugin projects fail to build because