lib/Tools/scalac
author paulson <lp15@cam.ac.uk>
Fri, 29 Sep 2017 14:12:14 +0100
changeset 66708 015a95f15040
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
New results for Green's theorem

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