From 37bc6ba73748aac4ef2aa272c8a8b74b1bf28d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=BChne?= Date: Mon, 2 Aug 2004 08:06:14 +0000 Subject: [PATCH] modified have.xalan to make the build work on JDK 1.5/Ant 1.6.2 --- build.xml | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/build.xml b/build.xml index 4e932fb82..8f2241110 100644 --- a/build.xml +++ b/build.xml @@ -333,23 +333,46 @@ - - + + + + + + + + + + + + + + - + +Need to have Xalan in your CLASSPATH to run the tests. +You can download it from http://xml.apache.org/. +Alternatively you can upgrade JDK 1.4 or higher. +For users of JDK 1.5 at least version 1.6.2 of Ant is required. +