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