lib/Tools/scalac
author wenzelm
Wed, 29 Nov 2017 10:27:56 +0100
changeset 67105 05ff3e6dbbce
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
clarified dependencies: "isabelle build -S" should be invariant wrt. change of ML system or platform;

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