Re: Goal aware reactor

2003-11-10 Thread dion
In multiproject builds you often want to run a set of goals on all the projects, then do something, then run another set. It'd be good if we kept the projects, once loaded, around and the reactor tag had a way of using the existing projects (or loading them if not) for the second execution. Doe

Re: Goal aware reactor

2003-11-10 Thread Jason van Zyl
On Mon, 2003-11-10 at 17:15, [EMAIL PROTECTED] wrote: > It'd make it easier if we could easily reexecute a set of goals on a > previously collected set of projects? Sorry, I'm not following could you give me a little example? > -- > dIon Gillard, Multitask Consulting > Blog: http://blogs.co

Re: Goal aware reactor

2003-11-10 Thread dion
It'd make it easier if we could easily reexecute a set of goals on a previously collected set of projects? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Jason van Zyl <[EMAIL PROTECTED]> wrote

Goal aware reactor

2003-11-10 Thread Jason van Zyl
Dion, In the multiproject plugin if the reactor looked for special hooks post execution in a standard way would that make any of the stuff you are doing with the multiproject plugin easier. Just thinking about what Vincent is trying to do with the changes plugin. Basically thinking about making t