Adam, Maybe it's not ready for committing. When I run "gradlew integTest" I'm getting three errors. BuildScriptExecutionIntegrationTest, InitScriptExecutionIntegrationTest and SettingsScriptExecutionIntegrationTest are all failing with the same basic error:
Expected: a string containing "quiet message" got: "" junit.framework.AssertionFailedError: Expected: a string containing "quiet message" got: "" Expected: a string containing "quiet message" got: "" at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallStatic(CallSiteArray.java:48) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:167) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callStatic(AbstractCallSite.java:179) at org.gradle.integtests.BuildScriptExecutionIntegrationTest.executesBuildScriptWithCorrectEnvironment(BuildScriptExecutionIntegrationTest.groovy:22) The problem is that when running from inside IDEA these tests pass. And I don't see why they wouldn't. Please see if they are passing for you. If not, do you see what I'm missing? -- John Murph Automated Logic Research Team
