From 6c846ce771f79a7e5a6b2ba1c30db240fd7e1bde Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 3 Nov 2003 14:14:02 +0000 Subject: [PATCH] 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 --- docs/external.html | 65 ++++++++++++++++++++++++++++++++++++++++++++++ xdocs/external.xml | 43 ++++++++++++++++++++++++++++++ 2 files changed, 108 insertions(+) diff --git a/docs/external.html b/docs/external.html index 7cb0d917a..8a44299d9 100644 --- a/docs/external.html +++ b/docs/external.html @@ -2472,6 +2472,71 @@ valign="top" align="left"> GNU Lesser General Public License (LGPL) + + +

+ + Kanaputs +

+

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.

+

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.

+

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.

+ + + + + + + + + + + + + + + +
+ Compatibility: + + Ant 1.2 and above +
+ URL: + + + http://www.kanaputs.org/ + http://www.kanaputs.org/ant.html + +
+ Contact: + + + kfra@kanaputs.org + +
+ License: + + Freeware +

diff --git a/xdocs/external.xml b/xdocs/external.xml index f486400d2..d07205ea3 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -1302,6 +1302,49 @@ + + +

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.

+ +

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.

+ +

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.

+ + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.2 and above
URL: + http://www.kanaputs.org/ + http://www.kanaputs.org/ant.html +
Contact: + kfra@kanaputs.org +
License:Freeware
+
+

A build-time architectural testing tool, designed