Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 49091 invoked from network); 8 Dec 2003 22:59:57 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Dec 2003 22:59:57 -0000 Received: (qmail 38258 invoked by uid 500); 8 Dec 2003 22:59:42 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 38037 invoked by uid 500); 8 Dec 2003 22:59:41 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 38024 invoked by uid 500); 8 Dec 2003 22:59:41 -0000 Received: (qmail 38021 invoked from network); 8 Dec 2003 22:59:41 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 8 Dec 2003 22:59:41 -0000 Received: (qmail 49065 invoked by uid 1652); 8 Dec 2003 22:59:54 -0000 Date: 8 Dec 2003 22:59:54 -0000 Message-ID: <20031208225954.49064.qmail@minotaur.apache.org> From: antoine@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/docs/manual install.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N antoine 2003/12/08 14:59:54 Modified: docs/manual/CoreTasks style.html docs/manual install.html Log: 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) Revision Changes Path 1.30 +3 -2 ant/docs/manual/CoreTasks/style.html Index: style.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/style.html,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- style.html 5 Aug 2003 16:01:10 -0000 1.29 +++ style.html 8 Dec 2003 22:59:53 -0000 1.30 @@ -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 1.63 +7 -4 ant/docs/manual/install.html Index: install.html =================================================================== RCS file: /home/cvs/ant/docs/manual/install.html,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- install.html 28 Nov 2003 09:01:36 -0000 1.62 +++ install.html 8 Dec 2003 22:59:54 -0000 1.63 @@ -283,11 +283,14 @@ 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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org