#!/bin/sh # Licensed Materials - Property of IBM # IBM Cognos Products: disp # (C) Copyright IBM Corp. 2005 2010 # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. if [ "$JAVA_HOME" = "" ] then echo The JAVA_HOME variable must be present else $JAVA_HOME/bin/java -classpath "../../bin/ant.jar:../../bin/ant-launcher.jar" org.apache.tools.ant.Main $@ fi