Kanaputs v1.4 is released !
go to http://www.kanaputs.org
or onto http://sourceforge.net/projects/kanaputs/
Kanaputs is an engine to execute java code without compiling it. This allows you to do some java in an Ant file (include some java code in the XML ant build file) or into an OpenAdaptor pipe (do some java into the OA configuration property file). You can also do your own java scripts and run them without compilation.
Latest version of Kanaputs is released: v1.3
Home page: http://www.kanaputs.org
Download release: http://sourceforge.net/project/showfiles.php?group_id=102492
Source forge project: http://sourceforge.net/projects/kanaputs/
The integration with Ant was improved. You can do java into an Ant file without copying Kanaputs.jar in lib/ directory of Ant: from now on, you just have to put the path to the local directory where Kanaputs.jar is located.... read more