On 13/01/2011, at 11:55 AM, Lance wrote: > > I have read in the user guide that gradle calculates checksums of inputs and > outputs to determine if it can skip a task > http://gradle.org/0.9/docs/userguide/more_about_tasks.html#N10CFB. This can > be expensive when there is a large number of files to checksum. > > Prebake (http://code.google.com/p/prebake/) does this on a separate thread > which listens for filesystem changes. Does the Gradle team have any plans to > implement something similar?
That, and more. Making the checks faster was recently discussed on the list: http://markmail.org/message/rz3xrykgl6cccco3 -- Adam Murdoch Gradle Developer http://www.gradle.org CTO, Gradle Inc. - Gradle Training, Support, Consulting http://www.gradle.biz
