lib/Tools/scalac
author wenzelm
Tue, 24 Apr 2018 18:10:08 +0200
changeset 68030 0a6d6ba383dc
parent 67490 982f0bf34804
child 69126 e1b4b14ded58
permissions -rwxr-xr-x
more ambitious parallelism (in contrast to a8ee8e4884ec): pri = 1 ensures that internal proof tasks are executed before the already forked theory outline with pri = 0;

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