From d9c45b7a34a73bf4f4fcb6af80821eb8f8175765 Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 8 Dec 2003 22:59:54 +0000 Subject: [PATCH] Improve documentation concerning external libs for the style task. Basically no external libs are required if using JDK 1.4 PR: 25274 Submitted by: Jesse Glick (jglick at netbeans dot org) git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275757 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/style.html | 5 +++-- docs/manual/install.html | 11 +++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index a8f11b832..882e5feb4 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -12,8 +12,9 @@

Process a set of documents via XSLT.

This is useful for building views of XML based documentation, or for generating code.

-

Note: This task depends on external libraries not included in the Ant distribution. -See Library Dependencies for more information.

+

Note: If you are using JDK 1.4 or higher, this task does not require external libraries +not supplied in the Ant distribution. Otherwise, +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 attributes. With the includes or includesfile attribute you specify the files you want to diff --git a/docs/manual/install.html b/docs/manual/install.html index e0541679d..576b4fcac 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -283,11 +283,14 @@ Installing Ant / Optional Tasks section above.

An XSL transformer like Xalan or XSL:P style task - http://xml.apache.org/xalan-j/index.html for Xalan.
- XSL:P used to live at + If you use JDK 1.4, an XSL transformer is already included, so you need not do anything special.
+
+ jakarta-regexp-1.3.jar