[Anthill-pro] Making the Anthill build number value available to Ant build files?

Paul Furbacher pfurbacher at mac.com
Thu Dec 28 17:33:06 CST 2006


On Dec 28, 2006, at 6:19 PM, I wrote:

> [...]
> --- defaults.xml ---
> <property name="anthill.version.number" value="@@@anthillvnum@@@" />
> ...
> --- end defaults.xml ---
>
> Anthill would do a replace of  @@@anthillvnum@@@ with the current  
> build number
> prior to kicking off the main Ant build.xml target.

Actually, I was potentially confusing AnthillPro version number  
(e.g., AnthillPro v 3)
with an incrementing *build* number, as in 1.1.191.  It is the  
*build* number I
am looking to stick into a property which the Ant build targets can  
use, so that
a manifest.mf file might read:

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
anthill.build.number: 1.1.191
....

Thanks.


Paul Furbacher




More information about the Anthill-pro mailing list