lib/Tools/scalac
author wenzelm
Fri, 21 Sep 2018 14:31:07 +0200
changeset 69025 fa7a1be0fab2
parent 67490 982f0bf34804
child 69126 e1b4b14ded58
permissions -rwxr-xr-x
tuned signature;

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