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 mvn

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

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

Best way to use ScmLogDispatcher ?

2008-09-22 Thread mac-systems
Hello, actually i facing Problems with debug Messages which not occur as i have no Access to #getLogger from class AbstractScmProvider in Class SynergyCCM which i want to enable also to work with DCM Based Synergy Repos. private static final ScmLogger logger = new DefaultLog(); But the

Synergy Plugin DCM fix

2008-10-03 Thread Mac-Systems
Hello, I like to know how can i provide my synergy fix for DCM Based Repositorys ? I also figured out that some things running under Linux are problematic. Which need to be get into the Documentation aswell. As far i can see my Code Layout is abit other than the Checkstlye config i think. Is