lib/Tools/scalac
author blanchet
Tue, 09 Sep 2014 20:51:36 +0200
changeset 58264 735be7c77142
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
tuned code

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