Wrapping methods around build tools
Wrapper around Apache Ant
Invoke Apache Ant in either the current working directory or the specified directory using the specified target, passing a list of flags to the invocation. Where flags is a list of valid flags for ant.
pkeys and pvalues are zipped to form a key/value pair passed to Ant as property values
Parameters: |
|
---|
Wrapper around GNU Make
Invoke Gnu Make (make) in either the current working directory or the specified directory using the specified target, passing a list of flags to the invocation. Where flags is a list of valid flags for make.
pkeys and pvalues are zipped together to form a key/value pair that are passed to Make as property values.
Parameters: |
|
---|
Wrapper around .NET Ant
Invoke NAnt in either the current working directory or the specified directory using the specified target, passing a list of flags to the invocation. Where flags is a list of valid flags for nant.
pkeys and pvalues are zipped together to form a key/ value pair to pass to NAnt as property values.
Parameters: |
|
---|