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 2.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. <p>
  11. All the modern Java IDEs support Ant almost out of the box.
  12. </p>
  13. <ul>
  14. <li>
  15. <a href="Integration/Antidote.html">
  16. Antidote (in development)
  17. </a>
  18. </li>
  19. <li>
  20. <a href="http://antrunner.sourceforge.net/">
  21. AntRunner For JBuilder (unbundled)
  22. </a>
  23. </li>
  24. <li>
  25. <a href="Integration/jext-plugin.html">
  26. AntWork Plugin for the Jext - Java Text Editor (unbundled)
  27. </a>
  28. </li>
  29. <li>
  30. <a href="http://jdee.sunsite.dk/">
  31. JDEE (Java Development Environment for Emacs)
  32. </a> has built-in text ANT integration: selection of target through text
  33. field, execution, hyperlink to compilation errors. Installation: built-in
  34. JDEE 2.2.8 or later. Configuration: through customize menu
  35. "Jde Build Function"
  36. </li>
  37. <li>
  38. <a href="http://www.intellij.com/idea/">
  39. IDEA
  40. </a> has built-in GUI ANT integration: GUI selection of targets, execution,
  41. hyperlink to compilation errors
  42. </li>
  43. <li>
  44. <a href="http://ant.netbeans.org/">
  45. NetBeans
  46. </a>
  47. NetBeans 3.4 has very good Ant integration indeed.
  48. </li>
  49. <li>
  50. <a href="http://jedit.org/">
  51. jEdit
  52. </a>
  53. jEdit is an open source java IDE with some great plugins for Java dev, a
  54. good XML editor and the Antfarm plugin to execute targets in a build
  55. file.
  56. </li>
  57. <li>
  58. <a href="http://eclipse.org/">
  59. Eclipse
  60. </a>
  61. Eclipse is IBM's counterpoint to NetBeans; an open source IDE with
  62. Java and Ant support.
  63. </li>
  64. <li>
  65. <a href="Integration/VAJAntTool.html">
  66. VisualAge for Java</a>
  67. </li>
  68. <li>
  69. <a href="http://www7b.software.ibm.com/wsdd/library/techarticles/0203_searle/searle1.html">
  70. WebSphere Studio Application Developer
  71. </a>
  72. </li>
  73. <li>
  74. <a href="http://www.borland.com/jbuilder/pdf/jb9_feamatrix.pdf">
  75. JBuilder 9 Personal
  76. </a>
  77. JBuilder supports Ant with the following features. Add Ant nodes to
  78. projects and execute Ant targets from within JBuilder. Add custom Ant-based
  79. build tasks with custom Ant libraries to run Ant from within JBuilder.
  80. Rapid navigation from Ant build error messages to source files.
  81. Customize build menu and toolbar with custom build targets.
  82. </li>
  83. </ul>
  84. <hr>
  85. <p align="center">Copyright &copy; 2001-2004 The Apache Software Foundation. All rights
  86. Reserved.</p>
  87. </body>
  88. </html>