lib/Tools/scalac
author wenzelm
Sun, 21 May 2017 23:41:46 +0200
changeset 65895 744878d72021
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
more general workaround for failed sessions (again, see also 2edb89630a80, ed7b5cd3a7f2);

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