On Sat, 19 Jan 2013 16:46:09 +0100 Olivier Lamy <[email protected]> wrote:
> 2013/1/19 Tony Chemit <[email protected]>: > > On Thu, 17 Jan 2013 21:17:35 +0100 > > Olivier Lamy <[email protected]> wrote: > > > > +0. > > > > m-compiler-p to 3.0 is it a real good idea ? > > > > I tried it, and it did not pleased me to recompile all a module each time > > there is a single modification inside it. > > > > You mean if module B depends on A, change in A -> module B recompiled > ? No when a java file was modified in a module, then the whole module is recompiled. The message is: Changes detected - recompiling the module! If you have some generation, everything is then also rebuild even if no generated java classes were changed. Finally, in Mojo I was told not to upgrade mojo-parent with this... Once again perhaps I am wrong, if so sorry for the noise. tony. -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: [email protected] http://www.codelutin.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
