You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

ide.html 1.8 KiB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Language" content="en-us">
  4. <title>IDE Integration</title>
  5. <base target="mainFrame">
  6. </head>
  7. <body>
  8. <h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
  9. <h3>IDE Integration</h3>
  10. All the modern Java IDEs support Ant almost out the box, with the
  11. notable exception of JBuilder Personal.<br><br>
  12. <a href="Integration/Antidote.html">
  13. Antidote<br>(in development)</a><br><br>
  14. <a href="http://antrunner.sourceforge.net/">
  15. AntRunner For JBuilder <br>(unbundled)</a><br><br>
  16. <a href="Integration/jext-plugin.html">AntWork Plugin for the Jext -
  17. Java Text Editor <br>(unbundled)</a><br><br>
  18. <a href="http://jde.sunsite.dk/">Emacs JDE</a> has built-in text ANT integration:
  19. selection of target through text field, execution, hyperlink to compilation
  20. errors. Installation: built-in JDE 2.2.8 or later. Configuration: through
  21. customize menu "Jde Build Function"<br><br>
  22. <a href="http://www.intellij.com/idea/">IDEA</a> has built-in GUI ANT integration: GUI
  23. selection of targets, execution, hyperlink to compilation errors<br><br>
  24. <a href="http://ant.netbeans.org/">NetBeans</a>
  25. NetBeans 3.4 has very good Ant integration indeed.
  26. </a><br><br>
  27. <a href="http://jedit.org/">jEdit</a>
  28. jEdit is an open source java IDE with some great plugins for Java dev, a
  29. good XML editor and the Antfarm plugin to execute targets in a build
  30. file.
  31. <br><br>
  32. <a href="http://eclipse.org/">Eclipse</a>
  33. Eclipse is IBM's counterpoint to NetBeans; an open source IDE with Java and ant
  34. support.
  35. <br><br>
  36. <a href="Integration/VAJAntTool.html">VisualAge for Java</a><br><br>
  37. <a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
  38. WebSphere Studio Application Developer</a><br><br>
  39. <hr>
  40. <p align="center">Copyright &copy; 2001-2003 Apache Software Foundation. All rights
  41. Reserved.</p>
  42. </body>
  43. </html>