diff -r 89c89d6e6c3c -r df315d0a8ab7 doc/api/python/ant-module.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/doc/api/python/ant-module.html Tue Sep 15 12:58:39 2009 +0100
@@ -0,0 +1,213 @@
+
+
+
+
+ ant
+
+
+
+
+
+
+
+
+
+
+
+ Module ant
+
+ |
+
+
+ |
+
+
+
+Module ant
source code
+This module defines helper functions to be used in python Ant tasks.
+
+
+
+
+
+
+
+
+ |
+ AntHandler
+ Implement a logger hanlder that prints error message using an Ant object.
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+ get_property(property_name)
+ This function return None if a property has not been replaced by Ant. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ get_previous_build_number(build_number)
+ Determines the previous build number if possible. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ get_next_build_number(build_number)
+ Determines the next build number if possible. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+ |
+
+
+ get_filesets_content(project,
+ task,
+ elements)
+ Extract all files selected by the filesets in a script's elements. |
+
+ source code
+
+ |
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+