lib/Tools/scalac
author bulwahn
Wed, 10 Oct 2012 10:47:52 +0200
changeset 49765 b9eb9c2b87c7
parent 48915 34fac6fb9b03
child 52443 725916b7dee5
permissions -rwxr-xr-x
unfolding bounded existential quantifiers as first step in the set_comprehension_pointfree simproc

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala compiler within the Isabelle environment

[ -e "$ISABELLE_HOME/Admin/build" ] && { "$ISABELLE_HOME/Admin/build" jars || exit $?; }

CLASSPATH="$(jvmpath "$CLASSPATH")"
isabelle_scala scalac -Dfile.encoding=UTF-8 \
  "-Djava.ext.dirs=$(jvmpath "$ISABELLE_JAVA_EXT:$ISABELLE_HOME/lib/classes/ext")" "$@"