Açıklaması şöyle
Ant is based on three main abstractions:- A task is an atomic unit of work, e.g., javac to compile Java files, war to assemble a Web Archive, etc. Ant provides lots of tasks out-of-the-box but allows adding custom ones.- A target is a list of tasks- You can define dependencies between tasks, such as package depending on compile. In this regard, you can see Ant as a workflow execution engine.
Hiç yorum yok:
Yorum Gönder