lib/Tools/scalac
author blanchet
Fri, 08 Sep 2017 00:02:52 +0200
changeset 66632 6950d3da13f8
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
rephrased error

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