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.

projects.xml 25 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. <?xml version="1.0"?>
  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. http://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. <document>
  17. <properties>
  18. <author email="bodewig@apache.org">Stefan Bodewig</author>
  19. <title>Related Projects</title>
  20. </properties>
  21. <body>
  22. <section name="Related Projects">
  23. <p>Nothing listed here is directly supported by the Ant
  24. developers, if you encounter any problems with them, please use
  25. the contact information.</p>
  26. <subsection name="AndroMDA">
  27. <p>AndroMDA is a code generator tool that follows the Model
  28. Driven Architecture (MDA) paradigm. It takes a UML model from
  29. a CASE-tool and generates classes and deployable components
  30. (J2EE or other) specific for your application
  31. architecture.</p>
  32. <table class="externals">
  33. <tr>
  34. <th>Compatibility:</th>
  35. <td>1.4.1 and above</td>
  36. </tr>
  37. <tr>
  38. <th>URL:</th>
  39. <td><a href="http://www.andromda.org/">http://www.AndroMDA.org/</a></td>
  40. </tr>
  41. <tr>
  42. <th>Contact:</th>
  43. <td><a href="http://sourceforge.net/mail/?group_id=73047">project mailing lists</a></td>
  44. </tr>
  45. <tr>
  46. <th>License:</th>
  47. <td>BSD license</td>
  48. </tr>
  49. </table>
  50. </subsection>
  51. <subsection name="AntContrib">
  52. <p>The Ant-Contrib project is a collection of user supplied
  53. task (like an <code>&lt;if&gt;</code> task) and a development
  54. playground for experimental tasks like a C/C++ compilation
  55. task for different compilers.</p>
  56. <table class="externals">
  57. <tr>
  58. <th>Compatibility:</th>
  59. <td>1.4.1 and above</td>
  60. </tr>
  61. <tr>
  62. <th>URL:</th>
  63. <td><a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a></td>
  64. </tr>
  65. <tr>
  66. <th>Contact:</th>
  67. <td><a href="http://sourceforge.net/mail/?group_id=36177">project mailing list</a></td>
  68. </tr>
  69. <tr>
  70. <th>License:</th>
  71. <td>Apache Software Foundation License</td>
  72. </tr>
  73. </table>
  74. </subsection>
  75. <subsection name="Antelope">
  76. <p>A GUI for running Ant and editing build files, can run as
  77. stand-alone or as a plugin to jEdit. In addition to running
  78. targets, Antelope can generate performance statistics and can
  79. trace/display a target's execution path without actually
  80. executing the target.</p>
  81. <p>Includes several additional tasks: Assert, If/Else,
  82. Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
  83. Post, SSH, SCP, AntFetch, AntCallBack.</p>
  84. <table class="externals">
  85. <tr>
  86. <th>Compatibility:</th>
  87. <td>Ant 1.5 and higher.</td>
  88. </tr>
  89. <tr>
  90. <th>URL:</th>
  91. <td><a href="http://antelope.tigris.org/">http://antelope.tigris.org/</a></td>
  92. </tr>
  93. <tr>
  94. <th>Contact:</th>
  95. <td><a href="mailto:daleanson@users.sourceforge.net">Dale Anson</a></td>
  96. </tr>
  97. <tr>
  98. <th>License:</th>
  99. <td>Apache Software Foundation License</td>
  100. </tr>
  101. </table>
  102. </subsection>
  103. <subsection name="AntHill">
  104. <p>Anthill is a build tool that promotes a controlled build
  105. process by ensuring that every build reflects the source
  106. repository contents and tagging the repository with a unique
  107. build number after every build. Anthill also encourages the
  108. sharing of knowledge within an organization by automatically
  109. updating a project intranet site with artifacts from the
  110. latest build.</p>
  111. <table class="externals">
  112. <tr>
  113. <th>Compatibility:</th>
  114. <td>bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1</td>
  115. </tr>
  116. <tr>
  117. <th>URL:</th>
  118. <td><a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a></td>
  119. </tr>
  120. <tr>
  121. <th>Contact:</th>
  122. <td><a href ='mailto:mbz@urbancode.com'>Maciej Zawadzki</a></td>
  123. </tr>
  124. <tr>
  125. <th>License:</th>
  126. <td>Mozilla-like license</td>
  127. </tr>
  128. </table>
  129. </subsection>
  130. <subsection name="Antigen">
  131. <p>Antigen (Ant Installer Generator) is a tool to take an Ant build script, combine it with a GUI
  132. and wrap it up as an executable jar file. Its main use is for creating graphical, ant-based installers.</p>
  133. <table class="externals">
  134. <tr>
  135. <th>Compatibility:</th>
  136. <td>bundles Ant 1.6.2</td>
  137. </tr>
  138. <tr>
  139. <th>URL:</th>
  140. <td><a href="http://antigen.sourceforge.net/">http://antigen.sourceforge.net/</a></td>
  141. </tr>
  142. <tr>
  143. <th>Contact:</th>
  144. <td><a href ='mailto:johndavidtaylor@users.sourceforge.net'>Jon Tayler</a></td>
  145. </tr>
  146. <tr>
  147. <th>License:</th>
  148. <td>Academic Free License</td>
  149. </tr>
  150. </table>
  151. </subsection>
  152. <subsection name="AntInstaller">
  153. <p>Builds MSI style installers (with command line option)
  154. using Ant as Back end. UI developed by writing an XML install
  155. descriptor. Runtime launched from scripts or an all inclusive
  156. Jar.</p>
  157. <table class="externals">
  158. <tr>
  159. <th>Compatibility:</th>
  160. <td>Ant 1.6.1 others not tested</td>
  161. </tr>
  162. <tr>
  163. <th>URL:</th>
  164. <td><a href="http://antinstaller.sf.net/">http://antinstaller.sf.net/</a></td>
  165. </tr>
  166. <tr>
  167. <th>Contact:</th>
  168. <td><a href='mailto:teknopaul@users.sourceforge.net'>teknopaul@users.sourceforge.net</a></td>
  169. </tr>
  170. <tr>
  171. <th>License:</th>
  172. <td>LGPL but in the process of of moving to Apache2.0 on request</td>
  173. </tr>
  174. </table>
  175. </subsection>
  176. <subsection name="Antiplate">
  177. <p>Antiplate is an ant-script that seeds a project-structure for typical java-projects,
  178. including an ant-buildscript with typical targets like compiling, create distributions,
  179. execute tests etc.</p>
  180. <table class="externals">
  181. <tr>
  182. <th>Compatibility:</th>
  183. <td>Ant 1.6 or later</td>
  184. </tr>
  185. <tr>
  186. <th>URL:</th>
  187. <td><a href="http://antiplate.origo.ethz.ch/">Homepage</a></td>
  188. </tr>
  189. <tr>
  190. <th>Contact:</th>
  191. <td><a href="mailto:antiplate@mnementh.de">antiplate@mnementh.de</a></td>
  192. </tr>
  193. <tr>
  194. <th>License:</th>
  195. <td>Apache License 2.0</td>
  196. </tr>
  197. </table>
  198. </subsection>
  199. <subsection name="Antlion">
  200. <p>The Antlion Project adds value to Ant build scripts by providing
  201. tasks which centralizes the library dependencies, and enables
  202. projects to define dependencies upon other projects.</p>
  203. <p>External dependencies may be loaded from a custom local
  204. repository or Maven-like remote repositories. Antlion handles
  205. the generation of properties, filesets, and paths.</p>
  206. <p>Inter-project dependencies allow for building the other
  207. project's files if they aren't already built.</p>
  208. <table class="externals">
  209. <tr>
  210. <th>Compatibility:</th>
  211. <td>Ant 1.6 and later</td>
  212. </tr>
  213. <tr>
  214. <th>URL:</th>
  215. <td><a href="http://antlion.sourceforge.net/">http://antlion.sourceforge.net/</a></td>
  216. </tr>
  217. <tr>
  218. <th>Contact:</th>
  219. <td><a href ='https://sourceforge.net/mail/?group_id=93410'>Project mailing list</a></td>
  220. </tr>
  221. <tr>
  222. <th>License:</th>
  223. <td>Apache License, Version 2.0</td>
  224. </tr>
  225. </table>
  226. </subsection>
  227. <subsection name="Ant Script Library">
  228. <p>The Ant Script Library (ASL) is a collection of re-usable
  229. Ant scripts that can be imported into your own projects. The ASL
  230. provides a number of pre-defined targets that simplify setting up build
  231. scripts for a new project, bringing re-use and consistency to your own
  232. Ant scripts.</p>
  233. <table class="externals">
  234. <tr>
  235. <th>Compatibility:</th>
  236. <td>Ant 1.7 or later</td>
  237. </tr>
  238. <tr>
  239. <th>URL:</th>
  240. <td><a href="http://www.exubero.com/asl/">http://www.exubero.com/asl/</a>
  241. </td>
  242. </tr>
  243. <tr>
  244. <th>Contact:</th>
  245. <td><a href ='mailto:joe@exubero.com'>Joe Schmetzer</a></td>
  246. </tr>
  247. <tr>
  248. <th>License:</th>
  249. <td>The Apache Software License 2.0</td>
  250. </tr>
  251. </table>
  252. </subsection>
  253. <subsection name="AntShellExt (Ant Shell Extension)">
  254. <p>Ant Shell Extension is a Windows Explorer enhancement that adds a contextual
  255. menu when you right click over an Ant xml file, so you can execute all the actions
  256. defined in that file without going to a command console or starting your favourite
  257. IDE to make a simple clean.</p>
  258. <table class="externals">
  259. <tr>
  260. <th>Compatibility:</th>
  261. <td>Tested with Ant 1.6 and later, should work with all versions</td>
  262. </tr>
  263. <tr>
  264. <th>URL:</th>
  265. <td><a href="http://www.elpagestion.com/os_ant_en.shtml">
  266. http://www.elpagestion.com/os_ant_en.shtml</a>
  267. </td>
  268. </tr>
  269. <tr>
  270. <th>Contact:</th>
  271. <td><a href ='mailto:opensource@elpagestion.com'>Project mail</a></td>
  272. </tr>
  273. <tr>
  274. <th>License:</th>
  275. <td>LGPL</td>
  276. </tr>
  277. </table>
  278. </subsection>
  279. <subsection name="Antworks">
  280. <p>The antworks project is a set of tools and standardized targets that
  281. greatly simplifies using ant in your project.</p>
  282. <p>
  283. The driver behind antworks is Importer. Importer is an extension to the
  284. ant import task that will download and
  285. cache an ant build.xml file and it's associated resources called
  286. antlets. Antlets are available for Java compiling
  287. and packaging, JUnit, Forrest, J2EE and
  288. <a href="http://antworks.sourceforge.net/antlets/">more</a>.
  289. </p>
  290. <p>
  291. See the <a href="http://antworks.sourceforge.net/start.html ">Getting Started</a>
  292. guide for more information.
  293. </p>
  294. <table class="externals">
  295. <tr>
  296. <th>Compatibility:</th>
  297. <td>1.6 and later</td>
  298. </tr>
  299. <tr>
  300. <th>URL:</th>
  301. <td><a href="http://antworks.sourceforge.net/">http://antworks.sourceforge.net/index.html</a></td>
  302. </tr>
  303. <tr>
  304. <th>Contact:</th>
  305. <td><a href ="http://lists.sourceforge.net/lists/listinfo/antworks-developers">Antworks Developers mailing lists</a></td>
  306. </tr>
  307. <tr>
  308. <th>License:</th>
  309. <td>The Apache License 2.0</td>
  310. </tr>
  311. </table>
  312. </subsection>
  313. <subsection name="BuildMonkey">
  314. <p>BuildMonkey is a Web-based automated build dashboard, with upload
  315. capability and google web search. It schedules the running of Ant
  316. build scripts - checking sources out of CM - and makes the results
  317. available centrally.</p>
  318. <table class="externals">
  319. <tr>
  320. <th>Compatibility:</th>
  321. <td>Ant 1.5.4 or later</td>
  322. </tr>
  323. <tr>
  324. <th>URL:</th>
  325. <td><a href="http://www.buildmonkey.com/">http://www.buildmonkey.com/</a></td>
  326. </tr>
  327. <tr>
  328. <th>Contact:</th>
  329. <td><a href="mailto:jb@buildmonkey.com">jb@buildmonkey.com</a></td>
  330. </tr>
  331. <tr>
  332. <th>License:</th>
  333. <td>Freeware, commercial/support licences available</td>
  334. </tr>
  335. </table>
  336. </subsection>
  337. <subsection name="CruiseControl">
  338. <p>CruiseControl is a tool for setting up a continuous build
  339. process. CruiseControl provides an Ant wrapper and a set of
  340. tasks to automate the checkout/build/test cycle. CruiseControl
  341. also comes bundled with a servlet for viewing the status of
  342. the current build, as well as previous build results.</p>
  343. <table class="externals">
  344. <tr>
  345. <th>Compatibility:</th>
  346. <td>Ant 1.2 and higher</td>
  347. </tr>
  348. <tr>
  349. <th>URL:</th>
  350. <td><a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a></td>
  351. </tr>
  352. <tr>
  353. <th>Contact:</th>
  354. <td><a href ='http://cruisecontrol.sourceforge.net/contact.html'>Project Mailing Lists and Administrators</a></td>
  355. </tr>
  356. <tr>
  357. <th>License:</th>
  358. <td>Release 1.0 has been licensed under the GNU General Public
  359. License. Starting with release 1.1 the license has been
  360. changed to a BSD-like license.</td>
  361. </tr>
  362. </table>
  363. </subsection>
  364. <subsection name="Invicta">
  365. <p>Invicta is a build management tool. Using simple project definition files,
  366. it generates powerful build scripts (such as ANT) while hiding their
  367. complexity. Invicta is a modular framework that allows developing additional
  368. components and output types.</p>
  369. <table class="externals">
  370. <tr>
  371. <th>Compatibility:</th>
  372. <td>Ant 1.5 and higher</td>
  373. </tr>
  374. <tr>
  375. <th>URL:</th>
  376. <td><a href="http://invicta.sf.net/">http://invicta.sf.net/</a></td>
  377. </tr>
  378. <tr>
  379. <th>Contact:</th>
  380. <td><a href ="http://invicta.sf.net/contact.html">Project Mailing Lists and Administrators</a></td>
  381. </tr>
  382. <tr>
  383. <th>License:</th>
  384. <td>LGPL.</td>
  385. </tr>
  386. </table>
  387. </subsection>
  388. <subsection name="JAM - JavaGen Ant Modules">
  389. <p>JAM is a modular Ant toolkit for developing and testing Java/J2EE
  390. applications. JAM supports EJB and Servlet/JSP development using XDoclet,
  391. JUnit, Cactus, Maven, Castor and MDA/UML code generation on various J2EE
  392. servers including JBoss.</p>
  393. <table class="externals">
  394. <tr>
  395. <th>Compatibility:</th>
  396. <td>Ant 1.6</td>
  397. </tr>
  398. <tr>
  399. <th>URL:</th>
  400. <td><a href="http://www.javagen.com/jam.jsp">http://www.javagen.com/jam.jsp</a></td>
  401. </tr>
  402. <tr>
  403. <th>Contact:</th>
  404. <td><a href="http://www.javagen.com/feedback.do">Feedback</a> <br/>
  405. <a href="http://www.javagen.com/bugs.do">Bug Reports</a>
  406. </td>
  407. </tr>
  408. <tr>
  409. <th>License:</th>
  410. <td>GPL</td>
  411. </tr>
  412. </table>
  413. </subsection>
  414. <subsection name="Krysalis Centipede">
  415. <p>The Centipede admin told us, that that project
  416. "is no more" and that "Antworks has taken it place."
  417. </p>
  418. </subsection>
  419. <subsection name="Leafcutter">
  420. <p>Leafcutter is an API which allows you to execute Ant tasks from Java code. <br/>
  421. Leafcutter is useful as: <ul>
  422. <li>A way of integrating Ant tasks into existing Java programs. </li>
  423. <li>A wholesale alternative to standard Ant for process automation. </li>
  424. </ul>
  425. </p>
  426. <table class="externals">
  427. <tr>
  428. <th>Compatibility:</th>
  429. <td><i>unknown</i></td>
  430. </tr>
  431. <tr>
  432. <th>URL:</th>
  433. <td><a href="https://leafcutter.dev.java.net/">https://leafcutter.dev.java.net/</a></td>
  434. </tr>
  435. <tr>
  436. <th>Contact:</th>
  437. <td><a href="https://leafcutter.dev.java.net/servlets/ProjectForumView">Discussion Forum</a></td>
  438. </tr>
  439. <tr>
  440. <th>License:</th>
  441. <td>Apache Software Foundation License</td>
  442. </tr>
  443. </table>
  444. </subsection>
  445. <subsection name="luntbuild">
  446. <p>Luntbuild is an open source build automation and management
  447. tool based on Apache Ant. Builds are setup through concepts of
  448. projects, views, schedules, modules, etc. All configurations
  449. and monitoring tasks is performed from a clean web
  450. interface. It supports schedules builds, force builds,
  451. rebuilds, clean build, increment build, etc.</p>
  452. <table class="externals">
  453. <tr>
  454. <th>Compatibility:</th>
  455. <td>Ant 1.x</td>
  456. </tr>
  457. <tr>
  458. <th>URL:</th>
  459. <td><a href="http://www.sourceforge.net/projects/luntbuild/">http://www.sourceforge.net/projects/luntbuild/</a></td>
  460. </tr>
  461. <tr>
  462. <th>Contact:</th>
  463. <td><a href ='http://sourceforge.net/projects/luntbuild/'>luntbuild project page</a></td>
  464. </tr>
  465. <tr>
  466. <th>License:</th>
  467. <td>Opensource</td>
  468. </tr>
  469. </table>
  470. </subsection>
  471. <subsection name="NAnt">
  472. <p>NAnt is a .NET based build tool. In theory it is kind of
  473. like make without make's wrinkles. In practice it's a lot like
  474. Ant.</p>
  475. <table class="externals">
  476. <tr>
  477. <th>Compatibility:</th>
  478. <td>compatible in spirit.</td>
  479. </tr>
  480. <tr>
  481. <th>URL:</th>
  482. <td><a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a></td>
  483. </tr>
  484. <tr>
  485. <th>Contact:</th>
  486. <td><a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a></td>
  487. </tr>
  488. <tr>
  489. <th>License:</th>
  490. <td>GNU General Public License</td>
  491. </tr>
  492. </table>
  493. </subsection>
  494. <subsection name="Parabuild">
  495. <p>Parabuild is an automated multiplatform build management server.
  496. Parabuild helps software teams and organizations of all sizes reduce
  497. risks of project failures and increase productivity by providing provides
  498. automatic continuous integration builds and stable scheduled builds.</p>
  499. <table class="externals">
  500. <tr>
  501. <th>Compatibility:</th>
  502. <td>Ant 1.3 and later</td>
  503. </tr>
  504. <tr>
  505. <th>URL:</th>
  506. <td><a href="http://www.viewtier.com/products/parabuild.htm">http://www.viewtier.com/products/parabuild.htm</a></td>
  507. </tr>
  508. <tr>
  509. <th>Contact:</th>
  510. <td><a href="http://www.viewtier.com/about_us.htm">http://www.viewtier.com/about_us.htm</a></td>
  511. </tr>
  512. <tr>
  513. <th>License:</th>
  514. <td>Commercial</td>
  515. </tr>
  516. </table>
  517. </subsection>
  518. <subsection name="Rant">
  519. <p>Rant stands for Remote Ant. It is a distributed build
  520. system that allows an Ant build file to launch builds on other
  521. systems and receive exceptions should they occur.</p>
  522. <table class="externals">
  523. <tr>
  524. <th>Compatibility:</th>
  525. <td>Ant 1.4</td>
  526. </tr>
  527. <tr>
  528. <th>URL:</th>
  529. <td><a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a></td>
  530. </tr>
  531. <tr>
  532. <th>Contact:</th>
  533. <td><a href="mailto:cnelson@einnovation.com">Chris Nelson</a></td>
  534. </tr>
  535. <tr>
  536. <th>License:</th>
  537. <td>MIT License</td>
  538. </tr>
  539. </table>
  540. </subsection>
  541. <subsection name="Savant">
  542. <p>Savant helps simplify builds and codebases by handling the
  543. resolution of project dependencies automatically. Savant supports
  544. Maven style dependency downloads and various other methods of
  545. retrieving dependencies, including fetching files from CVS modules.
  546. Savant goes a step further than other dependency solutions and provides
  547. the means for multiple internal projects to build each other in order
  548. to resolve inter-project dependencies.</p>
  549. <p>Savant can be used via various Ant types and tasks as well as used
  550. from any Java application including those that do not make use of Ant.</p>
  551. <table class="externals">
  552. <tr>
  553. <th>Compatibility:</th>
  554. <td>Ant 1.6.1</td>
  555. </tr>
  556. <tr>
  557. <th>URL:</th>
  558. <td><a href="http://www.inversoft.com/">http://www.inversoft.com/</a></td>
  559. </tr>
  560. <tr>
  561. <th>Contact:</th>
  562. <td><a href="http://www.inversoft.com/contact.html">http://www.inversoft.com/contact.html</a></td>
  563. </tr>
  564. <tr>
  565. <th>License:</th>
  566. <td>LGPL</td>
  567. </tr>
  568. </table>
  569. </subsection>
  570. <subsection name="WebTest">
  571. <p>WebTest is a free open source tool for automated testing of web applications.
  572. It is a set of powerful Ant tasks allowing to call web pages, mimic user actions
  573. (clicking links, filling forms, ...) and verify the results.
  574. The generated reports give comprehensive information on success and failure of the test steps.</p>
  575. <table class="externals">
  576. <tr>
  577. <th>Compatibility:</th>
  578. <td>Ant 1.6.5</td>
  579. </tr>
  580. <tr>
  581. <th>URL:</th>
  582. <td><a href="http://webtest.canoo.com/">http://webtest.canoo.com/</a></td>
  583. </tr>
  584. <tr>
  585. <th>Contact:</th>
  586. <td><a href="http://lists.canoo.com/mailman/listinfo/webtest/">project mailing list</a></td>
  587. </tr>
  588. <tr>
  589. <th>License:</th>
  590. <td>Apache like license</td>
  591. </tr>
  592. </table>
  593. </subsection>
  594. <subsection name="XML Publication">
  595. <p>XML Publication is a set of tools to generate Web pages
  596. from desktop documents or other structured documents using
  597. XSLT and Ant.</p>
  598. <table class="externals">
  599. <tr>
  600. <th>Compatibility:</th>
  601. <td>Ant 1.4</td>
  602. </tr>
  603. <tr>
  604. <th>URL:</th>
  605. <td><a href="http://wwbota.free.fr/XMLPublication/">http://wwbota.free.fr/XMLPublication/</a></td>
  606. </tr>
  607. <tr>
  608. <th>Contact:</th>
  609. <td><a href ="mailto:jmvanel@free.fr">Jean-Marc Vanel</a></td>
  610. </tr>
  611. <tr>
  612. <th>License:</th>
  613. <td>GNU General Public License.</td>
  614. </tr>
  615. </table>
  616. </subsection>
  617. <subsection name="yEd">
  618. <p>yEd is a freeware multi-purpose graph and diagram editor
  619. that runs on the Java 2 platform. It provides an import filter
  620. for Ant build scripts that makes it possible to conveniently
  621. display and browse the dependencies between the different targets
  622. of the build file. This is especially useful for debugging and
  623. understanding large build files.</p>
  624. <table class="externals">
  625. <tr>
  626. <th>Compatibility:</th>
  627. <td>Ant 1.x</td>
  628. </tr>
  629. <tr>
  630. <th>URL:</th>
  631. <td><a href="http://www.yworks.com/products/yed/">http://www.yworks.com/products/yed/</a></td>
  632. </tr>
  633. <tr>
  634. <th>Contact:</th>
  635. <td><a href ='http://www.yworks.com/en/company_contact.htm'>yWorks Support</a></td>
  636. </tr>
  637. <tr>
  638. <th>License:</th>
  639. <td>Freeware</td>
  640. </tr>
  641. </table>
  642. </subsection>
  643. </section>
  644. </body>
  645. </document>