From 5c8b1a901b4bc737a7e9d7ab1df42c6f1bbe3983 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Thu, 14 Jan 2010 10:28:19 +0000 Subject: [PATCH] Fix issue 2296: use Xalan-J as XSLT engine instead of built in JDK engine (Saxon). --- opends/build.sh | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opends/build.sh b/opends/build.sh index 029a2b6..24ade94 100755 --- a/opends/build.sh +++ b/opends/build.sh @@ -23,7 +23,7 @@ # CDDL HEADER END # # -# Copyright 2008 Sun Microsystems, Inc. +# Copyright 2008-2010 Sun Microsystems, Inc. # Change to the location of this build script. @@ -45,9 +45,9 @@ fi -# Make sure that the JUnit JAR file is in the CLASSPATH so that ant will be -# able to find it. -CLASSPATH=`pwd`/ext/junit.jar +# Make sure that the JUnit and Xalan-J JAR files are in the CLASSPATH so that ant will be +# able to find them. +CLASSPATH=`pwd`/ext/junit.jar:`pwd`/ext/xalan-j/xalan.jar:`pwd`/ext/xalan-j/serializer.jar export CLASSPATH -- Gitblit v1.10.0