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
3 matches
Mail list logo