Software Engineering > Ant build tool > Flashcards
Describe what target means
Target is a set of steps to be completed as a unit
Describe attributes
Attributes add more control to task execution
Describe depends
It specifies a target that must be completed before this target can run.