jhm 2004/02/09 02:47:41
Modified: xdocs external.xml
docs external.html
Log:
New Task: snip
Revision Changes Path
1.116 +29 -0 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- external.xml 22 Jan 2004 08:34:43 -0000 1.115
+++ external.xml 9 Feb 2004 10:47:38 -0000 1.116
@@ -1841,6 +1841,35 @@
</table>
</subsection>
+ <subsection name="snip">
+ <p>A task designed to help with the single-sourcing of program
documentation.
+ Snip extracts snippets of text from files, placing them into
properties in the Ant project.
+ These properties can then be used by any other Ant task, and are
particularly useful when
+ referenced by <filter>s within the <copy> task.</p>
+
+ <p>Snip was originally written to keep snippets of sample code in
API documentation synchronized
+ with the actual sample classes.</p>
+
+ <table class="externals">
+ <tr>
+ <th>Compatibility:</th>
+ <td>Tested with 1.5.1. Should work with all versions.</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="http://www.martiansoftware.com/lab/index.html#snip">http://www.martiansoftware.com/lab/index.html#snip</a></td>
+ </tr>
+ <tr>
+ <th>Contact:</th>
+ <td><a href="http://www.martiansoftware.com/contact.html">Marty
Lamb</a></td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>Revised BSD</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Speech4J">
<p>A text-to-speech task and build listener, which produce
1.156 +52 -0 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- external.html 22 Jan 2004 08:34:43 -0000 1.155
+++ external.html 9 Feb 2004 10:47:40 -0000 1.156
@@ -3456,6 +3456,58 @@
</tr>
</table>
<h4 class="subsection">
+ <a name="snip"></a>
+ snip
+ </h4>
+ <p>A task designed to help with the single-sourcing
of program documentation.
+ Snip extracts snippets of text from files, placing them into
properties in the Ant project.
+ These properties can then be used by any other Ant task, and are
particularly useful when
+ referenced by <filter>s within the <copy> task.</p>
+ <p>Snip was originally written to keep
snippets of sample code in API documentation synchronized
+ with the actual sample classes.</p>
+ <table class="externals"
cellspacing="1" cellpadding="4">
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Compatibility:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Tested with 1.5.1. Should work with all versions.
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ URL:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a
href="http://www.martiansoftware.com/lab/index.html#snip">http://www.martiansoftware.com/lab/index.html#snip</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Contact:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ <a href="http://www.martiansoftware.com/contact.html">Marty
Lamb</a>
+ </td>
+ </tr>
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ License:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Revised BSD
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Speech4J"></a>
Speech4J
</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]