Eclipse rebuilds the output folder which is .../target/classes from
the source folders.

I'm adding .../target/clover/classes to resolve the references.

Heinz

On 10/6/06, anita kulshreshtha <[EMAIL PROTECTED]> wrote:

I have been doing the same. Here is what I do:
1. Run mvn -o eclipse:eclipse from the modules I plan to work on.
2. For working on more that one project I modfiy .classpath of these modules
to point to each other by changing "var" to "src". I do this so that the
modifications are immediately visible to other modules.
3. add an entry for xmlbeans classes.
    Is this is the right approach? Why does eclipse delete xmlbeans classes
from target/classes. They are generated by m2 build but get deleted after
the import. Am I missing a setting?

Thanks
Anita


----- Original Message ----
From: Sachin Patel <[EMAIL PROTECTED]>
To: dev@geronimo.apache.org
Sent: Friday, October 6, 2006 10:39:05 AM
Subject: Re: Eclipse question

I'm not sure if there are updated instructions with M2.  There is only a
handful of them so I just manually fix up the projects with errors and
create a cp entry for the xmlbeans classses.  I think the build needs to
configured to configure the plugin to add these entries.


On Oct 6, 2006, at 10:16 AM, anita kulshreshtha wrote:

Sachin,
     Are there any instructions on how to use Eclipse for developing
Geronimo? I am having problem with xmlbeans generated classes. I am getting
classes can not be resolved errors for *-builder geronimo projects. Am I
missing something?

Thanks
Anita



-sachin




Reply via email to