OK, I will take a look at this later. It seems easier to test than switching again to a custom build.
On Tue, May 18, 2010 at 11:12 PM, Adam Murdoch <[email protected]> wrote: > > > On 18/05/10 10:02 PM, Nacho Coloma wrote: > >> Hi all, >> >> Did something change with the up-to-date feature on 0.9-preview-1? It has >> started failing in my build process after the gradle upgrade: >> >> # rm -rf build >> # gradle >> :compileJava UP-TO-DATE <-- ?? >> >> After execution, no classes folder is found. How is the up-to-date flag >> being calculated now? >> > > You're probably running into http://jira.codehaus.org/browse/GRADLE-909, > which has since been fixed. Try the workaround: gradle -C rebuild clean (you > just need to do this once after upgrading) or use a more recent snapshot. > > > > -- > Adam Murdoch > Gradle Developer > http://www.gradle.org > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > >
