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 7.3 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  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="AJC">
  19. <p><a href="http://aspectj.org">AspectJ</a> is an
  20. aspect-oriented extension to Java. This task compiles a
  21. source tree using the AspectJ compiler -- AJC.</p>
  22. <table>
  23. <tr>
  24. <th>Compatibility:</th>
  25. <td>Ant 1.3</td>
  26. </tr>
  27. <tr>
  28. <th>URL:</th>
  29. <td><a href="http://aspectj.org/dl">http://aspectj.org/dl</a></td>
  30. </tr>
  31. <tr>
  32. <th>Contact:</th>
  33. <td><a href="mailto:support@aspectj.org">support@aspectj.org</a></td>
  34. </tr>
  35. <tr>
  36. <th>License:</th>
  37. <td>Apache Software License</td>
  38. </tr>
  39. </table>
  40. </subsection>
  41. <subsection name="Anakia">
  42. <p>Actually, Anakia is more than just an Ant task, it is a an
  43. XML transformation tool based on JDOM, Velocity and Ant.</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://jakarta.apache.org/velocity/anakia.html">http://jakarta.apache.org/velocity/anakia.html</a></td>
  52. </tr>
  53. <tr>
  54. <th>Contact:</th>
  55. <td><a href="http://jakarta.apache.org/site/mail2.html">Velocity mailing lists</a></td>
  56. </tr>
  57. <tr>
  58. <th>License:</th>
  59. <td>Apache Software License</td>
  60. </tr>
  61. </table>
  62. </subsection>
  63. <subsection name="Configure">
  64. <p>Recursive build support (call ant on every package level,
  65. and only build files in that package or in that package and
  66. everything below) with seperation of source and output.</p>
  67. <p>The task generates build files in any subdirectory (except
  68. for CVS-directories) for you. Only place one build.xml file in
  69. the top and call target &apos;setup&apos; or
  70. &apos;rescan&apos;.</p>
  71. <table>
  72. <tr>
  73. <th>Compatibility:</th>
  74. <td>Ant 1.2 and 1.3</td>
  75. </tr>
  76. <tr>
  77. <th>URL:</th>
  78. <td><a href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a></td>
  79. </tr>
  80. <tr>
  81. <th>Contact:</th>
  82. <td><a href="mailto:lemval@dsdelft.nl">M.J.P. van Leeuwen</a></td>
  83. </tr>
  84. <tr>
  85. <th>License:</th>
  86. <td>License derived from Apache Software License</td>
  87. </tr>
  88. </table>
  89. </subsection>
  90. <subsection name="J2ME Ant Tasks">
  91. <p>A set of tasks to help build <a
  92. href="http://java.sun.com/j2me/">Java 2 Platform, Micro
  93. Edition</a> (J2ME) applications.</p>
  94. <table>
  95. <tr>
  96. <th>Compatibility:</th>
  97. <td>Ant 1.3</td>
  98. </tr>
  99. <tr>
  100. <th>URL:</th>
  101. <td><a href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a></td>
  102. </tr>
  103. <tr>
  104. <th>Contact:</th>
  105. <td><a href="mailto:drib@enteract.com">Dave Dribin</a></td>
  106. </tr>
  107. <tr>
  108. <th>License:</th>
  109. <td>Apache Software License</td>
  110. </tr>
  111. </table>
  112. </subsection>
  113. </section>
  114. <section name="IDE/Editor Integration">
  115. <subsection name="AntRunner">
  116. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  117. <table>
  118. <tr>
  119. <th>Compatibility:</th>
  120. <td>Ant 1.2 and 1.3</td>
  121. </tr>
  122. <tr>
  123. <th>URL:</th>
  124. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  125. </tr>
  126. <tr>
  127. <th>Contact:</th>
  128. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  129. </tr>
  130. <tr>
  131. <th>License:</th>
  132. <td>GNU General Public License</td>
  133. </tr>
  134. </table>
  135. </subsection>
  136. <subsection name="AntWork">
  137. <p>A plugin that integrates Ant into the Jext editor.</p>
  138. <table>
  139. <tr>
  140. <th>Compatibility:</th>
  141. <td>Ant 1.2 and 1.3</td>
  142. </tr>
  143. <tr>
  144. <th>URL:</th>
  145. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  146. </tr>
  147. <tr>
  148. <th>Contact:</th>
  149. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  150. </tr>
  151. <tr>
  152. <th>License:</th>
  153. <td>GNU General Public License</td>
  154. </tr>
  155. </table>
  156. </subsection>
  157. <subsection name="NetBeans / Forte for Java">
  158. <p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>
  159. <table>
  160. <tr>
  161. <th>Compatibility:</th>
  162. <td>bundles Ant 1.3</td>
  163. </tr>
  164. <tr>
  165. <th>URL:</th>
  166. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  167. </tr>
  168. <tr>
  169. <th>Contact:</th>
  170. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  171. </tr>
  172. <tr>
  173. <th>License:</th>
  174. <td>Sun Public License</td>
  175. </tr>
  176. </table>
  177. </subsection>
  178. </section>
  179. <section name="Other">
  180. <subsection name="CruiseControl">
  181. <p>CruiseControl is a tool for setting up a continuous build
  182. process. CruiseControl provides an Ant wrapper and a set of
  183. tasks to automate the checkout/build/test cycle. CruiseControl
  184. also comes bundled with a servlet for viewing the status of
  185. the current build, as well as previous build results.</p>
  186. <table>
  187. <tr>
  188. <th>Compatibility:</th>
  189. <td>Ant 1.2 and 1.3</td>
  190. </tr>
  191. <tr>
  192. <th>URL:</th>
  193. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  194. </tr>
  195. <tr>
  196. <th>Contact:</th>
  197. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  198. </tr>
  199. <tr>
  200. <th>License:</th>
  201. <td>GNU General Public License</td>
  202. </tr>
  203. </table>
  204. </subsection>
  205. </section>
  206. </body>
  207. </document>