Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5.4
-
Fix Version/s: 1.5.5
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
AntBuilder should:
- provide support for import task
- allow to define a new target like:
ant.target(name: 'myTarget', depends: 'someOtherTarget')
{
echo(message: 'blabla')
}
Implemented in build 1195.