On 25/09/2012, at 1:50 PM, Guillaume Laforge wrote: > Hi all, > > I noticed a strange behavior with the "install" task, when I'm using it on > the Groovy project. > In a nutshell, it's not updating the JAR in my local repo, unless I'm doing a > "clean install". > > Let's say I'm modifying something in the groovy-servlet subproject. > Then do "gradle install". > The changes I made don't find their way in the snapshot (I'm don't even know > if it scratches the old jar or not).
How do you know that it's not updating? > Although I see that the compiler does indeed compile my changes, as for > example, if I introduce a typo on purpose, the compiler will complain. > But it's only when I do "gradle clean install" that the snapshot is updated > with my changes in my local repo. > > So... is it a problem of the Groovy build, or a problem in Gradle? > If the latter, is it a known issue? > > It is quite annoying as clean builds are more time consuming :-( I'm unable to reproduce this with a different project. I tried with the Groovy project, but `install` fails with https://gist.github.com/3806353 -- Luke Daley Principal Engineer, Gradleware http://gradleware.com --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
