Daniel Fagerstrom wrote: > How do I use the Eclipse plugin? I have used the eclipse-project goal in > ant before that create one Eclipse project for all of Cocoon trunk. But > I guess that each sub project of trunk becomes an own Eclipse project now. > > So starting with a checked out Cocoon trunk what steps are needed to get > e.g. cocoon-core into Eclipse?
Right. from /trunk, run mvn eclipse:clean first to remove any left over eclipse files. Then run mvn eclipse:eclipse. Next go to eclipse, and make sure you haven't got trunk mounted as a project already. Do File-Import->Existing projects into workspace, then point to your trunk directory and it should detect the newly created blocks as projects. Note that you need to declare the M2_HOME classpath variable in your workspace, it should point to your local m2 repository. At the moment there are still compilation problems because of htmlunit, but this should be enough to get you going already. Jorg
