lib/Tools/scalac
author wenzelm
Mon, 21 Sep 2015 17:42:31 +0200
changeset 61216 4ca490f09ec6
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
added isabelle update_then;

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