On 13/03/2012, at 5:28 PM, Cédric Champeau wrote:

> mmm, I'm not an expert either, but the groovy.policy file already defines a 
> section for Gradle:
> 
> /*
>  * When running from Gradle, this codebase is required.
>  * If not running from Gradle, the codesource will not be found, but will not 
> cause an error.
>  */
> grant codeBase "file:${gradle.home}/-" {
>     permission java.security.AllPermission;
> };
> 
> grant codeBase "file:${gradle.junit}" {
>     permission java.security.AllPermission;
> };
> 
> And gradle.home / gradle.junit are defined in test.gradle... Even if this 
> fails, shouldn't the latch be released? The problem here is that the build 
> hangs, but there's no test running anymore, which just doesn't seem right.

Gradle's behaviour is definitely a bug, no doubt.

I just want to get the tests going first and then look at fixing the problem in 
Gradle holistically if possible.

-- 
Luke Daley
Principal Engineer, Gradleware 
http://gradleware.com


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

    http://xircles.codehaus.org/manage_email


Reply via email to