Browse Source

article about extending <input>

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276776 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 21 years ago
parent
commit
81b8729960
2 changed files with 58 additions and 0 deletions
  1. +34
    -0
      docs/resources.html
  2. +24
    -0
      xdocs/resources.xml

+ 34
- 0
docs/resources.html View File

@@ -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 &lt;input&gt;,</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>


+ 24
- 0
xdocs/resources.xml View File

@@ -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 &lt;input&gt;,</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>



Loading…
Cancel
Save