From 6245e1c47c720175d34f2d41dcd79fc2a0cfd507 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 15 Mar 2005 16:12:44 +0000 Subject: [PATCH] stronger warning git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277988 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/style.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/manual/CoreTasks/style.html b/docs/manual/CoreTasks/style.html index dd3643e6a..14cce74da 100644 --- a/docs/manual/CoreTasks/style.html +++ b/docs/manual/CoreTasks/style.html @@ -29,6 +29,17 @@ inclusion/exclusion of files works, and how to write patterns.

attributes of <fileset> (dir becomes basedir) as well as the nested <include>, <exclude> and <patternset> elements.

+ +

Note: Unlike other similar tasks, this task treats +directories that have been matched by the include/exclude patterns of +the implicit fileset in a special way. It will apply the stylesheets +to all files contain in them as well. Since the default include +pattern is ** this means it will apply the stylesheet to +all files. If you specify an excludes pattern, it may still work on +the files matched by those patterns because the parent directory has +been matched. If this behavior is not what you want, set the +scanincludedirectories attribute to false.

+

This task supports the use of a nested <param> element which is used to pass values to an <xsl:param> declaration.

This task supports the use of a nested xmlcatalog