lib/Tools/scalac
author wenzelm
Mon, 10 Oct 2016 21:52:55 +0200
changeset 64135 865dda40e1cc
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
provide execute operation, similar to Isabelle_System.bash;

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