Skip to content
Snippets Groups Projects
Commit e3ac8b5a authored by pmorch's avatar pmorch
Browse files

New compile shell script for UNIX builds

parent d1e57d0c
Branches
No related tags found
No related merge requests found
#!/bin/bash
# Set up JAVA_HOME and ANT_HOME as environment variables,
# or they will use these hard-coded defaults
export JAVA_HOME=${JAVA_HOME:-/usr/j2sdk1.4.1_01/}
export ANT_HOME=${ANT_HOME:-/usr/apache-ant-1.5.2/}
export PATH=$PATH:$ANT_HOME/bin
ant -buildfile build/BUILD.XML "$@"
#!/bin/bash
# Set up JAVA_HOME and ANT_HOME as environment variables,
# or they will use these hard-coded defaults
export JAVA_HOME=${JAVA_HOME:-/usr/j2sdk1.4.1_01/}
export ANT_HOME=${ANT_HOME:-/usr/apache-ant-1.5.2/}
export PATH=$PATH:$ANT_HOME/bin
ant -buildfile build/BUILD.XML "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment