lib/Tools/scalac
author haftmann
Thu, 31 Oct 2013 11:44:20 +0100
changeset 54228 229282d53781
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
purely algebraic foundation for even/odd

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