antoine 2003/12/08 15:01:52
Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH style.html
docs/manual Tag: ANT_16_BRANCH install.html
Log:
Merge from HEAD
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
No revision
No revision
1.29.2.2 +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.2.1
retrieving revision 1.29.2.2
diff -u -r1.29.2.1 -r1.29.2.2
--- style.html 9 Oct 2003 21:01:06 -0000 1.29.2.1
+++ style.html 8 Dec 2003 23:01:52 -0000 1.29.2.2
@@ -13,8 +13,9 @@
<p>Process a set of documents via XSLT.</p>
<p>This is useful for building views of XML based documentation,
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
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
No revision
No revision
1.59.2.5 +7 -4 ant/docs/manual/install.html
Index: install.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/install.html,v
retrieving revision 1.59.2.4
retrieving revision 1.59.2.5
diff -u -r1.59.2.4 -r1.59.2.5
--- install.html 28 Nov 2003 09:04:56 -0000 1.59.2.4
+++ install.html 8 Dec 2003 23:01:52 -0000 1.59.2.5
@@ -284,11 +284,14 @@
<tr>
<td>An XSL transformer like Xalan or XSL:P</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
- 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>
<td>jakarta-regexp-1.3.jar</td>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]