Jukka Zitting wrote:

Not having nested projects is not an issue to me, as I import the
projects "beside" each other, and generally do not care for the parent
projects, which I rarely (if ever) touch.

Exactly. My process of setting up a fresh checkout is:

    $ mkdir jackrabbit
    $ cd jackrabbit
    $ svn co https://svn.apache.org/repos/asf/jackrabbit/trunk
    $ cd trunk
    $ mvn install
    $ mvn eclipse:eclipse

Then I simply import everything under .../jackrabbit/trunk in Eclipse.
You need to have the M2_REPO classpath variable set to get all the
correct dependencies, and there are a few classpath entries in
jackrabbit-core that need to be manually fixed.

I see. The problem was I had the "jackrabbit" as a root project as well. I removed that from my workspace and now everything seems to be fine. Could have thought of that myself ;p

Thanks,
Christoph

Reply via email to