lib/Tools/scalac
author wenzelm
Wed, 12 Aug 2015 13:53:51 +0200
changeset 60916 a6e2a667b0a8
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
resolve undefined blobs by default, e.g. relevant for ML debugger to avoid reset of breakpoints after reload;

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