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

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