lib/Tools/scalac
author traytel
Sun, 06 Mar 2016 20:39:19 +0100
changeset 62531 b5d656bf0441
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
less resetting of local theories

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