Re: Making the maven eclipse target to work with the Reactor

2004-07-13 Thread David Blevins
On Mon, Jul 12, 2004 at 12:05:45AM -0400, Hiram Chirino wrote: Hi, I figured out how to get the maven reactor to use the maven eclipse target so that it generates the eclipse project files that I need to work with Geronimo. So if no one minds I'm going to commit a quick change that will

Re: Making the maven eclipse target to work with the Reactor

2004-07-13 Thread Hiram Chirino
Hi Cameron, My workspace ends up having one eclipse project per Geronimo module. The projects build paths are configured to build against dependent project outputs. Yes, that means that if you make a change in a module such as 'system', it will trigger async builds in the dependent projects.

Re: Making the maven eclipse target to work with the Reactor

2004-07-13 Thread Hiram Chirino
Ok. will do. David Blevins wrote: On Mon, Jul 12, 2004 at 12:05:45AM -0400, Hiram Chirino wrote: Hi, I figured out how to get the maven reactor to use the maven eclipse target so that it generates the eclipse project files that I need to work with Geronimo. So if no one minds I'm going to

Making the maven eclipse target to work with the Reactor

2004-07-12 Thread Hiram Chirino
Hi, I figured out how to get the maven reactor to use the maven eclipse target so that it generates the eclipse project files that I need to work with Geronimo. So if no one minds I'm going to commit a quick change that will allow you to just run 'maven eclipse' at the root of the Geronimo

RE: Making the maven eclipse target to work with the Reactor

2004-07-12 Thread cameron
I like the sound of this. How do you setup your eclipse workspace to allow development of geronimo ? I presume that a separate project is required for each folder under /sandbox, /modules and /applications Then how do you create a project for the 'geronimo' (root) folder to access other files /

Re: Making the maven eclipse target to work with the Reactor

2004-07-12 Thread Dain Sundstrom
Cool with me as long as the build still completes. -dain On Jul 11, 2004, at 9:05 PM, Hiram Chirino wrote: Hi, I figured out how to get the maven reactor to use the maven eclipse target so that it generates the eclipse project files that I need to work with Geronimo. So if no one minds I'm