Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.6-beta-1
-
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.