lib/Tools/scalac
author matichuk <daniel.matichuk@nicta.com.au>
Tue, 12 Jan 2016 11:03:40 +1100
changeset 62135 fcf3bb1b54e1
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
remove unused code

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