Browse Source

Added doc for new trax support for the <style> task. Also minor reflowing

of lines in WHATSNEW to fit into 80 columns.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268399 13f79535-47bb-0310-9956-ffa450edef68
master
Sam Ruby 24 years ago
parent
commit
a290cb16d7
2 changed files with 17 additions and 14 deletions
  1. +12
    -9
      WHATSNEW
  2. +5
    -5
      docs/index.html

+ 12
- 9
WHATSNEW View File

@@ -9,9 +9,9 @@ Changes that could break older environments:


* <perforce> has been replaced by a number of new tasks. * <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: Other changes:
-------------- --------------
@@ -45,15 +45,18 @@ Other changes:
of the source files are no longer required to be at the end of the of the source files are no longer required to be at the end of the
command. 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 * 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 not been set. Any build files which rely on non-set properties being passed
through untranslated will now break. 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: Fixed bugs:
----------- -----------
@@ -68,8 +71,8 @@ Fixed bugs:
keppgenerated in ejbc can now be turned off keppgenerated in ejbc can now be turned off
* ejbjar now correctly ignores <ejb-ref> elements in the deployment descriptor. * 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 Include super classes and super interfaces into the generated ejb jar files


* <vssget> now correctly deals with spaces in arguments * <vssget> now correctly deals with spaces in arguments


+ 5
- 5
docs/index.html View File

@@ -4336,11 +4336,11 @@ supports all attributes of <code>&lt;fileset&gt;</code>
</tr> </tr>
<tr> <tr>
<td valign="top">processor</td> <td valign="top">processor</td>
<td valign="top">name of the XSLT processor to use. Permissible
values are &quot;xslp&quot; for the XSL:P processor, &quot;xalan&quot;
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
&quot;trax&quot; for a TraX compliant processor, &quot;xslp&quot; for the XSL:P
processor, &quot;xalan&quot; 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> <td align="center" valign="top">No</td>
</tr> </tr>
<tr> <tr>


Loading…
Cancel
Save