src/Tools/Setup/isabelle/setup/Build.java
changeset 74020 bad67fa41e71
parent 74018 9d6c9a55f450
child 74021 483c200545c8
equal deleted inserted replaced
74019:08cece720cb5 74020:bad67fa41e71
   244             }
   244             }
   245             finally {
   245             finally {
   246                 System.setOut(out_orig);
   246                 System.setOut(out_orig);
   247                 System.setErr(err_orig);
   247                 System.setErr(err_orig);
   248             }
   248             }
   249             compiler_result(ok, out.toString(), "Scala sources");
   249             compiler_result(ok, out.toString(StandardCharsets.UTF_8), "Scala sources");
   250         }
   250         }
   251     }
   251     }
   252 
   252 
   253     public static void compile_java_sources(
   253     public static void compile_java_sources(
   254         Path target_dir, String more_options, List<Path> deps, List<Path> sources)
   254         Path target_dir, String more_options, List<Path> deps, List<Path> sources)