ant/docs/manual/ide.html
Antoine Levy-Lambert ff348804c1 Copyright owner The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276069 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 21:50:10 +00:00

97 lines
2.5 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<title>IDE Integration</title>
<base target="mainFrame">
</head>
<body>
<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
<h3>IDE Integration</h3>
<p>
All the modern Java IDEs support Ant almost out of the box.
</p>
<ul>
<li>
<a href="Integration/Antidote.html">
Antidote (in development)
</a>
</li>
<li>
<a href="http://antrunner.sourceforge.net/">
AntRunner For JBuilder (unbundled)
</a>
</li>
<li>
<a href="Integration/jext-plugin.html">
AntWork Plugin for the Jext - Java Text Editor (unbundled)
</a>
</li>
<li>
<a href="http://jdee.sunsite.dk/">
JDEE (Java Development Environment for Emacs)
</a> 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"
</li>
<li>
<a href="http://www.intellij.com/idea/">
IDEA
</a> has built-in GUI ANT integration: GUI selection of targets, execution,
hyperlink to compilation errors
</li>
<li>
<a href="http://ant.netbeans.org/">
NetBeans
</a>
NetBeans 3.4 has very good Ant integration indeed.
</li>
<li>
<a href="http://jedit.org/">
jEdit
</a>
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.
</li>
<li>
<a href="http://eclipse.org/">
Eclipse
</a>
Eclipse is IBM's counterpoint to NetBeans; an open source IDE with
Java and Ant support.
</li>
<li>
<a href="Integration/VAJAntTool.html">
VisualAge for Java</a>
</li>
<li>
<a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
WebSphere Studio Application Developer
</a>
</li>
<li>
<a href="http://www.borland.com/jbuilder/pdf/jb9_feamatrix.pdf">
JBuilder 9 Personal
</a>
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.
</li>
</ul>
<hr>
<p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
Reserved.</p>
</body>
</html>