Author: bodewig
Date: Tue Aug 18 11:45:23 2009
New Revision: 805374
URL: http://svn.apache.org/viewvc?rev=805374&view=rev
Log:
really, don't use Java5's XSLTC. PR 45011
Modified:
ant/core/trunk/docs/manual/CoreTasks/style.html
Modified: ant/core/trunk/docs/manual/CoreTasks/style.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/style.html?rev=805374&r1=805373&r2=805374&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/style.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/style.html Tue Aug 18 11:45:23 2009
@@ -32,7 +32,9 @@
or for generating code.</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. However, often the built in XSL engine
is not as up
-to date as a fresh download, so an update is still highly recommended.
+to date as a fresh download, so an update is still highly recommended
+ in particual since the built-in XSLT processors of Java5 (and to a
+ certain extent Java6) are known to have serious issues.
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>