JDEE (Java Development Environment for Emacs)
has built-in text ANT integration: selection of target through text
field, execution, hyperlink to compilation errors. Installation: built-in
JDEE 2.2.8 or later. Configuration: through customize menu
"Jde Build Function"
IDEA
has built-in GUI ANT integration: GUI selection of targets, execution,
hyperlink to compilation errors
NetBeans
NetBeans 3.4 has very good Ant integration indeed.
jEdit
jEdit is an open source java IDE with some great plugins for Java dev, a
good XML editor and the Antfarm plugin to execute targets in a build
file.
Eclipse
Eclipse is IBM's counterpoint to NetBeans; an open source IDE with
Java and Ant support.
JBuilder 9 Personal
JBuilder supports Ant with the following features. Add Ant nodes to
projects and execute Ant targets from within JBuilder. Add custom Ant-based
build tasks with custom Ant libraries to run Ant from within JBuilder.
Rapid navigation from Ant build error messages to source files.
Customize build menu and toolbar with custom build targets.