lib/Tools/scalac
author haftmann
Sun, 15 Nov 2015 11:27:55 +0100
changeset 61677 a97232cf1981
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
leftover from 27ca6147e3b3

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