lib/Tools/scala
author wenzelm
Sat, 09 Jan 2010 18:22:40 +0100
changeset 34297 5c0a2583f997
parent 34282 549969a7f582
child 37174 6feaab4fc27d
permissions -rwxr-xr-x
pass build error code;

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: invoke Scala within the Isabelle environment

[ -e "$ISABELLE_HOME/Admin/build" ] && { "$ISABELLE_HOME/Admin/build" jars || exit $?; }

CLASSPATH="$(jvmpath "$CLASSPATH")"
exec "$ISABELLE_SCALA" "$@"