From 4ac80ba4231ae3d99445fa0b1790ae9393d23cb5 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 18 Aug 2009 11:45:23 +0000 Subject: [PATCH] really, don't use Java5's XSLTC. PR 45011 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805374 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/style.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index bf6b9193e..daaa39747 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -32,7 +32,9 @@ or for generating code.

Note: If you are using JDK 1.4 or higher, this task does not require external libraries not supplied in the Ant distribution. However, often the built in XSL engine is not as up -to date as a fresh download, so an update is still highly recommended. +to date as a fresh download, so an update is still highly recommended + in particual since the built-in XSLT processors of Java5 (and to a + certain extent Java6) are known to have serious issues. See Library Dependencies for more information.

It is possible to refine the set of files that are being processed. This can be done with the includes, includesfile, excludes, excludesfile and defaultexcludes