Browse Source

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
master
Antoine Levy-Lambert 21 years ago
parent
commit
d9c45b7a34
2 changed files with 10 additions and 6 deletions
  1. +3
    -2
      docs/manual/CoreTasks/style.html
  2. +7
    -4
      docs/manual/install.html

+ 3
- 2
docs/manual/CoreTasks/style.html View File

@@ -12,8 +12,9 @@
<p>Process a set of documents via XSLT.</p> <p>Process a set of documents via XSLT.</p>
<p>This is useful for building views of XML based documentation, <p>This is useful for building views of XML based documentation,
or for generating code.</p> or for generating code.</p>
<p><b>Note:</b> This task depends on external libraries not included in the Ant distribution.
See <a href="../install.html#librarydependencies">Library Dependencies</a> for more information.</p>
<p><b>Note:</b> If you are using JDK 1.4 or higher, this task does not require external libraries
not supplied in the Ant distribution. Otherwise,
see <a href="../install.html#librarydependencies">Library Dependencies</a> for more information.</p>
<p>It is possible to refine the set of files that are being processed. This can be <p>It is possible to refine the set of files that are being processed. This can be
done with the <i>includes</i>, <i>includesfile</i>, <i>excludes</i>, <i>excludesfile</i> and <i>defaultexcludes</i> done with the <i>includes</i>, <i>includesfile</i>, <i>excludes</i>, <i>excludesfile</i> and <i>defaultexcludes</i>
attributes. With the <i>includes</i> or <i>includesfile</i> attribute you specify the files you want to attributes. With the <i>includes</i> or <i>includesfile</i> attribute you specify the files you want to


+ 7
- 4
docs/manual/install.html View File

@@ -283,11 +283,14 @@ Installing Ant / Optional Tasks</a> section above.</p>
<tr> <tr>
<td>An XSL transformer like Xalan or XSL:P</td> <td>An XSL transformer like Xalan or XSL:P</td>
<td>style task</td> <td>style task</td>
<td><a href="http://xml.apache.org/xalan-j/index.html"
target="_top">http://xml.apache.org/xalan-j/index.html</a> for Xalan.<br>
XSL:P used to live at <a href="http://www.clc-marketing.com/xslp/"
<td>
<b>If you use JDK 1.4, an XSL transformer is already included, so you need not do anything special.</b><br>
<ul><li>XALAN : <a href="http://xml.apache.org/xalan-j/index.html"
target="_top">http://xml.apache.org/xalan-j/index.html</a></li>
<li>XSL:P : used to live at <a href="http://www.clc-marketing.com/xslp/"
target="_top">http://www.clc-marketing.com/xslp/</a>, but the link target="_top">http://www.clc-marketing.com/xslp/</a>, but the link
doesn't work any longer and we are not aware of a replacement site.</td>
doesn't work any longer and we are not aware of a replacement site.</li></ul>
</td>
</tr> </tr>
<tr> <tr>
<td>jakarta-regexp-1.3.jar</td> <td>jakarta-regexp-1.3.jar</td>


Loading…
Cancel
Save