lib/Tools/scalac
author wenzelm
Tue, 07 Aug 2012 23:43:05 +0200
changeset 48722 a5e3ba7cbb2a
parent 47748 24550210de0b
child 48915 34fac6fb9b03
permissions -rwxr-xr-x
discontinued obsolete IsaMakefile and ROOT.ML files from the Isabelle distribution;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala compiler within the Isabelle environment

[ -e "$ISABELLE_HOME/Admin/build" ] && { "$ISABELLE_HOME/Admin/build" jars || exit $?; }

CLASSPATH="$(jvmpath "$CLASSPATH")"
isabelle_scala scalac -Dfile.encoding=UTF-8 \
  "-Djava.ext.dirs=$("$ISABELLE_HOME/src/Tools/JVM/java_ext_dirs")" "$@"