lib/Tools/scalac
author wenzelm
Thu, 10 Mar 2016 12:11:23 +0100
changeset 62587 e31bf8ed5397
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
clarified messages, notably on Windows where CPU time of poly.exe is not measured;

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