bodewig 2002/10/24 01:53:41
Modified: docs external.html
xdocs external.xml
Log:
Add pointer to purge.
Submitted by: Richard Dallaway <richard at dallaway.com>
Revision Changes Path
1.63 +73 -0 jakarta-ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/external.html,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- external.html 24 Oct 2002 07:44:00 -0000 1.62
+++ external.html 24 Oct 2002 08:53:41 -0000 1.63
@@ -1781,6 +1781,79 @@
<table border="0" cellspacing="0"
cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
+ <a name="Purge"><strong>Purge</strong></a>
+ </font>
+ </td></tr>
+ <tr><td>
+ <blockquote>
+ <p>Purge deletes all but the most recent few files
from a fileset.
+ For example: if you have generated files (logs, .ear, .war, .jar
+ etc) accumulating in a directory, the purge task will allow you
+ to delete the older files, keeping just the most recent ones.</p>
+ <table>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Compatibility:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Ant 1.4 or above
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ URL:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a
href="http://www.dallaway.com/ant/">http://www.dallaway.com/ant/</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Contact:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <a href="mailto:[EMAIL PROTECTED]">Richard Dallaway</a>
+ </font>
+ </td>
+ </tr>
+ <tr>
+ <td bgcolor="#039acc" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ License:
+ </font>
+ </td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
+ valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ LGPL
+ </font>
+ </td>
+ </tr>
+ </table>
+ </blockquote>
+ </td></tr>
+ </table>
+ <table border="0" cellspacing="0"
cellpadding="2" width="100%">
+ <tr><td bgcolor="#828DA6">
+ <font color="#ffffff" face="arial,helvetica,sanserif">
<a name="Styler"><strong>Styler</strong></a>
</font>
</td></tr>
1.50 +26 -0 jakarta-ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/external.xml,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- external.xml 24 Oct 2002 07:44:01 -0000 1.49
+++ external.xml 24 Oct 2002 08:53:41 -0000 1.50
@@ -653,6 +653,32 @@
</table>
</subsection>
+ <subsection name="Purge">
+
+ <p>Purge deletes all but the most recent few files from a fileset.
+ For example: if you have generated files (logs, .ear, .war, .jar
+ etc) accumulating in a directory, the purge task will allow you
+ to delete the older files, keeping just the most recent ones.</p>
+ <table>
+ <tr>
+ <th>Compatibility:</th>
+ <td>Ant 1.4 or above</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.dallaway.com/ant/">http://www.dallaway.com/ant/</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="mailto:[EMAIL PROTECTED]">Richard Dallaway</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>LGPL</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Styler">
<p>The styler task makes useful combinations of XSLT transformations
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>