Importing into Eclipse

2008-09-18 Thread mac-systems
Hello, im new therer and want to add DCM Based Support for Synergy. Actually i try to us the m2 Eclipse plugin. I imported all SCM Projects in my eclipse Workspace using the Plugin. At all my CPU is busy for minutes and than my workspace still have compiler error - i wonder because a cmd line

Re: Importing into Eclipse

2008-09-18 Thread Emmanuel Venisse
mvn eclipse:eclipse should work to generate eclipse projects but you won't use m2 eclipse plugin. Emmanuel On Thu, Sep 18, 2008 at 12:07 PM, [EMAIL PROTECTED] wrote: Hello, im new therer and want to add DCM Based Support for Synergy. Actually i try to us the m2 Eclipse plugin. I imported

Re: Importing into Eclipse

2008-09-18 Thread mac-systems
hello, that have to be done on root of the SCM Checkout location ? And later i can import the Project within Eclipse ? - Jens   mvn eclipse:eclipse should work to generate eclipse projects but you won't use m2 eclipse plugin. Emmanuel On Thu, Sep 18, 2008 at 12:07 PM, [EMAIL PROTECTED]

Re: Importing into Eclipse

2008-09-18 Thread mac-systems
So, i've done that. I get following Errors: Description    Resource    Path    Location    Type The project cannot be built until its prerequisite maven-scm-api is built. Cleaning and building all projects is recommended    maven-scm-client        Unknown    Java Problem The project cannot be

Re: Importing into Eclipse

2008-09-18 Thread Emmanuel Venisse
Remove maven-scm-api/target/ directory manually and retry. You have probably a lock on it. Do you have added the classpath variable 'M2_REPO' in your workspace? You can do it with the maven eclipse plugin : http://maven.apache.org/plugins/maven-eclipse-plugin/usage.html Emmanuel On Thu, Sep 18,