Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.0.2
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
There is currently no way to specify the location of the Ant build file if it does not reside in the project root directory.
In some of my projects, the build.xml file is in a subdirectory of the project root directory.
This patch adds "-f" argument plus the value of the buildfile to the ant executor.