lib/Tools/scalac
author wenzelm
Sat, 17 Jan 2015 16:40:10 +0100
changeset 59383 1434ef1e0ede
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
clarified Class.pretty_specification: imitate input source;

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