bodewig 2003/11/03 06:14:03
Modified: docs external.html
xdocs external.xml
Log:
Add pointer to kanaputs, Submitted by Patrick Duverger
Revision Changes Path
1.144 +65 -0 ant/docs/external.html
Index: external.html
===================================================================
RCS file: /home/cvs/ant/docs/external.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -r1.143 -r1.144
--- external.html 23 Oct 2003 09:01:30 -0000 1.143
+++ external.html 3 Nov 2003 14:14:02 -0000 1.144
@@ -2475,6 +2475,71 @@
</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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</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>
+ </table>
+ <h4 class="subsection">
<a name="Macker"></a>
Macker
</h4>
1.106 +43 -0 ant/xdocs/external.xml
Index: external.xml
===================================================================
RCS file: /home/cvs/ant/xdocs/external.xml,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- external.xml 23 Oct 2003 09:01:30 -0000 1.105
+++ external.xml 3 Nov 2003 14:14:02 -0000 1.106
@@ -1302,6 +1302,49 @@
</table>
</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:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
+ </td>
+ </tr>
+ <tr>
+ <th>License:</th>
+ <td>Freeware</td>
+ </tr>
+ </table>
+ </subsection>
+
<subsection name="Macker">
<p>A build-time architectural testing tool, designed
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]