Re: incremental compilation

2009-03-23 Thread Matt Benson
o it. > > On Sat, Mar 21, 2009 at 9:52 AM, Sven Köhler > wrote: > > Hi, > > > > according to the docs it seems, that ant is (still) > not suitable for > > incremental compilation. Is that true? > > > > Quote from the docs of the depend task: > >

Re: incremental compilation

2009-03-23 Thread David Weintraub
hich is why not too many other version control systems do it. On Sat, Mar 21, 2009 at 9:52 AM, Sven Köhler wrote: > Hi, > > according to the docs it seems, that ant is (still) not suitable for > incremental compilation. Is that true?

Re: incremental compilation

2009-03-23 Thread Brian Pontarelli
How large is your codebase that you are looking to use incremental compilation. Most java compilers are pretty fast and re-compiling 1000 classes doesn't take very long (couple seconds). The issue is that the tool that determines if a class needs to be re- compiled must fully understan

AW: incremental compilation

2009-03-22 Thread Jan.Materne
It depends on what you think of "incremental compilation". - differences in the number of files are compiled - differences inside files are not recognized: the whole file will be recompiled. But these is not Ant specific - this is based on the underlying compiler, usually the one fr

incremental compilation

2009-03-21 Thread Sven Köhler
Hi, according to the docs it seems, that ant is (still) not suitable for incremental compilation. Is that true? Quote from the docs of the depend task: The most obvious example of these limitations is that the task can&#