Conceptual Problems with Ant and Maven

From CitconWiki
Revision as of 08:25, 25 April 2009 by 146.57.249.82 (talk) (→‎ANT)
Jump to navigationJump to search

ANT

+ Build script does not listen to a running target
++ Listeners have only a limited amount of events http://ant.apache.org/manual/listeners.html
+ Ant extensions like macrodef try to solve DRY but there is a steep learning curve and very specific to Ant.