lib/Tools/scalac
author Lars Hupel <lars.hupel@mytum.de>
Mon, 18 Jun 2018 11:15:46 +0200
changeset 68463 410818a69ee3
parent 67490 982f0bf34804
child 69126 e1b4b14ded58
permissions -rwxr-xr-x
material on finite sets and maps

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