This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
gant/gant-script
2012-11-20 12:35:28 +01:00

12 lines
No EOL
305 B
Bash

#!/bin/sh
#
# Gant startup script
# Lubomir Rintel <lkundrak@v3.sk>
export GROOVY_CONF="/etc/gant-starter.conf"
ANT_HOME="/usr/share/ant"
BASE_JARS="$BASE_JARS gant"
BASE_JARS="$BASE_JARS ../../lib/jvm/java/lib/tools"
JAVA_OPTS="$JAVA_OPTS -Dant.home=$ANT_HOME"
CLASS=gant.Gant
. "$(dirname "$0")"/groovy