You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/09/04 13:16:25 UTC

cvs commit: ant/docs/manual ide.html

conor       2003/09/04 04:16:25

  Modified:    docs/manual ide.html
  Log:
  Update IDE info to include JBuilder
  
  PR:	22923
  
  Revision  Changes    Path
  1.11      +75 -29    ant/docs/manual/ide.html
  
  Index: ide.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/ide.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -w -u -r1.10 -r1.11
  --- ide.html	13 Jan 2003 13:38:06 -0000	1.10
  +++ ide.html	4 Sep 2003 11:16:25 -0000	1.11
  @@ -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>
  +<p>
  +All the modern Java IDEs support Ant almost out of the box.
  +</p>
  +
  +<ul>
  +  <li>
   <a href="Integration/Antidote.html">
  -         Antidote<br>(in development)</a><br><br>
  +      Antidote (in development)
  +    </a>
  +  </li>
  +  <li>
   <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>
  +      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.
  -</a><br><br>
  -
  -<a href="http://jedit.org/">jEdit</a>
  +  </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.
  -<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>
  +  </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><br><br>
  +      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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org