From b06e666346872d065de626cc5bd54026499b3505 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 19 Jan 2006 20:40:43 +0000 Subject: [PATCH] make FAQ on XSLTC more current git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@370624 13f79535-47bb-0310-9956-ffa450edef68 --- docs/faq.html | 8 ++++---- xdocs/faq.xml | 8 ++++---- xdocs/stylesheets/templates.vm | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/faq.html b/docs/faq.html index 78f5242dc..029432162 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -1975,16 +1975,16 @@ mv /tmp/foo $ANT_HOME/bin/antRun

While JDK 1.4.x contains a version of Xalan-J 2, JDK 1.5 (and later?) have moved to XSLTC. Since this task uses Xalan's redirect - extensions for its internal stylesheet, Ant doesn't support - XSLTC yet. This means that you have to install Xalan-J 2 in order - to use this task with JDK 1.5.

+ extensions for its internal stylesheet, Ant prior to 1.6.2 didn't support + XSLTC. This means that you have to install Xalan-J 2 in order + to use this task with JDK 1.5 in older versions of Ant.

Starting with Ant 1.6.2 <junitreport> supports JDK 1.5.