That's a shame... maybe it turned up after I got my HTML dump that I
incorporated into the current site. By the time I got to it, it was so
severely defaced by script kiddies that there was nothing left.
There are a couple of options for this: we have a confluence install
at codehaus (which to this point has not been used for user
documentation) and a wiki at Apache which is presently unused. It
might be a good entry point, but I prefer things to end up in the main
site.
Perhaps you could draft a change to the eclipse IDE instructions on
the site that we could incoporate?
Thanks,
Brett
On 6/14/05, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
> This problem is solved if use a "flat" project layout. simply place
> you're parent project.xml in a seperate folder and update the
> multiproject properties to this:
> #multiproject settings.
> maven.multiproject.basedir=${basedir}/../
> maven.multiproject.includes=*/project.xml
> maven.multiproject.excludes=PARENT_PROJECT_DIRECTORY/project.xml
>
> I've used maven and eclipse together in this way for my projects for a
> LONG time. it works great. if you need an actual example project,
> check out: https://shard.dev.java.net/source/browse/shard/
>
> I had all this info on the old maven wiki, but that info seems to be
> long gone. is there a maven wiki anywhere?
>
> -----Original Message-----
> From: Rahul [mailto:[EMAIL PROTECTED]
> Sent: Sunday, June 12, 2005 8:30 PM
> To: Maven Users List
> Subject: Re: Eclipse configuration for a root multiproject
>
>
> Hi,
>
> I ran into similar issues with Eclipse set for mulitple projects.
>
> Have a look at this plugin- it might help to some extent. It can
> traverse all projects but you will still need to choose which one to
> import into your workspace and which ones to exclude:
> http://eclipse-tools.sourceforge.net/projecttransfer/download.html
>
> Cheers,
> Rahul
>
>
> Geoffrey wrote:
>
> >Having these configurations:
> >
> >/mymultiproject/project.xml
> >/mymultiproject/globalmavenconfig/project.xml (parent POM for all
> others)
> >/mymultiproject/mypersistancylayer/project.xml (module A)
> >/mymultiproject/myviewlayer/project.xml (module B that depends on A)
> >
> >I would like to set up an eclipse project.
> >Options are eclipse 3.0.2 or 3.1: which is prefered?
> >In this eclipse project I must be able
> >- to CVS update the entire project (/mymultiproject/**/*) with eclipse.
> >- edit all project.xml (including the one from the multiproject).
> >
> >I 've tried "maven eclipse" on all and including all those, but Eclipse
> >won't let me add mymultiproject in combination with any other project
> in the
> >same workspace because directories overlap.
> >By only adding mymultiproject the source directories etc aren't set
> >correctly.
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]