Browse Source

Update IDE info to include JBuilder

PR:	22923


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275183 13f79535-47bb-0310-9956-ffa450edef68
master
Conor MacNeill 22 years ago
parent
commit
0c93012bc3
1 changed files with 76 additions and 30 deletions
  1. +76
    -30
      docs/manual/ide.html

+ 76
- 30
docs/manual/ide.html View File

@@ -11,36 +11,82 @@
<h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>

<h3>IDE Integration</h3>
All the modern Java IDEs support Ant almost out the box, with the
notable exception of JBuilder Personal.<br><br>
<a href="Integration/Antidote.html">
Antidote<br>(in development)</a><br><br>
<a href="http://antrunner.sourceforge.net/">
AntRunner For JBuilder <br>(unbundled)</a><br><br>
<a href="Integration/jext-plugin.html">AntWork Plugin for the Jext -
Java Text Editor <br>(unbundled)</a><br><br>
<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>
<a href="http://ant.netbeans.org/">NetBeans</a>
NetBeans 3.4 has very good Ant integration indeed.
</a><br><br>

<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>
Eclipse is IBM's counterpoint to NetBeans; an open source IDE with Java and ant
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>
<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://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"
</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-2003 Apache Software Foundation. All rights
Reserved.</p>


Loading…
Cancel
Save