lib/Tools/scalac
author wenzelm
Tue, 21 Jun 2016 15:10:43 +0200
changeset 63338 94c6e3ed0afb
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
merged

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