Browse Source

stronger warning

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277988 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
6245e1c47c
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      docs/manual/CoreTasks/style.html

+ 11
- 0
docs/manual/CoreTasks/style.html View File

@@ -29,6 +29,17 @@ inclusion/exclusion of files works, and how to write patterns.</p>
attributes of <code>&lt;fileset&gt;</code> (<code>dir</code> becomes <code>basedir</code>)
as well as the nested <code>&lt;include&gt;</code>, <code>&lt;exclude&gt;</code>
and <code>&lt;patternset&gt;</code> elements.</p>

<p><b>Note</b>: 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 <code>**</code> 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.</p>

<p>This task supports the use of a nested <code>&lt;param&gt;</code> element which is used to pass values
to an <code>&lt;xsl:param&gt;</code> declaration.</p>
<p>This task supports the use of a nested <a href="../CoreTypes/xmlcatalog.html">xmlcatalog</a>


Loading…
Cancel
Save