lib/Tools/scalac
author wenzelm
Tue, 08 Apr 2014 19:17:28 +0200
changeset 56470 8eda56033203
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
accumulate markup reports for "other" command ids, which are later retargeted and merged for rendering (in erratic order);

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