Re: Eclipse project generation

2007-04-11 Thread Simon Laws
On 4/11/07, Luciano Resende <[EMAIL PROTECTED]> wrote: Look at how people is doing in Apache Abdera https://svn.apache.org/repos/asf/incubator/abdera/java/trunk/BUILDING I think you can use : mvn -Declipse.workspace=/path/to/workspace eclipse:eclipse On 4/11/07, Simon Laws <[EMAIL PROTECTED

Re: Eclipse project generation

2007-04-11 Thread Luciano Resende
Look at how people is doing in Apache Abdera https://svn.apache.org/repos/asf/incubator/abdera/java/trunk/BUILDING I think you can use : mvn -Declipse.workspace=/path/to/workspace eclipse:eclipse On 4/11/07, Simon Laws <[EMAIL PROTECTED]> wrote: To debug the calculator sample I did a mvn -P

Eclipse project generation

2007-04-11 Thread Simon Laws
To debug the calculator sample I did a mvn -Peclipse eclipse:eclipse in java/sca and imported the calculator sample project and all dependecy projects, into eclipse. Is there a way of generating the workspace automatically to avoid the import step? Looking at the eclipse plugin documentation ther

Re: Eclipse project generation problems

2006-04-12 Thread Jean-Sebastien Delfino
Srikanth Bhattiprolu wrote: Am seeing some issues where the classpath that gets generated after running mvn eclipse:eclipse is getting set to a wierd path: instead of ... I checked the pom.xml files and they all seem to have the correct value of "SNAPSHOT" for the version. Any particular re

Eclipse project generation problems

2006-04-12 Thread Srikanth Bhattiprolu
Am seeing some issues where the classpath that gets generated after running mvn eclipse:eclipse is getting set to a wierd path: instead of ... I checked the pom.xml files and they all seem to have the correct value of "SNAPSHOT" for the version. Any particular reason why the classpath is gett