All targets with name ending with '_with_desc' must have badged icon (except internal targets; those starting with '-').
2
Default target
Open build1.xml Ant script and expand it's node
RESULT:
Default target 'all' must be shown in bold face. Context menu must list 'all' target as first.
3
Internal target
Open build1.xml Ant script and expand it's node
RESULT:
All targets starting with '-' must be shown in grey and they cannot be executed.
4
Imported Target
Open build1.xml Ant script and expand it's node
Execute target 'imported'
RESULT:
Following message must be printed to Output Window: Running 'imported' from import.xml. All targets that have 'imported' in its name must be shown in italics.
5
Overriden target
Open build1.xml Ant script and expand it's node
Execute target 'overriden'
RESULT:
Following message must be printed to Output Window: Running 'overriden' target from build1.xml. Overriden target must be displayed in regular font.