lib/Tools/scalac
author wenzelm
Tue, 25 Mar 2014 19:27:55 +0100
changeset 56283 20cf88cd3188
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
more warnings for recent versions of Poly/ML (see also fe1f6a1707f7);

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