lib/Tools/scalac
author huffman
Wed, 04 Apr 2012 12:25:58 +0200
changeset 47354 95846613e414
parent 47115 1a05adae1cc9
child 47441 2fa904af222f
permissions -rwxr-xr-x
update keywords file

#!/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")" "$@"