Apache Ant ( Build Automation Tool)
Ant is an open source tool for creating builds, it is used to automation repetitive task which we do while creating build, like compiling source code, creating jars javadoc etc.
Ant uses a xml file for configuration.
This xml file contain Target,
Target means that action/steps need to be performed, it can have multiple dependent/independent targets for example if a Target A is dependent to Target be then Ant will execute Target B before A.
We can also specify main Target. Main target means target that will be execute per default this main target is dependent to other target that Ant will execute other targets then this main target.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment