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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <!DOCTYPE html>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. https://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <html lang="en">
  17. <head>
  18. <link rel="stylesheet" type="text/css" href="stylesheets/style.css"/>
  19. <title>IDE Integration</title>
  20. <base target="mainFrame"/>
  21. </head>
  22. <body>
  23. <h2><a href="toc.html" target="navFrame">Table of Contents</a></h2>
  24. <h3>IDE Integration</h3>
  25. <p>
  26. All the modern Java IDEs support Apache Ant almost out of the box.
  27. </p>
  28. <ul>
  29. <li>
  30. <a href="Integration/jext-plugin.html">AntWork Plugin for the Jext Java Text Editor
  31. (unbundled)</a>
  32. </li>
  33. <li>
  34. <a href="http://jdee.sourceforge.net/" target="_top">JDEE (Java Development Environment for
  35. Emacs)</a> has built-in text Ant integration: selection of target through text field, execution,
  36. hyperlink to compilation errors. Installation: built-in JDEE 2.2.8 or later. Configuration:
  37. through customize menu "Jde Build Function"
  38. </li>
  39. <li>
  40. <a href="https://www.jetbrains.com/idea/" target="_top">IDEA</a> has built-in GUI ANT
  41. integration: GUI selection of targets, execution, hyperlink to compilation errors
  42. </li>
  43. <li>
  44. <a href="https://netbeans.org/" target="_top">NetBeans</a> IDE uses Ant as the basis for its
  45. project system starting with the 4.0 release
  46. </li>
  47. <li>
  48. <a href="http://jedit.org/" target="_top">jEdit</a> is an open source Java IDE with some great
  49. plugins for Java dev, a good XML editor and the Antfarm plugin to execute targets in a build
  50. file
  51. </li>
  52. <li>
  53. <a href="https://eclipse.org/" target="_top">Eclipse</a> is IBM's counterpoint to NetBeans; an
  54. open source IDE with Java and Ant support
  55. </li>
  56. <li>
  57. <a href="http://www.placidsystems.com/virtualant/" target="_top">Virtual Ant</a> GUI allows you
  58. to work on a Virtual File System without dealing with the XML; plugs into Eclipse, Netbeans
  59. &amp; IntelliJ
  60. </li>
  61. <li>
  62. <a href="https://www.ibm.com/developerworks/offers/wsad2.html" target="_top">WebSphere Studio
  63. Application Developer</a>
  64. </li>
  65. </ul>
  66. </body>
  67. </html>