hi gradle-community,

this may be a known issue ... its not critical IMO
because it can be overcome by simply repeating the 
command.

running gradle 0.5.2 under xp i get sporadic errors 
like this: 
 

>gradle libs
:preisliste-common:init
:preisliste-common:resources
:preisliste-common:compile
:preisliste-common:testResources
:preisliste-common:testCompile
Exception in thread "main" java.io.IOException: Zugriff verweigert
        at org.codehaus.groovy.ant.Groovyc.createTempDir(Groovyc.java:759)
        at
org.codehaus.groovy.ant.Groovyc.evalCompilerFlags(Groovyc.java:812)
        at org.codehaus.groovy.ant.Groovyc.main(Groovyc.java:831)
Caused by: java.io.IOException: Zugriff verweigert
        at java.io.WinNTFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1345)
        at java.io.File.createTempFile(File.java:1434)
        at java.io.File.createTempFile(File.java:1471)
        at org.codehaus.groovy.ant.Groovyc.createTempDir(Groovyc.java:755)
        ... 2 more
--- Nested Exception ---
java.io.IOException: Zugriff verweigert
        at java.io.WinNTFileSystem.createFileExclusively(Native Method)
        at java.io.File.checkAndCreate(File.java:1345)
        at java.io.File.createTempFile(File.java:1434)
        at java.io.File.createTempFile(File.java:1471)
        at org.codehaus.groovy.ant.Groovyc.createTempDir(Groovyc.java:755)
        at
org.codehaus.groovy.ant.Groovyc.evalCompilerFlags(Groovyc.java:812)
        at org.codehaus.groovy.ant.Groovyc.main(Groovyc.java:831)

Build failed with an exception.
Run with -s or -d option to get more details. Run with -f option to get the
full
 (very verbose) stacktrace.

Build file 'F:\workspaces\current\preisliste\preisliste-common\build.gradle'

Execution failed for task ':preisliste-common:testCompile'.
Cause: Forked groovyc returned error code: 1

BUILD FAILED

Total time: 12.938 secs

-- 
View this message in context: 
http://www.nabble.com/sporadic-io-error-but-not-critical-tp21401508p21401508.html
Sent from the gradle-user mailing list archive at Nabble.com.


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

    http://xircles.codehaus.org/manage_email


Reply via email to