diff -r 7685cec9fd3c -r f2ddfa555b0f doc/api/python/ant-module.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/api/python/ant-module.html Fri Sep 11 11:54:49 2009 +0100 @@ -0,0 +1,213 @@ + + + + + ant + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Module ant + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Module ant

source code

+This module defines helper functions to be used in python Ant tasks.

+ + + + + + + + + + +
+ + + + + +
Classes[hide private]
+
+   + + AntHandler
+ Implement a logger hanlder that prints error message using an Ant object. +
+ + + + + + + + + + + + + + + + + + +
+ + + + + +
Functions[hide private]
+
+   + + + + + + +
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 + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +