lib/Tools/scalac
author traytel
Wed, 12 Aug 2015 20:46:33 +0200
changeset 60921 487050067be9
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
actually process lift_bnf regression suite

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