ant did not work
authoridfx <idfx>
Tue, 23 Oct 2001 22:03:17 +0000 (22:03 +0000)
committeridfx <idfx>
Tue, 23 Oct 2001 22:03:17 +0000 (22:03 +0000)
build.sh-dist

index 3fbdaa0..8afa4c7 100755 (executable)
@@ -1,10 +1,6 @@
 #!/bin/sh
 # build.sh -- the build-script for Mir
 
-# The path to ANT
-ANT_HOME=/usr/share/ant/lib    # use own ant
-#ANT_HOME=LIB_HOME             # use mir-ant
-
 # Identify the custom class path components we need
 JAVA_HOME=/usr/lib/j2sdk1.3/
 
@@ -30,6 +26,11 @@ CP=$CP:$JAVA_HOME/lib/tools.jar
 CP=$CP:$JAVA_HOME/lib/rt.jar
 CP=$CP:$LIB_HOME/strutsmesg.jar
 
+# The path to ANT
+#ANT_HOME=/usr/share/ant/lib    # use own ant
+ANT_HOME=LIB_HOME             # use mir-ant
+
+
 # Execute ANT to perform the requested build target
 $JAVA_HOME/bin/java -classpath $CP:$CLASSPATH org.apache.tools.ant.Main \
   -Dtomcat.home=$TOMCAT_HOME "$@"