Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 1161 invoked from network); 3 Nov 2003 14:14:20 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Nov 2003 14:14:20 -0000 Received: (qmail 61715 invoked by uid 500); 3 Nov 2003 14:14:01 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 61663 invoked by uid 500); 3 Nov 2003 14:14:00 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 61623 invoked by uid 500); 3 Nov 2003 14:14:00 -0000 Received: (qmail 61602 invoked from network); 3 Nov 2003 14:14:00 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 3 Nov 2003 14:14:00 -0000 Received: (qmail 812 invoked by uid 1146); 3 Nov 2003 14:14:03 -0000 Date: 3 Nov 2003 14:14:03 -0000 Message-ID: <20031103141403.811.qmail@minotaur.apache.org> From: bodewig@apache.org To: ant-cvs@apache.org Subject: cvs commit: ant/xdocs external.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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 @@

+ + 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 +
+

Macker

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 @@ + + +

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 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org