Download List

Descripción del Proyecto

Kanaputs is an interpreter for Java. It runs Java
code without compilation, as each instruction is
executed when you write it. Kanaputs can be
embedded very easily into an XML document to add
programmatic features. For example, Kanaputs is
fully integrated with Ant and provides a way to
execute Java within an XML Ant build file. The
grammar of the Kanaputs language is very close to
the Java grammar but adds some flexible features
such as typeless variables and reactive variables.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-26 15:38
1.3

Un entorno de desarrollo está integrado en la instalación kanaputs. El "Kanaputs" tarea Ant fue mejorado para poder establecer otra ruta de clases, y ahora es compatible con una Kanaputs.jar local, eliminando la necesidad de copiar en el directorio de Kanaputs.jar Ant. lib. Kanaputs ahora usa el instalador de cuchara. Algunos errores se fija, principalmente en relación con carga de clases y la gestión de ruta de clases.
Tags: Initial freshmeat announcement
A development environment is embedded in the
kanaputs installation. The "Kanaputs" Ant task was
improved to allow setting another classpath, and
is now compatible with a local Kanaputs.jar,
removing the need to copy Kanaputs.jar into the
Ant lib directory. Kanaputs now uses the spoon
installer. Some bugs were fixed, mainly concerning
classloading and classpath management.

Project Resources