lib/Tools/scalac
author wenzelm
Sat, 11 Nov 2017 19:23:52 +0100
changeset 67048 ec438988b65a
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
local user_home for improved performance, but only after given changeset for stability of measurement history;

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