lib/Tools/scalac
author wenzelm
Thu, 24 Jul 2014 10:38:46 +0200
changeset 57638 ed58e740a699
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
less authentic SHA1.digest: trust Scala side on blobs and avoid re-calculation via Foreign Language Interface, which might be a cause of problems;

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