_scripts.addAll(_parent.getScripts());
_scriptURLS.addAll(_parent.getScriptURLS());
}
_gse = new GroovyScriptEngine(_scriptURLS.toArray(new URL[0]),
new ScriptClassLoader(Thread.currentThread()
.getContextClassLoader()));
_properties = new Properties();
File propertiesFile = new File(baseDir, "temply.properties");