author | wenzelm |
Wed, 06 Jan 2010 20:00:22 +0100 | |
changeset 34282 | 549969a7f582 |
parent 29143 | 72c960b2b83e |
child 34297 | 5c0a2583f997 |
permissions | -rwxr-xr-x |
27914 | 1 |
#!/usr/bin/env bash |
2 |
# |
|
3 |
# Author: Makarius |
|
4 |
# |
|
27916 | 5 |
# DESCRIPTION: invoke Scala within the Isabelle environment |
27914 | 6 |
|
34282
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
29143
diff
changeset
|
7 |
[ -e "$ISABELLE_HOME/Admin/build" ] && "$ISABELLE_HOME/Admin/build" jars |
549969a7f582
simplified build/bootstrap of Isabelle/Scala components -- avoid make;
wenzelm
parents:
29143
diff
changeset
|
8 |
|
27914 | 9 |
CLASSPATH="$(jvmpath "$CLASSPATH")" |
10 |
exec "$ISABELLE_SCALA" "$@" |