lib/Tools/scalac
author wenzelm
Tue, 08 Mar 2016 18:15:16 +0100
changeset 62559 83e815849a91
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
isabelle console is based on Isabelle/Scala;

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