From: Norman Walsh Date: Thu, 15 Aug 2002 13:08:24 +0000 (+0000) Subject: Do not use crimson. It simply does not produce correct results, especially in the... X-Git-Tag: release/1.79.1~6^2~5348 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5b46ada47c3cb256f123adc39e60cb1765a9f18;p=docbook-dsssl Do not use crimson. It simply does not produce correct results, especially in the presence of namespaces --- diff --git a/cvstools/xjparse b/cvstools/xjparse index d22b1682e..4b281c0bb 100755 --- a/cvstools/xjparse +++ b/cvstools/xjparse @@ -18,16 +18,6 @@ if [ ! "$RESOLVER" ]; then exit 1 fi -for path in "/usr/local/jaxp-1.1/crimson.jar" \ - "/usr/local/java/jaxp-1.1/crimson.jar" \ - "/usr/local/share/java/jaxp-1.1/crimson.jar" \ - "/usr/share/java/crimson.jar"; do - if [ -f "$path" -o -d "$path" ]; then - CRIMSON="$path" - break - fi -done - for path in "/usr/local/jaxp-1.1/jaxp.jar" \ "/usr/local/java/jaxp-1.1/jaxp.jar" \ "/usr/local/share/java/jaxp-1.1/jaxp.jar" \ @@ -40,7 +30,7 @@ done XERCES="${XERCES:-/projects/apache/xml-xerces/java/build/classes}:" -CLASSPATH=$JAXP:$CRIMSON:$RESOLVER:$XERCES:$CLASSPATH +CLASSPATH=$JAXP:$RESOLVER:$XERCES:$CLASSPATH #echo $CLASSPATH