bodewig 2003/09/04 04:39:58 Modified: docs/manual Tag: ANT_15_BRANCH ide.html xdocs Tag: ANT_15_BRANCH index.xml Log: Merge changes from HEAD to make them appear at the website Revision Changes Path No revision No revision 1.6.2.6 +75 -29 ant/docs/manual/ide.html Index: ide.html =================================================================== RCS file: /home/cvs/ant/docs/manual/ide.html,v retrieving revision 1.6.2.5 retrieving revision 1.6.2.6 diff -u -r1.6.2.5 -r1.6.2.6 --- ide.html 13 Jan 2003 13:37:46 -0000 1.6.2.5 +++ ide.html 4 Sep 2003 11:39:57 -0000 1.6.2.6 @@ -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> +<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> -<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> <hr> <p align="center">Copyright © 2001-2003 Apache Software Foundation. All rights Reserved.</p> No revision No revision 1.20.2.12 +2 -2 ant/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/ant/xdocs/index.xml,v retrieving revision 1.20.2.11 retrieving revision 1.20.2.12 diff -u -r1.20.2.11 -r1.20.2.12 --- index.xml 11 Aug 2003 06:08:29 -0000 1.20.2.11 +++ index.xml 4 Sep 2003 11:39:57 -0000 1.20.2.12 @@ -14,14 +14,14 @@ <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/> </a> - + <p> Following on from recently winning the Javaworld Editors' award, Ant has been awarded the Java Pro 2003 Readers' Choice Award for </p> <p> <strong>Most Valuable Java Deployment Technology</strong> - </p> + </p> </section> <section name="Ant 1.5.4">
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]