rubys 01/01/04 04:49:31
Modified: . WHATSNEW
docs index.html
Log:
Added doc for new trax support for the <style> task. Also minor reflowing
of lines in WHATSNEW to fit into 80 columns.
Revision Changes Path
1.63 +12 -9 jakarta-ant/WHATSNEW
Index: WHATSNEW
===================================================================
RCS file: /home/cvs/jakarta-ant/WHATSNEW,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- WHATSNEW 2001/01/04 11:13:11 1.62
+++ WHATSNEW 2001/01/04 12:49:28 1.63
@@ -9,9 +9,9 @@
* <perforce> has been replaced by a number of new tasks.
-* Ant now throws a BuildException when an attempt is made to use a property
which has
- not been set. Any build files which rely on non-set properties being passed
- through untranslated will now break.
+* Ant now throws a BuildException when an attempt is made to use a property
+ which has not been set. Any build files which rely on non-set properties
+ being passed through untranslated will now break.
Other changes:
--------------
@@ -45,15 +45,18 @@
of the source files are no longer required to be at the end of the
command.
+* Style tasks will now support TraX compliant XSL processors if one is
present
+ in your classpath.
+
* Ant now prints a warning when an attempt is made to use a property which
has
not been set. Any build files which rely on non-set properties being passed
through untranslated will now break.
-* Added a failonerror to the javac task. If set to false, the build will
continue
- even if there are compilation errors.
+* Added a failonerror to the javac task. If set to false, the build will
+ continue even if there are compilation errors.
-* Added nested format elements to the tstamp task allowing additional time
formats
- to be defined for arbitrary properties.
+* Added nested format elements to the tstamp task allowing additional time
+ formats to be defined for arbitrary properties.
Fixed bugs:
-----------
@@ -68,8 +71,8 @@
keppgenerated in ejbc can now be turned off
* ejbjar now correctly ignores <ejb-ref> elements in the deployment
descriptor.
- CMP files are included by parsing the weblogic deployment descriptor
rather than
- relying on the naming convention used in ant 1.2
+ CMP files are included by parsing the weblogic deployment descriptor
rather
+ than relying on the naming convention used in ant 1.2
Include super classes and super interfaces into the generated ejb jar files
* <vssget> now correctly deals with spaces in arguments
1.178 +6 -6 jakarta-ant/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/index.html,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- index.html 2001/01/04 11:13:14 1.177
+++ index.html 2001/01/04 12:49:29 1.178
@@ -29,7 +29,7 @@
</ul>
<p>Version: @VERSION@</p>
-<p>$Id: index.html,v 1.177 2001/01/04 11:13:14 conor Exp $</p>
+<p>$Id: index.html,v 1.178 2001/01/04 12:49:29 rubys Exp $</p>
<hr>
<h2>Table of Contents</h2>
@@ -4336,11 +4336,11 @@
</tr>
<tr>
<td valign="top">processor</td>
- <td valign="top">name of the XSLT processor to use. Permissible
-values are "xslp" for the XSL:P processor, "xalan"
-for the Apache XML Xalan processor, or the name of an arbitrary XSLTLiaison
class.
-Defaults to xslp or xalan (in that order), if one is found in your
-class path</td>
+ <td valign="top">name of the XSLT processor to use. Permissible values
are
+"trax" for a TraX compliant processor, "xslp" for the
XSL:P
+processor, "xalan" for the Apache XML Xalan (version 1) processor,
or the name of an arbitrary XSLTLiaison class.
+Defaults to trax, followed by xslp then xalan (in that order). The first one
+found in your class path is the one that is used.</td>
<td align="center" valign="top">No</td>
</tr>
<tr>