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.3 KiB

1234567891011121314151617181920212223242526272829303132333435
  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. <a href="Integration/Antidote.html">
  11. Antidote<br>(in development)</a><br><br>
  12. <a href="http://www.dieter-bogdoll.de/java/AntRunner/">
  13. AntRunner For JBuilder <br>(unbundled)</a><br><br>
  14. <a href="Integration/jext-plugin.html">AntWork Plugin for the Jext -
  15. Java Text Editor <br>(unbundled)</a><br><br>
  16. <a href="http://jde.sunsite.dk/">Emacs JDE</a> has built-in text ANT integration:
  17. selection of target through text field, execution, hyperlink to compilation
  18. errors. Installation: built-in JDE 2.2.8 or later. Configuration: through
  19. customize menu "Jde Build Function"<br><br>
  20. <a href="http://www.intellij.com/idea/">IDEA</a> has built-in GUI ANT integration: GUI
  21. selection of targets, execution, hyperlink to compilation errors<br><br>
  22. <a href="http://ant.netbeans.org/">NetBeans <br>Forte for Java <br>(unbundled)</a><br><br>
  23. <a href="Integration/VAJAntTool.html">VisualAge for Java</a><br><br>
  24. <hr>
  25. <p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All rights
  26. Reserved.</p>
  27. </body>
  28. </html>