Tagged Questions

20
votes
9answers
13k views

Differences between Ant and Maven

Could someone tell me the differences between Ant and Maven? I have never used either. I understand that they are used to automate the building of Java projects, but I do not know where to start from. ...
12
votes
9answers
3k views

Is Ant still the best choice for a Java build tool?

From my small amount of experience, I've only used Ant as a build tool. Are there any other projects which are better, and why?
4
votes
1answer
1k views

How do I enable undo in eclipse ant editor?

Undo is not working for me in ant editor in eclipse. When I press Ctrl-Z nothing happens. Is it possible to enable undo somehow or is this a bug? I am using Eclipse 3.4.2 (Ganymede) on Windows XP ...