Browse Source

Add pointer to "Interactive".

Submitted by:	Daniel Kasmeroglu <kasi at kasisoft dot de>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273979 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
4fb40688c1
2 changed files with 80 additions and 0 deletions
  1. +54
    -0
      docs/external.html
  2. +26
    -0
      xdocs/external.xml

+ 54
- 0
docs/external.html View File

@@ -920,6 +920,60 @@
valign="top" align="left"> valign="top" align="left">
LGPL LGPL
</td> </td>
</tr>
</table>
<br/>
<a name="Interactive"></a>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#4C6C8F">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Interactive</strong>
</font>
</td></tr>
</table>
<p>Task allowing to run a dialog within a build used to setup
some properties. This way you can fill a property with the
input of a user.</p>
<table class="ForrestTable" 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">
Ant 1.5.1
</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.kasisoft.de/build/ant/interactive/">http://www.kasisoft.de/build/ant/interactive/</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="mailto:support@kasisoft.de">Daniel Kasmeroglu</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
LGPL
</td>
</tr> </tr>
</table> </table>
<br/> <br/>


+ 26
- 0
xdocs/external.xml View File

@@ -370,6 +370,32 @@
</table> </table>
</subsection> </subsection>


<subsection name="Interactive">

<p>Task allowing to run a dialog within a build used to setup
some properties. This way you can fill a property with the
input of a user.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.5.1</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://www.kasisoft.de/build/ant/interactive/">http://www.kasisoft.de/build/ant/interactive/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:support@kasisoft.de">Daniel Kasmeroglu</a></td>
</tr>
<tr>
<th>License:</th>
<td>LGPL</td>
</tr>
</table>
</subsection>

<subsection name="IsDirValidator"> <subsection name="IsDirValidator">


<p>Checks whether a given directory structure conforms to <p>Checks whether a given directory structure conforms to


Loading…
Cancel
Save