I started using Pyant recenently to do various build/release tasks but have recently discovered that development for this project has ended.
I did some research and can’t seem to find any other Python build scripts that are comparable. Just wondering if anyone can recommend one? I basically need it to do what ANT does – do SVN updates, move/copy files, archive etc using an XML file.
Thanks, g
Probably the best answer is to use Ant as-is… that is, use the Java version. My second suggestion would be to use scons. It won’t take much time using scons before you’re asking, ‘Who ever thought of using XML to script a build?’