Mark Lundquist skrev:
OK...
On Jan 10, 2007, at 2:50 PM, Daniel Fagerstrom wrote:
For resources it works as you want OOTB, if you run from Eclipse.
What is important is that you run "mvn eclipse:eclipse" from top
level. If you do that (and import the needed projectts into Eclipse),
I ran "mvn eclipse:eclipse"; now which projects do I need to import,
and what's the easiest way to do it? :-)
(again, my goal here is to run the cocoon-webapp w/ samples using the
Eclipse Jetty plugin...)
File -> Import ... -> General -> Existing projects into workspace ->
Point on a directory that contains the project, it will be scanned for
Eclipse project descriptors. It takes some time for Eclipse to scan all
of cocoon-trunk. Choose the projects you want.
Take a look at properties -> Java build path for the project, to see
what other projects it depends on and make sure that you import all
dependencies.
/Daniel