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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  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 Apache 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 to 1.4.1</td>
  74. </tr>
  75. <tr>
  76. <th>URL:</th>
  77. <td><a href="http://checkstyle.sourceforge.net/">http://checkstyle.sourceforge.net/</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. <subsection name="TiniAnt">
  161. <p>TiniAnt is an Ant task to support building applications for
  162. the <a href="http://www.ibutton.com/TINI/">TINI</a>.</p>
  163. <table>
  164. <tr>
  165. <th>Compatibility:</th>
  166. <td>Ant 1.2 to 1.4.1</td>
  167. </tr>
  168. <tr>
  169. <th>URL:</th>
  170. <td><a href="http://tiniant.sourceforge.net/">http://tiniant.sourceforge.net/</a></td>
  171. </tr>
  172. <tr>
  173. <th>Contact:</th>
  174. <td><a href="mailto:kelly@ad1440.net">Sean Kelly</a></td>
  175. </tr>
  176. <tr>
  177. <th>License:</th>
  178. <td>BSD-like license</td>
  179. </tr>
  180. </table>
  181. </subsection>
  182. <subsection name="Venus Application Publisher's (Vamp) Ant Task Suite">
  183. <p>Venus Application Publisher's (Vamp) Ant Task Suite allows
  184. you to sign and package your applications into relocatable Web
  185. Archives that you can drop into your web server for
  186. single-click launching using Java Web Start or into single
  187. Java Archive installers that serve up their content through a
  188. built-in, multi-threaded, ultra light-weight web server.</p>
  189. <table>
  190. <tr>
  191. <th>Compatibility:</th>
  192. <td>Ant 1.2 and 1.3</td>
  193. </tr>
  194. <tr>
  195. <th>URL:</th>
  196. <td><a href="http://www.geocities.com/vamp201/ant.html">http://www.geocities.com/vamp201/ant.html</a></td>
  197. </tr>
  198. <tr>
  199. <th>Contact:</th>
  200. <td><a href="mailto:vamp201@yahoo.com">Gerald Bauer</a></td>
  201. </tr>
  202. <tr>
  203. <th>License:</th>
  204. <td>GNU General Public License</td>
  205. </tr>
  206. </table>
  207. </subsection>
  208. <subsection name="XDoclet">
  209. <p>XDoclet is an extended Javadoc Doclet engine for use in Ant.
  210. It lets you create custom Javadoc @tags and based on those tags
  211. generates source code or other files (such as xml-ish deployment
  212. descriptors). Templates and matching tasks are provided to generate
  213. EJB and web application deployment descriptors.
  214. </p>
  215. <table>
  216. <tr>
  217. <th>Compatibility:</th>
  218. <td>Ant 1.4</td>
  219. </tr>
  220. <tr>
  221. <th>URL:</th>
  222. <td><a href="http://sourceforge.net/projects/xdoclet/">http://sourceforge.net/projects/xdoclet/</a></td>
  223. </tr>
  224. <tr>
  225. <th>License:</th>
  226. <td>BSD license</td>
  227. </tr>
  228. </table>
  229. </subsection>
  230. </section>
  231. <section name="IDE and Editor Integration">
  232. <subsection name="AntFarm">
  233. <p>A plugin that integrates Ant into the jEdit editor.</p>
  234. <table>
  235. <tr>
  236. <th>Compatibility:</th>
  237. <td>bundles Ant 1.3</td>
  238. </tr>
  239. <tr>
  240. <th>URL:</th>
  241. <td><a href="http://plugins.jedit.org/plugins/AntFarm">http://plugins.jedit.org/plugins/AntFarm</a></td>
  242. </tr>
  243. <tr>
  244. <th>Contact:</th>
  245. <td><a href="mailto:jedit-devel@lists.sourceforge.net">jEdit developers mailinglist</a></td>
  246. </tr>
  247. <tr>
  248. <th>License:</th>
  249. <td>Apache Software License</td>
  250. </tr>
  251. </table>
  252. </subsection>
  253. <subsection name="AntRunner">
  254. <p>An OpenTool that integrates Ant into the JBuilder IDE.</p>
  255. <table>
  256. <tr>
  257. <th>Compatibility:</th>
  258. <td>Ant 1.2 and 1.3</td>
  259. </tr>
  260. <tr>
  261. <th>URL:</th>
  262. <td><a href="http://www.dieter-bogdoll.de/java/AntRunner/">http://www.dieter-bogdoll.de/java/AntRunner/</a></td>
  263. </tr>
  264. <tr>
  265. <th>Contact:</th>
  266. <td><a href="mailto:bogdoll@users.sourceforge.net">Dieter Bogdoll</a></td>
  267. </tr>
  268. <tr>
  269. <th>License:</th>
  270. <td>GNU General Public License</td>
  271. </tr>
  272. </table>
  273. </subsection>
  274. <subsection name="AntWork">
  275. <p>A plugin that integrates Ant into the Jext editor.</p>
  276. <table>
  277. <tr>
  278. <th>Compatibility:</th>
  279. <td>Ant 1.2 and 1.3</td>
  280. </tr>
  281. <tr>
  282. <th>URL:</th>
  283. <td><a href="ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip">ftp://jext.sourceforge.net/pub/jext/plugins/AntWork.zip</a></td>
  284. </tr>
  285. <tr>
  286. <th>Contact:</th>
  287. <td><a href="mailto:KHartlage@t-online.de">Klaus Hartlage</a></td>
  288. </tr>
  289. <tr>
  290. <th>License:</th>
  291. <td>GNU General Public License</td>
  292. </tr>
  293. </table>
  294. </subsection>
  295. <subsection name="IntelliJ IDEA 2.0">
  296. <p>Java IDE with refactoring support and Ant integration.</p>
  297. <table>
  298. <tr>
  299. <th>Compatibility:</th>
  300. <td>bundles Ant 1.3</td>
  301. </tr>
  302. <tr>
  303. <th>URL:</th>
  304. <td><a href="http://www.intellij.com/idea/">http://www.intellij.com/idea/</a></td>
  305. </tr>
  306. <tr>
  307. <th>Contact:</th>
  308. <td><a href="mailto:support@intellij.com">support@intellij.com</a></td>
  309. </tr>
  310. <tr>
  311. <th>License:</th>
  312. <td>Commercial</td>
  313. </tr>
  314. </table>
  315. </subsection>
  316. <subsection name="JDE(E) 2.2.8">
  317. <p>The Java Development Environment for Emacs (JDEE) supports
  318. Apache Ant as one of three built-in ways to build your
  319. applications.</p>
  320. <table>
  321. <tr>
  322. <th>Compatibility:</th>
  323. <td>Ant 1.2 and later</td>
  324. </tr>
  325. <tr>
  326. <th>URL:</th>
  327. <td><a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a></td>
  328. </tr>
  329. <tr>
  330. <th>Contact:</th>
  331. <td><a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a></td>
  332. </tr>
  333. <tr>
  334. <th>License:</th>
  335. <td>GNU General Public License</td>
  336. </tr>
  337. </table>
  338. </subsection>
  339. <subsection name="NetBeans / Forte for Java">
  340. <p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>
  341. <table>
  342. <tr>
  343. <th>Compatibility:</th>
  344. <td>bundles Ant 1.3</td>
  345. </tr>
  346. <tr>
  347. <th>URL:</th>
  348. <td><a href="http://ant.netbeans.org/">http://ant.netbeans.org/</a></td>
  349. </tr>
  350. <tr>
  351. <th>Contact:</th>
  352. <td><a href="mailto:nbdev@netbeans.org">nbdev@netbeans.org</a></td>
  353. </tr>
  354. <tr>
  355. <th>License:</th>
  356. <td>Sun Public License</td>
  357. </tr>
  358. </table>
  359. </subsection>
  360. </section>
  361. <section name="Other">
  362. <subsection name="AntHill">
  363. <p>Anthill is a build tool that promotes a controlled build
  364. process by ensuring that every build reflects the source
  365. repository contents and tagging the repository with a unique
  366. build number after every build. Anthill also encourages the
  367. sharing of knowledge within an organization by automatically
  368. updating a project intranet site with artifacts from the
  369. latest build.</p>
  370. <table>
  371. <tr>
  372. <th>Compatibility:</th>
  373. <td>bundles Ant 1.3</td>
  374. </tr>
  375. <tr>
  376. <th>URL:</th>
  377. <td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
  378. </tr>
  379. <tr>
  380. <th>Contact:</th>
  381. <td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
  382. </tr>
  383. <tr>
  384. <th>License:</th>
  385. <td>Mozilla-like license</td>
  386. </tr>
  387. </table>
  388. </subsection>
  389. <subsection name="CruiseControl">
  390. <p>CruiseControl is a tool for setting up a continuous build
  391. process. CruiseControl provides an Ant wrapper and a set of
  392. tasks to automate the checkout/build/test cycle. CruiseControl
  393. also comes bundled with a servlet for viewing the status of
  394. the current build, as well as previous build results.</p>
  395. <table>
  396. <tr>
  397. <th>Compatibility:</th>
  398. <td>Ant 1.2 and 1.3</td>
  399. </tr>
  400. <tr>
  401. <th>URL:</th>
  402. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  403. </tr>
  404. <tr>
  405. <th>Contact:</th>
  406. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  407. </tr>
  408. <tr>
  409. <th>License:</th>
  410. <td>Release 1.0 has been licensed under the GNU General Public
  411. License. Starting with release 1.1 the license has been
  412. changed to a BSD-like license.</td>
  413. </tr>
  414. </table>
  415. </subsection>
  416. </section>
  417. </body>
  418. </document>