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? Cheers, Lance. -- View this message in context: http://gradle.1045684.n5.nabble.com/Thread-to-calculate-input-output-checksums-tp3339148p3339148.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
