2001-02-13 12:32:01 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Language" content="en-us">
|
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>
|
2002-06-01 12:26:43 +00:00
|
|
|
All the modern Java IDEs support Ant almost out the box, with the
|
2003-01-13 13:38:06 +00:00
|
|
|
notable exception of JBuilder Personal.<br><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
<a href="Integration/Antidote.html">
|
|
|
|
Antidote<br>(in development)</a><br><br>
|
2002-06-23 21:48:11 +00:00
|
|
|
<a href="http://antrunner.sourceforge.net/">
|
2001-02-13 12:32:01 +00:00
|
|
|
AntRunner For JBuilder <br>(unbundled)</a><br><br>
|
2001-03-05 13:07:15 +00:00
|
|
|
<a href="Integration/jext-plugin.html">AntWork Plugin for the Jext -
|
|
|
|
Java Text Editor <br>(unbundled)</a><br><br>
|
2001-10-27 03:30:51 +00:00
|
|
|
<a href="http://jde.sunsite.dk/">Emacs JDE</a> has built-in text ANT integration:
|
|
|
|
selection of target through text field, execution, hyperlink to compilation
|
|
|
|
errors. Installation: built-in JDE 2.2.8 or later. Configuration: through
|
|
|
|
customize menu "Jde Build Function"<br><br>
|
|
|
|
<a href="http://www.intellij.com/idea/">IDEA</a> has built-in GUI ANT integration: GUI
|
|
|
|
selection of targets, execution, hyperlink to compilation errors<br><br>
|
2002-10-10 07:20:53 +00:00
|
|
|
<a href="http://ant.netbeans.org/">NetBeans</a>
|
|
|
|
NetBeans 3.4 has very good Ant integration indeed.
|
2002-06-01 12:26:43 +00:00
|
|
|
</a><br><br>
|
2001-02-13 12:32:01 +00:00
|
|
|
|
2002-06-01 12:26:43 +00:00
|
|
|
<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.
|
|
|
|
<br><br>
|
|
|
|
<a href="http://eclipse.org/">Eclipse</a>
|
2002-10-10 07:20:53 +00:00
|
|
|
Eclipse is IBM's counterpoint to NetBeans; an open source IDE with Java and ant
|
2002-06-01 12:26:43 +00:00
|
|
|
support.
|
|
|
|
<br><br>
|
|
|
|
<a href="Integration/VAJAntTool.html">VisualAge for Java</a><br><br>
|
|
|
|
<a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
|
|
|
|
WebSphere Studio Application Developer</a><br><br>
|
2002-02-04 20:57:49 +00:00
|
|
|
<hr>
|
2003-01-13 13:38:06 +00:00
|
|
|
<p align="center">Copyright © 2001-2003 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>
|
|
|
|
|