lib/Tools/scalac
author wenzelm
Wed, 17 May 2017 14:58:48 +0200
changeset 65854 db070951dfee
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
include full ML statistics: max heap size;

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