I (personally) hate setting all those crazy environmental variables to build Catalina, and since Ant is kind enough to ignore the "property file" tag if the file does not exist, I feel this can be safely included for general use. -- /v\atthew -- Matthew L Daniel Never put off until tomorrow what you can do today. Wizard There might be a law against it by that time. [EMAIL PROTECTED] -- `/usr/bin/fortune`
diff -u -r1.21 build.xml --- build.xml 2001/03/23 01:12:10 1.21 +++ build.xml 2001/03/30 05:27:01 @@ -2,6 +2,9 @@ <!-- ===================== Initialize Property Values =================== --> + <!-- Use the user's preferences, if available --> + <property file="build.properties"/> + <property name="catalina.build" value="${basedir}/catalina/build"/> <property name="jasper.build" value="${basedir}/jasper/build"/> <property name="servletapi.home" value="../jakarta-servletapi-4/dist"/>