http://codereview.appspot.com/130052/diff/95/1072
File src/com/google/caja/util/RhinoExecutor.java (right):
http://codereview.appspot.com/130052/diff/95/1072#newcode333
Line 333: getClass().getClassLoader().getResourceAsStream(path),
"UTF-8");
I changed this to use the classloader instead of files, since the junit
ant task ignores permissions when running tests forked.
See
http://www.docjar.com/html/api/org/apache/tools/ant/taskdefs/optional/junit/JUnitTask.java.html#911
for the error message.
http://codereview.appspot.com/130052