From: ha Date: Sun, 16 Sep 2001 13:46:54 +0000 (+0000) Subject: bugfixx X-Git-Tag: prexmlproducerconfig~485 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=f30314d29e5f3b4c20300a847d351cd2e9ab2971;p=mir.git bugfixx --- diff --git a/build.sh b/build.sh index d6f9fb84..bf65dc05 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # build.sh -- the build-script for Mir # Identify the custom class path components we need -JAVA_HOME=/usr/lib/j2sdk1.3 +JAVA_HOME=/usr/local/jdk1.2.2 # Add all JAR files to CLASSPATH LOCALCLASSPATH=`echo /usr/share/java/*.jar | tr ' ' ':'` @@ -13,7 +13,7 @@ TOMCAT_HOME=/usr/share/tomcat CP=$LIB_HOME/servlet.jar CP=$LIB_HOME/ant.jar:$LIB_HOME/xerces.jar CP=$CP:$LOCALCLASSPATH -CP=$CP:$TOMCAT_HOME/lib/tomcat.jar +CP=$CP:$LIB_HOME/servlet-2.2.jar CP=$CP:$LIB_HOME/gnu-regexp-1.0.8.jar CP=$CP:$LIB_HOME/freemarker.jar:$LIB_HOME/freemarker-utility.jar CP=$CP:$LIB_HOME/mm.mysql