X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fxsltd%2Fstart-xaland.in;h=36aacaa2a6f1ba700a0f21b48bdceacee2c530b1;hb=8e1a7e55cbc7750446f0a7ab3d071190594243fb;hp=4cf233adb34b29d673c3b0644215f6b1d3bc7b3c;hpb=eea65abe90c1a5a7108a6bedb6b72a31facdfb0b;p=helm.git diff --git a/helm/xsltd/start-xaland.in b/helm/xsltd/start-xaland.in index 4cf233adb..36aacaa2a 100755 --- a/helm/xsltd/start-xaland.in +++ b/helm/xsltd/start-xaland.in @@ -1,11 +1,27 @@ #!/bin/bash -export CLASS_DIR=. -export HELM_STYLES_DIR=/usr/local/share/helm/style +########################################################################## +# BEGIN OF THE PART TO CONFIGURE BEFORE USING THE SCRIPT # +########################################################################## + +# In the next line you have to set the path to the jdk1.3 export PATH=/opt/java/jdk1.3/bin/:$PATH -export CLASSPATH=. -export CLASSPATH=/projects/helm/shared/libraries/java/xalan_1_1/xalan.jar:$CLASSPATH -export CLASSPATH=/projects/helm/shared/libraries/java/xalan_1_1/xerces.jar:$CLASSPATH + +# In the next line you have to give the classpath to the 1.1 version of +# xalan.jar +export CLASSPATH1=/projects/helm/shared/libraries/java/xalan_1_1/xalan.jar + +# In the next line you have to give the classpath to the 1.1 version of +# xerces.jar +export CLASSPATH2=/projects/helm/shared/libraries/java/xalan_1_1/xerces.jar + +########################################################################## +# END OF THE PART TO CONFIGURE # +########################################################################## + +export CLASSPATH=$CLASSPATH1:$CLASSPATH2:$CLASSPATH:. +export CLASS_DIR=@HELM_LIB_DIR@ +export HELM_STYLES_DIR=@HELM_STYLES_DIR@ cd $CLASS_DIR && java -ss1024K -oss8192K \