lib/Tools/scalac
author blanchet
Mon, 02 Oct 2017 03:58:55 +0200
changeset 66741 c90fb8bee1dd
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
repaired small incident

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