lib/Tools/scalac
author wenzelm
Fri, 28 Apr 2017 11:29:41 +0200
changeset 65600 138ffa41dc54
parent 61294 2d3d26e9b191
child 67490 982f0bf34804
permissions -rwxr-xr-x
clarified filter_files: sorted and unique;

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