diff -r 9374c207cfee -r 9dcc6e7393f7 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 15:39:31 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 + +
+ +
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + +