jhm 2004/08/13 01:32:24
Modified: docs resources.html
xdocs resources.xml
Log:
article about extending <input>
Revision Changes Path
1.81 +34 -0 ant/docs/resources.html
Index: resources.html
===================================================================
RCS file: /home/cvs/ant/docs/resources.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- resources.html 2 Aug 2004 11:43:49 -0000 1.80
+++ resources.html 13 Aug 2004 08:32:23 -0000 1.81
@@ -510,6 +510,40 @@
Articles
</h3>
<h4 class="subsection">
+ <a name="Extending Ant Input Abilities"></a>
+ Extending Ant Input Abilities
+ </h4>
+ <p>The contents of this document is the
following:<ul>
+ <li>Section 2 provides a simple example how InputHandlers are
created,</li>
+ <li>Section 3 develops an inputhandler that masks the passwords
typed on the command line,</li>
+ <li>Section 4 gives two handlers, whose input is typed in
graphical components,</li>
+ <li>Section 5 extends Input task so that we can use dierent input
handlers on different uses of <input>,</li>
+ <li>Section 6 describes a problem found while writing this
document,</li>
+ <li>Section 7 summarizes some dark corners the author do not
understand.</li>
+ </ul></p>
+ <table class="externals"
cellspacing="1" cellpadding="4">
+ <tr>
+ <th colspan="1" rowspan="1"
+ valign="top" align="left">
+ Author:
+ </th>
+ <td colspan="1" rowspan="1"
+ valign="top" align="left">
+ Ivan Ivanov
+ </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="https://sourceforge.net/project/showfiles.php?group_id=103509">https://sourceforge.net/project/showfiles.php?group_id=103509
(Download ZIP+PDF from Sourceforge)</a>
+ </td>
+ </tr>
+ </table>
+ <h4 class="subsection">
<a name="Keep the Ant, Hold the XML"></a>
Keep the Ant, Hold the XML
</h4>
1.41 +24 -0 ant/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/resources.xml,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- resources.xml 2 Aug 2004 11:43:50 -0000 1.40
+++ resources.xml 13 Aug 2004 08:32:24 -0000 1.41
@@ -254,6 +254,30 @@
<section name="Articles">
+ <subsection name="Extending Ant Input Abilities">
+ <p>The contents of this document is the following:<ul>
+ <li>Section 2 provides a simple example how InputHandlers are
created,</li>
+ <li>Section 3 develops an inputhandler that masks the passwords
typed on the command line,</li>
+ <li>Section 4 gives two handlers, whose input is typed in
graphical components,</li>
+ <li>Section 5 extends Input task so that we can use dierent input
handlers on different uses of <input>,</li>
+ <li>Section 6 describes a problem found while writing this
document,</li>
+ <li>Section 7 summarizes some dark corners the author do not
understand.</li>
+ </ul></p>
+
+ <table class="externals">
+ <tr>
+ <th>Author:</th>
+ <td>Ivan Ivanov</td>
+ </tr>
+ <tr>
+ <th>URL:</th>
+ <td><a
href="https://sourceforge.net/project/showfiles.php?group_id=103509">https://sourceforge.net/project/showfiles.php?group_id=103509
(Download ZIP+PDF from Sourceforge)</a></td>
+ </tr>
+ </table>
+ </subsection>
+
+
+
<subsection name="Keep the Ant, Hold the XML">
<p>Key G. Gauthier talks about writing "buildfiles" in Java.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]