ANTIAUTO is a simple ant build.xml template to use on automake based projects. It can handle all steps from generating the configure script to creating a distribution tarball by providing simple automake-like ant targets.
This little project was originally motivated by Eclipse missing support for automake based projects. It supports ant based projects very well by calling make and its friends is a simple workaround until Eclipse supports automake based projects. Hopefully it will ever as some nice features of automake can not be emulated so simple as calling targets of Makefiles.
It can be fully configured by properties file named antiauto.properties.
| Version | Date | Description |
|---|---|---|
| 0.1 | 2005-03-03 | Initial public release |
| build.xml | Build-file template |
| antiauto.properties | Properties-file template |