--- GroovyScriptEngine.java-orig 2010-10-28 13:58:31.393419444 +0200 +++ GroovyScriptEngine.java 2010-10-28 13:58:42.216517226 +0200 @@ -545,8 +545,8 @@ if (nextPossibleRecompilationTime < lastMod) { ScriptCacheEntry newEntry = new ScriptCacheEntry(depEntry.scriptClass, lastMod, depEntry.dependencies); scriptCache.put(scriptName, newEntry); + return true; } - return true; } return false;