|
Notes:
The AntProject instance now accepts an :ant_home parameter in the constructor. If provided, it will attempt to add the Ant jar files to the Classpath dynamically. For example:
@ant = AntProject.new(:ant_home=>\"/Users/fooman/tools/apache-ant-1.7.0\")
Changes:
|