lib/Tools/scalac
author wenzelm
Thu, 27 Mar 2014 17:12:40 +0100
changeset 56303 4cc3f4db3447
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
clarified Isabelle/ML bootstrap, such that Execution does not require ML_Compiler;

#!/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 \
  -classpath "$(jvmpath "$ISABELLE_CLASSPATH")" "$@"