lib/Tools/scalac
author wenzelm
Wed, 30 Sep 2015 21:32:44 +0200
changeset 61294 2d3d26e9b191
parent 53576 793a429c63e7
child 67490 982f0bf34804
permissions -rwxr-xr-x
renamed jvmpath to platform_path;

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