ANT Plugin Details
Overview
ANT Information:
Platform Support:
Version Supported:
Plugin Operation:
- BuildProject
- RunANT
Parameter |
Is Mandatory |
Help Text |
Working Directory |
true |
Provide the directory where the ANT is installed. Ex: C:\Program Files\apache-ant-1.10.7 |
Project Location |
true |
Provide the folder path in which the build.xml is located. Ex : C:\Projects\eclipse-workspace\DemoProj |
Debug |
false |
Enable extra debug information to be generated. |
Diagnostics |
False |
Enable diagnostics information to be generated. |
Keep-Going |
false |
execute all targets that do not depend on failed target(s) |
Emacs |
false |
produce logging information without adornments |
Log File |
false |
Specify the file into which the log will be redirected.Ex : C:\Logs\Ant Project\Log\log.txt |
Output Level |
false |
Specify the level of verbosity that is generated and printed by Ant. |
Parameter |
Help Text |
Build Status |
Output of the command |
Total Time |
Duration to execute the command |
ANTStatus |
Final BuildProject job status. |
Status |
Required string in outputlog |
Passed |
‘BUILD SUCCESSFUL’ |
Failed |
The Build will fail in the following cases : |
Parameter |
Is Mandatory |
Help Text |
Working Directory |
true |
Directory path where the ant is installed.Ex: C:\Program Files\apache-ant-1.10.7 |
Command |
true |
Provide the ANT command to execute.Ex: ant Buildfile: C:\Projects\ANT_BuildXML\build.xml |
Parameter |
Help Text |
Total Time |
Duration to execute the command |
ANTStatus |
Final RunAt job status. |
Status |
Required string in outputlog |
Passed |
If the command output does not contains ‘is not recognized as an internal or external command’ and console output is not empty |
Failed |
‘is not recognized as an internal or external command’ |
Disclaimers:
- RunANT – Only ant specific command can be run.
- BuildProject – Only ant projects can be build using this method.
Release Details:
Initial version with basic functionalities.