Get your own customer support community
 

Criticism of Ant in Section 1.2 not accurate

On page 2, section 1.2, second paragraph, you write:

While this might seem
trivial, consider the fact that most Ant-based builds have to define the locations of
these directories in every subproject.

I don't think anyone with experience with Ant 1.6 or greater would design a build this way. Most organizations define a common source code layout, all common build tasks are placed in a master build file that defines these locations in a master property file.

The build files for individual projects typically contain little more than an import of the master build file. And of course the local build file can utilize a local property file before the import to override any values in the master property file.

I'm not saying ant is better than maven. Just suggesting that your criticism of ant isn't really accurate.
 
sad
Inappropriate?
1 person likes this idea

The company implemented this idea.


User_default_medium