History log of /seL4-l4v-master/isabelle/lib/Tools/scala
Revision Date Author Comments
# fbfebb54 05-Oct-2018 wenzelm <none@none>

discontinue java.ext.dirs for jdk-11 -- in contrast to 982f0bf34804 for jdk-8;


# fca66223 23-Jan-2018 wenzelm <none@none>

more robust java.ext.dirs: avoid picking up accidental jars from system directories;


# ab5293cf 23-Oct-2017 wenzelm <none@none>

updated to jdk-8u152, which is for x86_64 only;


# 9eca96a0 30-Sep-2015 wenzelm <none@none>

renamed jvmpath to platform_path;


# a042d1a5 01-Apr-2015 wenzelm <none@none>

ISABELLE_JAVA_SYSTEM_OPTIONS for scala REPL;


# 0f573523 12-Sep-2013 wenzelm <none@none>

maintain classpath in more elementary manner: turn ISABELLE_CLASSPATH into -classpath option, so that all jars are covered by sun.misc.Launcher.AppClassLoader (e.g. relevant for loading add-on resources);
ignore $ISABELLE_JAVA_EXT -- do not change java.ext.dirs;


# 2979783f 25-Jun-2013 wenzelm <none@none>

more formal isabelle_admin_build;
tuned;


# d1df6e98 23-Aug-2012 wenzelm <none@none>

simplified JVM startup, based on stronger assumptions about the Java version provided as Isabelle component;


# 84dd0b5b 25-Apr-2012 wenzelm <none@none>

enforce our JAVA_HOME to avoid potential conflicts with other Java installations by the user;


# 3c05e06c 12-Apr-2012 wenzelm <none@none>

direct scala toplevel tools to ISABELLE_JDK_HOME;


# 04f189e1 26-Mar-2012 wenzelm <none@none>

more robust command invocation via ISABELLE_JDK_HOME or SCALA_HOME (NB: bash exec requires genuine executable, not function);


# 6168a9c2 07-Nov-2011 wenzelm <none@none>

offline build of java_ext_dirs.jar, to avoid runtime dependency on javac/jar executables;

--HG--
rename : src/Pure/System/Java_Ext_Dirs.java => src/Tools/JVM/Java_Ext_Dirs.java
rename : lib/scripts/java_ext_dirs => src/Tools/JVM/java_ext_dirs


# 1014fd11 23-Jun-2011 wenzelm <none@none>

provide Isabelle/Scala environment as Java extension, instead of user classpath
(which is subject to adhoc changes);


# 329b8f6f 21-Jan-2011 wenzelm <none@none>

java/scala: default to UTF-8;


# 5ed88e19 28-May-2010 wenzelm <none@none>

assume given SCALA_HOME, e.g. from component settings or external setup;


# 58595258 09-Jan-2010 wenzelm <none@none>

pass build error code;


# fba045c4 06-Jan-2010 wenzelm <none@none>

simplified build/bootstrap of Isabelle/Scala components -- avoid make;


# a476a5a2 20-Dec-2008 wenzelm <none@none>

removed Ids;


# 01caee1c 16-Aug-2008 wenzelm <none@none>

removed unused usage;


# 4a0bc23c 16-Aug-2008 wenzelm <none@none>

refined scala/java wrappers via isatool;