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.

external.xml 3.8 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <author email="bodewig@apache.org">Stefan Bodewig</author>
  5. <title>External Resources</title>
  6. </properties>
  7. <body>
  8. <section name="External Resources for Ant">
  9. <p>This page lists external resources for Ant: tasks, IDE
  10. integration tools, loggers, you name it. If you've written
  11. something that should be included, please post all relevant
  12. information to one of the mailing lists.</p>
  13. <p>Nothing listed here is directly supported by the Ant
  14. developers, if you encounter any problems with them, please use
  15. the contact information.</p>
  16. </section>
  17. <section name="Tasks">
  18. <subsection name="Anakia">
  19. <p>Actually, Anakia is more than just an Ant task, it is a an
  20. XML transformation tool based on JDOM, Velocity and Ant.</p>
  21. <table>
  22. <tr>
  23. <th>Compatibility:</th>
  24. <td>Ant 1.2 and 1.3</td>
  25. </tr>
  26. <tr>
  27. <th>URL:</th>
  28. <td><a href="http://jakarta.apache.org/velocity/anakia.html">http://jakarta.apache.org/velocity/anakia.html</a></td>
  29. </tr>
  30. <tr>
  31. <th>Contact:</th>
  32. <td><a href="http://jakarta.apache.org/site/mail2.html">Velocity mailing lists</a></td>
  33. </tr>
  34. <tr>
  35. <th>License:</th>
  36. <td>Apache Software License</td>
  37. </tr>
  38. </table>
  39. </subsection>
  40. </section>
  41. <section name="IDE/Editor Integration">
  42. <subsection name="AntRunner">
  43. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  44. <table>
  45. <tr>
  46. <th>Compatibility:</th>
  47. <td>Ant 1.2 and 1.3</td>
  48. </tr>
  49. <tr>
  50. <th>URL:</th>
  51. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  52. </tr>
  53. <tr>
  54. <th>Contact:</th>
  55. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  56. </tr>
  57. <tr>
  58. <th>License:</th>
  59. <td>GNU General Public License</td>
  60. </tr>
  61. </table>
  62. </subsection>
  63. <subsection name="AntWork">
  64. <p>A plugin that integrates Ant into the Jext editor.</p>
  65. <table>
  66. <tr>
  67. <th>Compatibility:</th>
  68. <td>Ant 1.2 and 1.3</td>
  69. </tr>
  70. <tr>
  71. <th>URL:</th>
  72. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  73. </tr>
  74. <tr>
  75. <th>Contact:</th>
  76. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  77. </tr>
  78. <tr>
  79. <th>License:</th>
  80. <td>GNU General Public License</td>
  81. </tr>
  82. </table>
  83. </subsection>
  84. <subsection name="Forte module for Ant">
  85. <p>A module that integrates Ant into the Forte IDE.</p>
  86. <table>
  87. <tr>
  88. <th>Compatibility:</th>
  89. <td>any version of Ant prior to
  90. and including Ant 1.3</td>
  91. </tr>
  92. <tr>
  93. <th>URL:</th>
  94. <td><a href="http://ant.netbeans.org">http://ant.netbeans.org</a></td>
  95. </tr>
  96. <tr>
  97. <th>Contact:</th>
  98. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  99. </tr>
  100. <tr>
  101. <th>License:</th>
  102. <td>Sun Public License</td>
  103. </tr>
  104. </table>
  105. </subsection>
  106. </section>
  107. <section name="Other">
  108. <p>Not available</p>
  109. </section>
  110. </body>
  111. </document>