lib/Tools/scalac
author paulson <lp15@cam.ac.uk>
Wed, 17 Jul 2019 14:02:42 +0100
changeset 70365 4df0628e8545
parent 69126 e1b4b14ded58
child 73988 678e1c9eb009
permissions -rwxr-xr-x
a few new lemmas and a bit of tidying

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