On Sat, 2009-10-24 at 07:34 +1100, Adam Murdoch wrote:
> You probably need to do a clean and then build Gradle (at least until we 
> have incremental compilation).

It just struck me that you say Gradle doesn't yet have incremental
compilation.  I had thought that the whole point of the DAG was that
each and every file was checked separately for needing to be compiled
and that all import dependencies were also checked to ensure that
transitive dependencies on changed files were transmitted through.  If
this is not yet the case then it is likely that many people have been
working under a big misapprehension.

One of the biggest problems with Java compilation is that Javac is
basically useless at handling these issues and Ant and Maven (and Gant)
don't do anything extra.  This is where SCons wins hugely since it
handles all this very, very carefully.  This has to be Gradle's USP --
"no more always building from clean as with Ant and Maven".

Can I suggest that this be the blocking issue for 0.9?

-- 
Russel.
=============================================================================
Dr Russel Winder      Partner
                                            xmpp: [email protected]
Concertant LLP        t: +44 20 7585 2200, +44 20 7193 9203
41 Buckmaster Road,   f: +44 8700 516 084   voip: sip:[email protected]
London SW11 1EN, UK   m: +44 7770 465 077   skype: russel_winder

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to