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
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
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
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 they'r
4 matches
Mail list logo