Hi,
I know this is work in progress, but thought I'd provide some input.
I downloaded gradle-0.9-20100729113141+0200 which I got from a link in a tweet
from GradleOrg.
I'm running gradle on cygwin (windows xp).
When running with the daemon clean build works fine the first time, but running
it a second time doesn't work since it seems the running jvm process must have
file locks on target/builddir directories/files.
(typically "unable to delete xx") Killing the running jvm and running clean
build again works, but sort of defeats the purpose.
running clean build with no-daemon seems to work ok.
cheers
Magnus