test/script/basic/compile-octane.js

Print this page

        

*** 130,140 **** str2 += " [iteration " + (iteration + 1) + "]"; } str2 += " processing file: " + file + "..."; print_if_verbose(str2); } ! newGlobal.load("file://" + path + file); } } print("Done."); } --- 130,140 ---- str2 += " [iteration " + (iteration + 1) + "]"; } str2 += " processing file: " + file + "..."; print_if_verbose(str2); } ! newGlobal.load(new java.io.File(path + file).toURL()); } } print("Done."); }