mergePath.addMergePath(CauchoSystem.getResinHome().lookup("scripts"));
mergePath.addClassPath(Thread.currentThread().getContextClassLoader());
scriptPath = mergePath;
}
Parser parser = new Parser();
parser.setScriptPath(scriptPath);
Script script = parser.parse(is);
WriteStream stream = VfsStream.openWrite(System.out);
HashMap properties = new HashMap();
properties.put("out", stream);
properties.put("arguments", args);