Apache Ant/Adoption

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

Contents

[edit] Organizational Ant Adoption

We have found that most people new to Ant go through several stages of learning Ant.

[edit] The three stages of learning core Ant functionality

  1. Learn the grammar and syntax of XML and a build file- this goes quickly if you know any XML or HTML (about 15 minutes)
  2. Learn the Ant concepts of properties, dependencies and task (about two hours)
  3. Build your vocabulary: Learn the basic Ant tasks you need to get your job done (duration depends on what you are doing)

[edit] Transform Your Organization!

  • Integrating it into your development Q/A process
  • Making it a requirement of all projects
  • Specifying that all vendor deliverables MUST include a reproducible build process
  • Problematic for Microsoft developers that are not familiar with Ant
  • Problematic for "visual only" development environments (Microsoft Visual Studio, Microsoft Analysis Services)

[edit] Next Chapter

XML_Summary