lib/Tools/scalac
author blanchet
Thu, 24 Jul 2014 00:24:00 +0200
changeset 57629 e88b5f59cade
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
use the noted theorem whenever possible, because it has a named derivation (leading to cleaner proof terms)

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