| author | wenzelm |
| Tue, 28 Aug 2018 21:08:05 +0200 | |
| changeset 68836 | cf52379c0776 |
| parent 67490 | 982f0bf34804 |
| child 69126 | e1b4b14ded58 |
| permissions | -rwxr-xr-x |
#!/usr/bin/env bash # # Author: Makarius # # DESCRIPTION: invoke Scala compiler within the Isabelle environment isabelle_admin_build jars || exit $? isabelle_scala scalac -Dfile.encoding=UTF-8 \ "-Djava.ext.dirs=$(platform_path "$ISABELLE_JDK_HOME/jre/lib/ext")" \ -classpath "$(platform_path "$ISABELLE_CLASSPATH")" "$@"