On Oct 24, 2008, at 8:22 AM, Hans Dockter wrote:
The windows CI build is working again. The update to the new wrapper version (which contains the change from exe to bat) is responsible for this. I still don't know why it has not worked before. Before this change we always had a failing integration test, now all integration tests are running successfully.
I was wrong. The windows bat script has not returned the rigth exit value, therefore TeamCity thought everything is OK. But there have been failing unit tests. To solve his problem I have set the environment variable GRADLE_EXIT_CONSOLE. If this is set the exit value is returned properly. This is not the default, because if this env property is set and you execute a gradle build from windows shell, the shell closes in case of an error.
- Hans -- Hans Dockter Gradle Project lead http://www.gradle.org --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
