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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <author email="bodewig@apache.org">Stefan Bodewig</author>
  5. <title>External Tools and Tasks</title>
  6. </properties>
  7. <body>
  8. <section name="External Tools and Tasks">
  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="Checkstyle">
  64. <p>Checkstyle is a development tool to help programmers write
  65. Java code that adheres to a coding standard. Its purpose is to
  66. automate the process of checking Java code, and to spare
  67. humans of this boring (but important) task.</p>
  68. <p>Checkstyle can be run via an ANT task or a command line
  69. utility.</p>
  70. <table>
  71. <tr>
  72. <th>Compatibility:</th>
  73. <td>Ant 1.2 and 1.3</td>
  74. </tr>
  75. <tr>
  76. <th>URL:</th>
  77. <td><a href="http://www.puppycrawl.com/checkstyle">http://www.puppycrawl.com/checkstyle</a></td>
  78. </tr>
  79. <tr>
  80. <th>Contact:</th>
  81. <td><a href="mailto:checkstyle@puppycrawl.com">Oliver Burn</a></td>
  82. </tr>
  83. <tr>
  84. <th>License:</th>
  85. <td>GNU General Public License</td>
  86. </tr>
  87. </table>
  88. </subsection>
  89. <subsection name="Configure">
  90. <p>Recursive build support (call ant on every package level,
  91. and only build files in that package or in that package and
  92. everything below) with seperation of source and output.</p>
  93. <p>The task generates build files in any subdirectory (except
  94. for CVS-directories) for you. Only place one build.xml file in
  95. the top and call target &apos;setup&apos; or
  96. &apos;rescan&apos;.</p>
  97. <table>
  98. <tr>
  99. <th>Compatibility:</th>
  100. <td>Ant 1.2 and 1.3</td>
  101. </tr>
  102. <tr>
  103. <th>URL:</th>
  104. <td><a href="http://www.dsdelft.nl/~lemval/ant/">http://www.dsdelft.nl/~lemval/ant/</a></td>
  105. </tr>
  106. <tr>
  107. <th>Contact:</th>
  108. <td><a href="mailto:lemval@dsdelft.nl">M.J.P. van Leeuwen</a></td>
  109. </tr>
  110. <tr>
  111. <th>License:</th>
  112. <td>License derived from Apache Software License</td>
  113. </tr>
  114. </table>
  115. </subsection>
  116. <subsection name="J2ME Ant Tasks">
  117. <p>There are two different sets of tasks to help build <a
  118. href="http://java.sun.com/j2me/">Java 2 Platform, Micro
  119. Edition</a> (J2ME) applications.</p>
  120. <p>This set supports CLDC and the K Virtual Machine (KVM):</p>
  121. <table>
  122. <tr>
  123. <th>Compatibility:</th>
  124. <td>Ant 1.3</td>
  125. </tr>
  126. <tr>
  127. <th>URL:</th>
  128. <td><a href="http://www.dribin.org/dave/j2me_ant/">http://www.dribin.org/dave/j2me_ant/</a></td>
  129. </tr>
  130. <tr>
  131. <th>Contact:</th>
  132. <td><a href="mailto:drib@enteract.com">Dave Dribin</a></td>
  133. </tr>
  134. <tr>
  135. <th>License:</th>
  136. <td>Apache Software License</td>
  137. </tr>
  138. </table>
  139. <p>And this set works with the J2ME Wireless Toolkit and MIDP
  140. for PalmOS:</p>
  141. <table>
  142. <tr>
  143. <th>Compatibility:</th>
  144. <td>Ant 1.3</td>
  145. </tr>
  146. <tr>
  147. <th>URL:</th>
  148. <td><a href="http://www.stampysoft.com/ant/">http://www.stampysoft.com/ant/</a></td>
  149. </tr>
  150. <tr>
  151. <th>Contact:</th>
  152. <td><a href="mailto:jeckels@stampysoft.com">Josh Eckels</a></td>
  153. </tr>
  154. <tr>
  155. <th>License:</th>
  156. <td>MIT License</td>
  157. </tr>
  158. </table>
  159. </subsection>
  160. </section>
  161. <section name="IDE/Editor Integration">
  162. <subsection name="AntRunner">
  163. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  164. <table>
  165. <tr>
  166. <th>Compatibility:</th>
  167. <td>Ant 1.2 and 1.3</td>
  168. </tr>
  169. <tr>
  170. <th>URL:</th>
  171. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  172. </tr>
  173. <tr>
  174. <th>Contact:</th>
  175. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  176. </tr>
  177. <tr>
  178. <th>License:</th>
  179. <td>GNU General Public License</td>
  180. </tr>
  181. </table>
  182. </subsection>
  183. <subsection name="AntWork">
  184. <p>A plugin that integrates Ant into the Jext editor.</p>
  185. <table>
  186. <tr>
  187. <th>Compatibility:</th>
  188. <td>Ant 1.2 and 1.3</td>
  189. </tr>
  190. <tr>
  191. <th>URL:</th>
  192. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  193. </tr>
  194. <tr>
  195. <th>Contact:</th>
  196. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  197. </tr>
  198. <tr>
  199. <th>License:</th>
  200. <td>GNU General Public License</td>
  201. </tr>
  202. </table>
  203. </subsection>
  204. <subsection name="NetBeans / Forte for Java">
  205. <p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>
  206. <table>
  207. <tr>
  208. <th>Compatibility:</th>
  209. <td>bundles Ant 1.3</td>
  210. </tr>
  211. <tr>
  212. <th>URL:</th>
  213. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  214. </tr>
  215. <tr>
  216. <th>Contact:</th>
  217. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  218. </tr>
  219. <tr>
  220. <th>License:</th>
  221. <td>Sun Public License</td>
  222. </tr>
  223. </table>
  224. </subsection>
  225. </section>
  226. <section name="Other">
  227. <subsection name="CruiseControl">
  228. <p>CruiseControl is a tool for setting up a continuous build
  229. process. CruiseControl provides an Ant wrapper and a set of
  230. tasks to automate the checkout/build/test cycle. CruiseControl
  231. also comes bundled with a servlet for viewing the status of
  232. the current build, as well as previous build results.</p>
  233. <table>
  234. <tr>
  235. <th>Compatibility:</th>
  236. <td>Ant 1.2 and 1.3</td>
  237. </tr>
  238. <tr>
  239. <th>URL:</th>
  240. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  241. </tr>
  242. <tr>
  243. <th>Contact:</th>
  244. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  245. </tr>
  246. <tr>
  247. <th>License:</th>
  248. <td>GNU General Public License</td>
  249. </tr>
  250. </table>
  251. </subsection>
  252. </section>
  253. </body>
  254. </document>