Hans Dockter wrote:
Hi Adam,

in commit: http://github.com/gradle/gradle/commit/73dfb8ad7c70d74bd7619db94e118ca1bfc7d8d1

you have removed the version properties file from the src/test/resources dir. It is now created as part of the build. I see the advantage of generating it as part of the build (keeping things syncronized). The problem with this approach is that it makes it harder to execute the Gradle build from the IDE Gradle project (which I do very often).


It is generated into build/resources/test, which you can add to your IDE classpath, and all works fine again.

Should I roll this change back?


If you like. You'll need to find some other way to get the current version into the DistributionIntegrationTest. Possibly from the name of the zip files.


Adam


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

   http://xircles.codehaus.org/manage_email


Reply via email to