2001-02-13 12:32:01 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
2005-04-29 18:58:16 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
|
2002-02-04 20:57:49 +00:00
|
|
|
<title>IDE Integration</title>
|
2001-02-13 12:32:01 +00:00
|
|
|
<base target="mainFrame">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
|
|
|
|
|
|
|
|
<h3>IDE Integration</h3>
|
2003-09-04 11:16:25 +00:00
|
|
|
<p>
|
|
|
|
All the modern Java IDEs support Ant almost out of the box.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
|
|
|
<a href="http://antrunner.sourceforge.net/">
|
|
|
|
AntRunner For JBuilder (unbundled)
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="Integration/jext-plugin.html">
|
2005-05-02 15:23:14 +00:00
|
|
|
AntWork Plugin for the Jext Java Text Editor (unbundled)
|
2003-09-04 11:16:25 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2003-09-29 08:36:56 +00:00
|
|
|
<a href="http://jdee.sunsite.dk/">
|
|
|
|
JDEE (Java Development Environment for Emacs)
|
2003-09-04 11:16:25 +00:00
|
|
|
</a> has built-in text ANT integration: selection of target through text
|
|
|
|
field, execution, hyperlink to compilation errors. Installation: built-in
|
2003-09-29 08:36:56 +00:00
|
|
|
JDEE 2.2.8 or later. Configuration: through customize menu
|
2003-09-04 11:16:25 +00:00
|
|
|
"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>
|
|
|
|
|
2002-02-04 20:57:49 +00:00
|
|
|
<hr>
|
2005-03-07 18:38:27 +00:00
|
|
|
<p align="center">Copyright © 2001-2005 The Apache Software Foundation. All rights
|
2002-02-04 20:57:49 +00:00
|
|
|
Reserved.</p>
|
|
|
|
|
2001-02-13 12:32:01 +00:00
|
|
|
</body>
|
|
|
|
</html>
|