Re: Single Eclipse Project with whole m2 code base

2005-10-12 Thread Rafal Krzewski
Mauro Botelho wrote: The eclipse plug in seems to check if it is running in reactor mode, and if it is it will then accumulate sources and artifacts/dependencies to generate a single project. Well it apparently generates 1 eclipse project for 1 m2 project in non-reactor mode. I'd be much surp

Re: Single Eclipse Project with whole m2 code base

2005-10-11 Thread Mauro Botelho
The eclipse plug in seems to check if it is running in reactor mode, and if it is it will then accumulate sources and artifacts/dependencies to generate a single project. What I expected was that it would read the modules section of the pom and then create a single project with all of them.

Re: Single Eclipse Project with whole m2 code base

2005-10-11 Thread Rafal Krzewski
Mauro Botelho wrote: It makes sense, but in what cases would that code be activated then? If you run m2 eclipse in the top level directory it will successfully generate project descriptors in level 1 subdirectories that contain Java (jar) projects. These can be imported into an eclipse works

Re: Single Eclipse Project with whole m2 code base

2005-10-11 Thread Brett Porter
Sorry, I don't understand your question here? Mauro Botelho wrote: > It makes sense, but in what cases would that code be activated then? > > Mauro > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-

Re: Single Eclipse Project with whole m2 code base

2005-10-11 Thread Mauro Botelho
It makes sense, but in what cases would that code be activated then? Mauro - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Single Eclipse Project with whole m2 code base

2005-10-09 Thread Brett Porter
No, you can't create a single eclipse project for all the sources. They produce multiple jars. - Brett Mauro Botelho wrote: > Does anybody have an easy way of creating a single eclipse project for > the whole m2 code base? > > Looking at the source code for the eclipse plug in, it looks like it

Single Eclipse Project with whole m2 code base

2005-10-09 Thread Mauro Botelho
Does anybody have an easy way of creating a single eclipse project for the whole m2 code base? Looking at the source code for the eclipse plug in, it looks like it would do something like that in reactor mode, but when I do m2 eclipse:eclipse in the top level directory, I get multiple projects