I think the title tell everything. I'm just wondering what is the min difference between those three solutions. Are they all equivalents or they don't even do the same thing. I've try to find some documentation but I'm not able to get a clear difference between Ant Maven and gradle.
Asked
Active
Viewed 241 times
1
-
Maven and gradle are basically the same. Ant is more like script language like Makefiles. – Absurd-Mind May 23 '14 at 14:36
-
yeah, my bad sorry for that – pcharb May 23 '14 at 18:31
-
for me very helpful this manual http://goo.gl/vaB9he compare Gradle with others build systems – Alexandr.Salin Jun 11 '15 at 19:16
-
@Absurd-Mind What do you mean ~"**basically the same**? Gradle is an embedded DSL inside a Turing-complete, dynamically typed language. Maven is just XML. – IgorGanapolsky Jul 05 '16 at 17:48
-
@IgorGanapolsky the concepts are similar. Sure one is configured through XML, the other is "programmed". Ant on the other hand is just a writing down of tasks. – Absurd-Mind Jul 12 '16 at 12:24
-
@Absurd-Mind Does Maven support classes, inheritance and injection? – IgorGanapolsky Jul 12 '16 at 13:03
-
seriously guys, go somewhere else to argue about that. this poat is more than 2 years old. – pcharb Jul 12 '16 at 13:04