Browse Source

Add pointer to kanaputs, Submitted by Patrick Duverger

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275600 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 21 years ago
parent
commit
6c846ce771
2 changed files with 108 additions and 0 deletions
  1. +65
    -0
      docs/external.html
  2. +43
    -0
      xdocs/external.xml

+ 65
- 0
docs/external.html View File

@@ -2472,6 +2472,71 @@
valign="top" align="left"> valign="top" align="left">
GNU Lesser General Public License (LGPL) GNU Lesser General Public License (LGPL)
</td> </td>
</tr>
</table>
<h4 class="subsection">
<a name="Kanaputs"></a>
Kanaputs
</h4>
<p>Kanaputs is a parser for java based scripting. It is an
interpreter for Java. With Kanaputs you can use Java as an
interpreted language: no more compilation, each instruction is
executed when you write it. It is a small programmation
language to make script files above Java.</p>
<p>Kanaputs Ant Task provides a way to add any kind of
programmatic features in your Ant script. The code you insert
stays OS independent (because Kanaputs uses Java) and is
completely integrated with Ant as you can give Ant properties
to the Kanaputs code and get back the results in other
properties.</p>
<p>Moreover, as you can invoke any kind of Java code with
Kanaputs, you can popup windows from your Ant file to ask the
user to do a choice.</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">
Ant 1.2 and above
</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.kanaputs.org/">http://www.kanaputs.org/</a>
<a href="http://www.kanaputs.org/ant.html">http://www.kanaputs.org/ant.html</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:kfra@kanaputs.org">kfra@kanaputs.org</a>
</td>
</tr>
<tr>
<th colspan="1" rowspan="1"
valign="top" align="left">
License:
</th>
<td colspan="1" rowspan="1"
valign="top" align="left">
Freeware
</td>
</tr> </tr>
</table> </table>
<h4 class="subsection"> <h4 class="subsection">


+ 43
- 0
xdocs/external.xml View File

@@ -1302,6 +1302,49 @@
</table> </table>
</subsection> </subsection>


<subsection name="Kanaputs">

<p>Kanaputs is a parser for java based scripting. It is an
interpreter for Java. With Kanaputs you can use Java as an
interpreted language: no more compilation, each instruction is
executed when you write it. It is a small programmation
language to make script files above Java.</p>

<p>Kanaputs Ant Task provides a way to add any kind of
programmatic features in your Ant script. The code you insert
stays OS independent (because Kanaputs uses Java) and is
completely integrated with Ant as you can give Ant properties
to the Kanaputs code and get back the results in other
properties.</p>

<p>Moreover, as you can invoke any kind of Java code with
Kanaputs, you can popup windows from your Ant file to ask the
user to do a choice.</p>
<table class="externals">
<tr>
<th>Compatibility:</th>
<td>Ant 1.2 and above</td>
</tr>
<tr>
<th>URL:</th>
<td>
<a href="http://www.kanaputs.org/">http://www.kanaputs.org/</a>
<a href="http://www.kanaputs.org/ant.html">http://www.kanaputs.org/ant.html</a>
</td>
</tr>
<tr>
<th>Contact:</th>
<td>
<a href="mailto:kfra@kanaputs.org">kfra@kanaputs.org</a>
</td>
</tr>
<tr>
<th>License:</th>
<td>Freeware</td>
</tr>
</table>
</subsection>

<subsection name="Macker"> <subsection name="Macker">


<p>A build-time architectural testing tool, designed <p>A build-time architectural testing tool, designed


Loading…
Cancel
Save