Re: [Ecm] Developing with Eclipse without m2eclipse

2007-03-05 Thread Julien Anguenot
Stefane Fermigier wrote: > Some people have some trouble with the m2eclipse plugin. I have > experimented with another method: > > Here is the basic workflow: > > - checkout nuxeo-ep from SVN (using command-line or TortoiseSVN). > - run 'mvn install' > - run 'mvn eclipse:eclipse' > - start Eclips

Re: [Ecm] Developing with Eclipse without m2eclipse

2007-03-01 Thread Stefane Fermigier
This approach doesn't work with an existing workspace. You have to delete all your project and reimport them. S. On Mar 1, 2007, at 2:22 PM, George Lefter wrote: Hi, I have tried this, but all projects have become red (errors like "project org.nuxeo.ecm.core.api is missing required Java

Re: [Ecm] Developing with Eclipse without m2eclipse

2007-03-01 Thread George Lefter
Hi, I have tried this, but all projects have become red (errors like "project org.nuxeo.ecm.core.api is missing required Java project: NXCommon"). After this, I also tried to disable maven for all projects, but projects remained red - classes not found.. lots of them, probably all :) Project

[Ecm] Developing with Eclipse without m2eclipse

2007-02-28 Thread Stefane Fermigier
Some people have some trouble with the m2eclipse plugin. I have experimented with another method: Here is the basic workflow: - checkout nuxeo-ep from SVN (using command-line or TortoiseSVN). - run 'mvn install' - run 'mvn eclipse:eclipse' - start Eclipse It has one drawback that I can think