lib/Tools/scalac
author wenzelm
Fri, 24 Apr 2015 22:30:56 +0200
changeset 60199 a06f69f0de46
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
Added tag Isabelle2015-RC2 for changeset 8483c2883c8c

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