| Home | Trees | Indices | Help |
|
|---|
|
|
action.Action --+
|
action.RecipeAction --+
|
BuildAction --+
|
action.Action --+ |
| |
action.RecipeAction --+ |
| |
action.ShellCommand --+
|
BuildCommand --+
|
Ant
r.Ant() - Runs c{ant}
r.Ant(antargs, [verbose], [options],
[dir])
r.Ant() class is called from within a Conary recipe
to execute the ant utility.
The r.Ant() class accepts the following keywords, with
default values shown in parentheses when applicable:
package='packagename'), component
(package=':componentname'), or package and component
(package='packagename:componentname') in which to place
the files added while executing this command. Previously-specified
PackageSpec or ComponentSpec lines will
override the package specification, since all package and component
specifications are considered in strict order as provided by the
recipe.
r.Ant('jar javadoc')
r.Ant(), with the jar
and javadoc arguments to ant.
|
|||
| None |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
_actionPathBuildRequires =
|
|||
keywords =
|
|||
template = The string template used to build the shell command. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|||
keywords
|
templateThe string template used to build the shell command.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jul 10 11:46:03 2008 | http://epydoc.sourceforge.net |