
Build Ant Project Action
This action builds a project using Ant.
Action Fields
Build File Path
The path of the file to build. This may be relative to the source
directory or an absolute path.
Build Target
The Ant build target property. For example, build.
Build Properties
Any additional properties to pass to Ant (one per line). For example,
WarningLevel=2
Optimize=false