lib/Tools/scalac
author blanchet
Fri, 18 Oct 2013 10:43:20 +0200
changeset 54147 97a8ff4e4ac9
parent 53576 793a429c63e7
child 61294 2d3d26e9b191
permissions -rwxr-xr-x
killed most "no_atp", to make Sledgehammer more complete

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