Difference between revisions of "Conceptual Problems with Ant and Maven"
From CitconWiki
Jump to navigationJump to search (→MAVEN) |
|||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== ANT == | == ANT == | ||
− | + Build script does not listen to a running target | + | +Build script does not listen to a running target |
− | ++ Listeners have only a limited amount of events http://ant.apache.org/manual/listeners.html | + | ++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. | + | +Ant extensions like macrodef try to solve DRY but there is a steep learning curve and very specific to Ant. |
+ | |||
+ | Maybe the CI server is doing too much? | ||
+ | |||
+ | == MAVEN == | ||
+ | Conventions and Dependency Management are strengths | ||
+ | |||
+ | Like Ant, Maven has one way communication. |
Latest revision as of 07:38, 25 April 2009
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.
Maybe the CI server is doing too much?
MAVEN
Conventions and Dependency Management are strengths
Like Ant, Maven has one way communication.