lib/Tools/scalac
author wenzelm
Fri, 24 Apr 2015 15:02:12 +0200
changeset 60195 8cdd0e771d93
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
tuned settings to avoid sporadic crashes;

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