lib/Tools/scalac
author wenzelm
Thu, 16 Apr 2015 15:22:44 +0200
changeset 60097 d20ca79d50e4
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
discontinued pointless warnings: commands are only defined inside a theory context;

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