lib/Tools/scalac
author wenzelm
Tue, 11 Aug 2015 14:35:08 +0200
changeset 60891 89b7c84b0480
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
vacuous input means continue, e.g. after exit;

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