lib/Tools/scalac
author paulson <lp15@cam.ac.uk>
Fri, 24 Jan 2014 16:54:25 +0000
changeset 55131 9808f186795c
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
Merge

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