File Release Notes and Changelog
Notes:
Bug fixing, many new tasks added, keep trying to implement most of ANT functionality
Changes:
16.01.2003 Ivan V. Begtin (PyANT v0.30_debug)
- Added CVS task (at last!)
- Added some samples
30.12.2002 Ivan V. Begtin (PyANT v0.28_debug)
- added tasks: Basename, Replace, Move, Touch
- bugfixing
- Added more InnoSetup sections and tasks: InnoInstDeleteTask,
InnoInstDeleteSection, InnoTypesSection, InnoAddType and e.t.c.
Mail to me: "erellon%narod.ru" if additional sections required
- PyANT build procedure modified a bit (internal)
- Added property handlers logic, for example, if you use property like
${http://pyant.sf.net} you get the copy of the first page from PyANT
homepage. Added handlers for: "http, ftp, file".
- Added task: GetProperty to get property value by name and to set it to
another property, even if it sounds strangely, its useful with property
handlers
<getproperty name="build_file" property="${file:D:\pyant\build.xml}"