lib/Tools/scalac
author wenzelm
Mon, 03 Feb 2014 15:31:47 +0100
changeset 55302 d6f7418ea9dd
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
just error, not a failed attempt to raise an exception;

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