Notes:
= Antwrap
by Caleb Powell
http://rubyforge.org/projects/antwrap/
== DESCRIPTION:
A Ruby module that wraps the Apache Ant build tool. Antwrap can be used to invoke Ant Tasks from a Ruby or a JRuby script.
== FEATURES/PROBLEMS:
Antwrap runs on the native Ruby interpreter via the RJB (Ruby Java Bridge gem) and on the JRuby interpreter. Antwrap is compatible with Ant versions 1.5.4,
1.6.5 and 1.7.0. For more information, see the Project Info (http://rubyforge.org/projects/antwrap/) page.
Changes:
== 0.7.0 / 2008-02-16
* Antwrap has been re-licensed under the Apache Software License. This was done to make Antwrap compatible with the Buildr project, and the Ant library.
* All Antwrap classes and modules are now contained inside an 'Antwrap' module.
|