Steve Appling wrote:
Several times (5-10) now over the last few months, I have had my build.gradle file for the Gradle project changed so that it consisted only of the text "build". Has anyone else had this happen? The first time this happened to me I thought that I just had made a mistake and typed in the wrong window.


I've had this happen too, very infrequently. I have no idea why this happens. An sure-fire way to reproduce it is to make a bunch of changes to build.gradle that you really don't want to lose, and run ./gradlew test :)

This last time, I was working in a clean directory and noticed that when it happened there were some other new files added to the root directory - in particular, the suspiciously named "mybuild.craidle" file. This make me think that the DefaultScriptProcessorFactoryTest is occasionally not getting the testScriptFileDir set correctly. It's not obvious to me how this could be happening, but if anyone else has seen this strangeness perhaps this will help track it down.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to