Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.6-beta-1
-
Fix Version/s: None
-
Component/s: Ant integration
-
Labels:None
Description
Currently it is not possible to use AntBuilder to declare targets without invoking them.
When antBuilder.target(..){...} is invoked, the target is executed immediately.
This also makes difficult to declare targets complex with dependencies.
It would be great if antBuilder.target{..} only created target without invoking it.
Then it would be possible to invoke target after all configuration is done.