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.html 30 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html lang="en">
  3. <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
  4. <head>
  5. <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  6. <title>Apache Ant - Related Projects</title>
  7. <link type="text/css" href="./page.css" rel="stylesheet">
  8. <meta name="author" content="Stefan Bodewig">
  9. <meta name="email" content="bodewig@apache.org">
  10. </head>
  11. <body>
  12. <p class="navpath">
  13. <script src="./breadcrumbs.js" language="JavaScript" type="text/javascript"></script>
  14. </p>
  15. <div class="logobar">
  16. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  17. <tr>
  18. <td align="left"><img border="0" alt="Apache Ant site" src="./images/group-logo.gif"></td>
  19. <td align="center" width="100%"><img alt="Apache Ant logo" border="0" src="./images/project-logo.gif"></td>
  20. <td align="right">
  21. <form target="_blank" onsubmit="q.value = query.value + ' site:ant.apache.org'" action="http://www.google.com/search" method="get">
  22. <table summary="search" border="0" cellspacing="0" cellpadding="0" bgcolor="#4C6C8F">
  23. <tr>
  24. <td colspan="3"><img height="10" width="1" alt="" src="./images/spacer.gif"></td>
  25. </tr>
  26. <tr>
  27. <td><img height="1" width="1" alt="" src="./images/spacer.gif"></td>
  28. <td nowrap="nowrap" class="searchcaption">
  29. <input name="q" type="hidden">
  30. <input size="15" id="query" type="text">
  31. <img height="1" width="5" alt="" src="./images/spacer.gif">
  32. <input name="Search" value="Search" type="submit">
  33. <br>
  34. the Apache Ant site
  35. </td>
  36. <td><img height="1" width="1" alt="" src="./images/spacer.gif"></td>
  37. </tr>
  38. <tr>
  39. <td><img alt="" border="0" height="10" width="9" src="./images/search-left.gif"></td>
  40. <td><img height="1" width="1" alt="" src="./images/spacer.gif"></td>
  41. <td><img alt="" border="0" height="10" width="9" src="./images/search-right.gif"></td>
  42. </tr>
  43. </table>
  44. </form>
  45. </td>
  46. </tr>
  47. </table>
  48. </div>
  49. <div class="tab">
  50. <table summary="tab bar" border="0" cellpadding="0" cellspacing="0">
  51. <tr>
  52. <td width="8"><img alt="" height="5" width="8" src="./images/spacer.gif"></td><td valign="bottom">
  53. <table summary="selected tab" style="height: 1.5em" border="0" cellpadding="0" cellspacing="0">
  54. <tr>
  55. <td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="./images/tabSel-left.gif"></td><td valign="middle" bgcolor="#4C6C8F"><font color="#ffffff" size="2" face="Arial, Helvetica, Sans-serif"><b>Home</b></font></td><td valign="top" width="5" bgcolor="#4C6C8F"><img height="5" width="5" alt="" src="./images/tabSel-right.gif"></td>
  56. </tr>
  57. </table>
  58. </td>
  59. <td width="5"><img alt="" height="8" width="8" src="./images/spacer.gif"></td><td valign="bottom">
  60. <table summary="non selected tab" style="height: 1.4em" border="0" cellpadding="0" cellspacing="0">
  61. <tr>
  62. <td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="./images/tab-left.gif"></td><td valign="middle" bgcolor="#B2C4E0"><a href="./projects/index.html"><font size="2" face="Arial, Helvetica, Sans-serif">Projects</font></a></td><td valign="top" width="5" bgcolor="#B2C4E0"><img height="5" width="5" alt="" src="./images/tab-right.gif"></td>
  63. </tr>
  64. </table>
  65. </td>
  66. </tr>
  67. </table>
  68. </div>
  69. <div class="bluebar"></div>
  70. <div class="menucontainer">
  71. <div class="menu">
  72. <ul>
  73. <li class="menuheader">Apache Ant
  74. <ul>
  75. <li>
  76. <a href="./index.html">Welcome</a>
  77. </li>
  78. <li>
  79. <a href="./license.html">License</a>
  80. </li>
  81. <li>
  82. <a href="./antnews.html">News</a>
  83. </li>
  84. </ul>
  85. </li>
  86. <li class="menuheader">Documentation
  87. <ul>
  88. <li>
  89. <a href="./manual/index.html">Manual</a>
  90. </li>
  91. <li>
  92. <span class="sel">Related Projects</span>
  93. </li>
  94. <li>
  95. <a href="./external.html">External Tools and Tasks</a>
  96. </li>
  97. <li>
  98. <a href="./resources.html">Resources</a>
  99. </li>
  100. <li>
  101. <a href="./faq.html">Frequently Asked Questions</a>
  102. </li>
  103. <li>
  104. <a href="http://wiki.apache.org/ant/FrontPage">Wiki</a>
  105. </li>
  106. <li>
  107. <a href="./problems.html">Having Problems?</a>
  108. </li>
  109. </ul>
  110. </li>
  111. <li class="menuheader">Download
  112. <ul>
  113. <li>
  114. <a href="http://ant.apache.org/bindownload.cgi">Binary Distributions</a>
  115. </li>
  116. <li>
  117. <a href="http://ant.apache.org/srcdownload.cgi">Source Distributions</a>
  118. </li>
  119. </ul>
  120. </li>
  121. <li class="menuheader">Contributing
  122. <ul>
  123. <li>
  124. <a href="./mail.html">Mailing Lists</a>
  125. </li>
  126. <li>
  127. <a href="./cvs.html">CVS Repositories</a>
  128. </li>
  129. <li>
  130. <a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
  131. </li>
  132. <li>
  133. <a href="http://issues.apache.org/bugzilla/enter_bug.cgi?product=Ant&amp;bug_severity=Enhancement">Enhancement Requests</a>
  134. </li>
  135. <li>
  136. <a href="http://www.apache.org/foundation/contributing.html">Donations</a>
  137. </li>
  138. </ul>
  139. </li>
  140. <li class="menuheader">Project Management
  141. <ul>
  142. <li>
  143. <a href="./contributors.html">Contributors</a>
  144. </li>
  145. <li>
  146. <a href="./mission.html">Apache Ant Mission</a>
  147. </li>
  148. <li>
  149. <a href="./bylaws.html">Project Bylaws</a>
  150. </li>
  151. <li>
  152. <a href="./legal.html">Legal</a>
  153. </li>
  154. </ul>
  155. </li>
  156. </ul>
  157. </div>
  158. <img style="float: left" height="10" width="10" border="0" alt="" src="./images/menu-left.gif">
  159. <img style="float: right" height="10" width="10" border="0" alt="" src="./images/menu-right.gif">
  160. </div>
  161. <div class="lightbluebar">&nbsp;</div>
  162. <div class="main">
  163. <div class="content">
  164. <h1 class="title">Related Projects</h1>
  165. <h3 class="section">
  166. <a name="Related Projects"></a>
  167. Related Projects
  168. </h3>
  169. <p>Nothing listed here is directly supported by the Ant
  170. developers, if you encounter any problems with them, please use
  171. the contact information.</p>
  172. <h4 class="subsection">
  173. <a name="AndroMDA"></a>
  174. AndroMDA
  175. </h4>
  176. <p>AndroMDA is a code generator tool that follows the Model
  177. Driven Architecture (MDA) paradigm. It takes a UML model from
  178. a CASE-tool and generates classes and deployable components
  179. (J2EE or other) specific for your application
  180. architecture.</p>
  181. <table class="externals" cellspacing="1" cellpadding="4">
  182. <tr>
  183. <th colspan="1" rowspan="1"
  184. valign="top" align="left">
  185. Compatibility:
  186. </th>
  187. <td colspan="1" rowspan="1"
  188. valign="top" align="left">
  189. 1.4.1 and above
  190. </td>
  191. </tr>
  192. <tr>
  193. <th colspan="1" rowspan="1"
  194. valign="top" align="left">
  195. URL:
  196. </th>
  197. <td colspan="1" rowspan="1"
  198. valign="top" align="left">
  199. <a href="http://www.andromda.org/">http://www.AndroMDA.org/</a>
  200. </td>
  201. </tr>
  202. <tr>
  203. <th colspan="1" rowspan="1"
  204. valign="top" align="left">
  205. Contact:
  206. </th>
  207. <td colspan="1" rowspan="1"
  208. valign="top" align="left">
  209. <a href="http://sourceforge.net/mail/?group_id=73047">project mailing lists</a>
  210. </td>
  211. </tr>
  212. <tr>
  213. <th colspan="1" rowspan="1"
  214. valign="top" align="left">
  215. License:
  216. </th>
  217. <td colspan="1" rowspan="1"
  218. valign="top" align="left">
  219. BSD license
  220. </td>
  221. </tr>
  222. </table>
  223. <h4 class="subsection">
  224. <a name="AntContrib"></a>
  225. AntContrib
  226. </h4>
  227. <p>The Ant-Contrib project is a collection of user supplied
  228. task (like an <code>&lt;if&gt;</code> task) and a development
  229. playground for experimental tasks like a C/C++ compilation
  230. task for different compilers.</p>
  231. <table class="externals" cellspacing="1" cellpadding="4">
  232. <tr>
  233. <th colspan="1" rowspan="1"
  234. valign="top" align="left">
  235. Compatibility:
  236. </th>
  237. <td colspan="1" rowspan="1"
  238. valign="top" align="left">
  239. 1.4.1 and above
  240. </td>
  241. </tr>
  242. <tr>
  243. <th colspan="1" rowspan="1"
  244. valign="top" align="left">
  245. URL:
  246. </th>
  247. <td colspan="1" rowspan="1"
  248. valign="top" align="left">
  249. <a href="http://ant-contrib.sourceforge.net/">http://ant-contrib.sourceforge.net/</a>
  250. </td>
  251. </tr>
  252. <tr>
  253. <th colspan="1" rowspan="1"
  254. valign="top" align="left">
  255. Contact:
  256. </th>
  257. <td colspan="1" rowspan="1"
  258. valign="top" align="left">
  259. <a href="http://sourceforge.net/mail/?group_id=36177">project mailing list</a>
  260. </td>
  261. </tr>
  262. <tr>
  263. <th colspan="1" rowspan="1"
  264. valign="top" align="left">
  265. License:
  266. </th>
  267. <td colspan="1" rowspan="1"
  268. valign="top" align="left">
  269. Apache Software Foundation license
  270. </td>
  271. </tr>
  272. </table>
  273. <h4 class="subsection">
  274. <a name="Antelope"></a>
  275. Antelope
  276. </h4>
  277. <p>A GUI for running Ant and editing build files, can run as
  278. stand-alone or as a plugin to jEdit. In addition to running
  279. targets, Antelope can generate performance statistics and can
  280. trace/display a target's execution path without actually
  281. executing the target.</p>
  282. <p>Includes several additional tasks: Assert, If/Else,
  283. Try/Catch/Finally, Switch, Variable, Stopwatch, Limit, Math,
  284. Post, SSH, SCP, AntFetch, AntCallBack.</p>
  285. <table class="externals" cellspacing="1" cellpadding="4">
  286. <tr>
  287. <th colspan="1" rowspan="1"
  288. valign="top" align="left">
  289. Compatibility:
  290. </th>
  291. <td colspan="1" rowspan="1"
  292. valign="top" align="left">
  293. Ant 1.5 and higher.
  294. </td>
  295. </tr>
  296. <tr>
  297. <th colspan="1" rowspan="1"
  298. valign="top" align="left">
  299. URL:
  300. </th>
  301. <td colspan="1" rowspan="1"
  302. valign="top" align="left">
  303. <a href="http://antelope.tigris.org/">http://antelope.tigris.org/</a>
  304. </td>
  305. </tr>
  306. <tr>
  307. <th colspan="1" rowspan="1"
  308. valign="top" align="left">
  309. Contact:
  310. </th>
  311. <td colspan="1" rowspan="1"
  312. valign="top" align="left">
  313. <a href="mailto:daleanson@users.sourceforge.net">Dale Anson</a>
  314. </td>
  315. </tr>
  316. <tr>
  317. <th colspan="1" rowspan="1"
  318. valign="top" align="left">
  319. License:
  320. </th>
  321. <td colspan="1" rowspan="1"
  322. valign="top" align="left">
  323. Apache Software Foundation License
  324. </td>
  325. </tr>
  326. </table>
  327. <h4 class="subsection">
  328. <a name="AntHill"></a>
  329. AntHill
  330. </h4>
  331. <p>Anthill is a build tool that promotes a controlled build
  332. process by ensuring that every build reflects the source
  333. repository contents and tagging the repository with a unique
  334. build number after every build. Anthill also encourages the
  335. sharing of knowledge within an organization by automatically
  336. updating a project intranet site with artifacts from the
  337. latest build.</p>
  338. <table class="externals" cellspacing="1" cellpadding="4">
  339. <tr>
  340. <th colspan="1" rowspan="1"
  341. valign="top" align="left">
  342. Compatibility:
  343. </th>
  344. <td colspan="1" rowspan="1"
  345. valign="top" align="left">
  346. bundles Ant 1.3, is compatible with Ant 1.3 to 1.4.1
  347. </td>
  348. </tr>
  349. <tr>
  350. <th colspan="1" rowspan="1"
  351. valign="top" align="left">
  352. URL:
  353. </th>
  354. <td colspan="1" rowspan="1"
  355. valign="top" align="left">
  356. <a href="http://www.urbancode.com/projects/anthill/">http://www.urbancode.com/projects/anthill/</a>
  357. </td>
  358. </tr>
  359. <tr>
  360. <th colspan="1" rowspan="1"
  361. valign="top" align="left">
  362. Contact:
  363. </th>
  364. <td colspan="1" rowspan="1"
  365. valign="top" align="left">
  366. <a href="mailto:mbz@urbancode.com">Maciej Zawadzki</a>
  367. </td>
  368. </tr>
  369. <tr>
  370. <th colspan="1" rowspan="1"
  371. valign="top" align="left">
  372. License:
  373. </th>
  374. <td colspan="1" rowspan="1"
  375. valign="top" align="left">
  376. Mozilla-like license
  377. </td>
  378. </tr>
  379. </table>
  380. <h4 class="subsection">
  381. <a name="Antworks"></a>
  382. Antworks
  383. </h4>
  384. <p>The antworks project is a set of tools and standardized targets that
  385. greatly simplifies using ant in your project.</p>
  386. <p>
  387. The driver behind antworks is Importer. Importer is an extension to the
  388. ant import task that will download and
  389. cache an ant build.xml file and it's associated resources called
  390. antlets. Antlets are available for Java compiling
  391. and packaging, JUnit, Forrest, J2EE and
  392. <a href="http://antworks.sourceforge.net/antlets/">more</a>.
  393. </p>
  394. <p>
  395. See the <a href="http://antworks.sourceforge.net/start.html ">Getting Started</a>
  396. guide for more information.
  397. </p>
  398. <table class="externals" cellspacing="1" cellpadding="4">
  399. <tr>
  400. <th colspan="1" rowspan="1"
  401. valign="top" align="left">
  402. Compatibility:
  403. </th>
  404. <td colspan="1" rowspan="1"
  405. valign="top" align="left">
  406. 1.6 and later
  407. </td>
  408. </tr>
  409. <tr>
  410. <th colspan="1" rowspan="1"
  411. valign="top" align="left">
  412. URL:
  413. </th>
  414. <td colspan="1" rowspan="1"
  415. valign="top" align="left">
  416. <a href="http://antworks.sourceforge.net/">http://antworks.sourceforge.net/index.html</a>
  417. </td>
  418. </tr>
  419. <tr>
  420. <th colspan="1" rowspan="1"
  421. valign="top" align="left">
  422. Contact:
  423. </th>
  424. <td colspan="1" rowspan="1"
  425. valign="top" align="left">
  426. <a href="http://lists.sourceforge.net/lists/listinfo/antworks-developers">Antworks Developers mailing lists</a>
  427. </td>
  428. </tr>
  429. <tr>
  430. <th colspan="1" rowspan="1"
  431. valign="top" align="left">
  432. License:
  433. </th>
  434. <td colspan="1" rowspan="1"
  435. valign="top" align="left">
  436. The Apache License 2.0
  437. </td>
  438. </tr>
  439. </table>
  440. <h4 class="subsection">
  441. <a name="BuildMonkey"></a>
  442. BuildMonkey
  443. </h4>
  444. <p>BuildMonkey is a Web-based automated build dashboard, with upload
  445. capability and google web search. It schedules the running of Ant
  446. build scripts - checking sources out of CM - and makes the results
  447. available centrally.</p>
  448. <table class="externals" cellspacing="1" cellpadding="4">
  449. <tr>
  450. <th colspan="1" rowspan="1"
  451. valign="top" align="left">
  452. Compatibility:
  453. </th>
  454. <td colspan="1" rowspan="1"
  455. valign="top" align="left">
  456. Ant 1.5.4 or later
  457. </td>
  458. </tr>
  459. <tr>
  460. <th colspan="1" rowspan="1"
  461. valign="top" align="left">
  462. URL:
  463. </th>
  464. <td colspan="1" rowspan="1"
  465. valign="top" align="left">
  466. <a href="http://www.buildmonkey.com">http://www.buildmonkey.com</a>
  467. </td>
  468. </tr>
  469. <tr>
  470. <th colspan="1" rowspan="1"
  471. valign="top" align="left">
  472. Contact:
  473. </th>
  474. <td colspan="1" rowspan="1"
  475. valign="top" align="left">
  476. <a href="mailto:jb@buildmonkey.com">jb@buildmonkey.com</a>
  477. </td>
  478. </tr>
  479. <tr>
  480. <th colspan="1" rowspan="1"
  481. valign="top" align="left">
  482. License:
  483. </th>
  484. <td colspan="1" rowspan="1"
  485. valign="top" align="left">
  486. Freeware, commercial/support licences available
  487. </td>
  488. </tr>
  489. </table>
  490. <h4 class="subsection">
  491. <a name="CruiseControl"></a>
  492. CruiseControl
  493. </h4>
  494. <p>CruiseControl is a tool for setting up a continuous build
  495. process. CruiseControl provides an Ant wrapper and a set of
  496. tasks to automate the checkout/build/test cycle. CruiseControl
  497. also comes bundled with a servlet for viewing the status of
  498. the current build, as well as previous build results.</p>
  499. <table class="externals" cellspacing="1" cellpadding="4">
  500. <tr>
  501. <th colspan="1" rowspan="1"
  502. valign="top" align="left">
  503. Compatibility:
  504. </th>
  505. <td colspan="1" rowspan="1"
  506. valign="top" align="left">
  507. Ant 1.2 and higher
  508. </td>
  509. </tr>
  510. <tr>
  511. <th colspan="1" rowspan="1"
  512. valign="top" align="left">
  513. URL:
  514. </th>
  515. <td colspan="1" rowspan="1"
  516. valign="top" align="left">
  517. <a href="http://cruisecontrol.sourceforge.net/">http://cruisecontrol.sourceforge.net/</a>
  518. </td>
  519. </tr>
  520. <tr>
  521. <th colspan="1" rowspan="1"
  522. valign="top" align="left">
  523. Contact:
  524. </th>
  525. <td colspan="1" rowspan="1"
  526. valign="top" align="left">
  527. <a href="http://cruisecontrol.sourceforge.net/contact.html">Project Mailing Lists and Administrators</a>
  528. </td>
  529. </tr>
  530. <tr>
  531. <th colspan="1" rowspan="1"
  532. valign="top" align="left">
  533. License:
  534. </th>
  535. <td colspan="1" rowspan="1"
  536. valign="top" align="left">
  537. Release 1.0 has been licensed under the GNU General Public
  538. License. Starting with release 1.1 the license has been
  539. changed to a BSD-like license.
  540. </td>
  541. </tr>
  542. </table>
  543. <h4 class="subsection">
  544. <a name="Invicta"></a>
  545. Invicta
  546. </h4>
  547. <p>Invicta is a build management tool. Using simple project definition files,
  548. it generates powerful build scripts (such as ANT) while hiding their
  549. complexity. Invicta is a modular framework that allows developing additional
  550. components and output types.</p>
  551. <table class="externals" cellspacing="1" cellpadding="4">
  552. <tr>
  553. <th colspan="1" rowspan="1"
  554. valign="top" align="left">
  555. Compatibility:
  556. </th>
  557. <td colspan="1" rowspan="1"
  558. valign="top" align="left">
  559. Ant 1.5 and higher
  560. </td>
  561. </tr>
  562. <tr>
  563. <th colspan="1" rowspan="1"
  564. valign="top" align="left">
  565. URL:
  566. </th>
  567. <td colspan="1" rowspan="1"
  568. valign="top" align="left">
  569. <a href="http://invicta.sf.net/">http://invicta.sf.net/</a>
  570. </td>
  571. </tr>
  572. <tr>
  573. <th colspan="1" rowspan="1"
  574. valign="top" align="left">
  575. Contact:
  576. </th>
  577. <td colspan="1" rowspan="1"
  578. valign="top" align="left">
  579. <a href="http://invicta.sf.net/contact.html">Project Mailing Lists and Administrators</a>
  580. </td>
  581. </tr>
  582. <tr>
  583. <th colspan="1" rowspan="1"
  584. valign="top" align="left">
  585. License:
  586. </th>
  587. <td colspan="1" rowspan="1"
  588. valign="top" align="left">
  589. LGPL.
  590. </td>
  591. </tr>
  592. </table>
  593. <h4 class="subsection">
  594. <a name="Krysalis Centipede"></a>
  595. Krysalis Centipede
  596. </h4>
  597. <p>The Centipede admin told us, that that project
  598. "is no more" and that "Antworks has taken it place."
  599. </p>
  600. <h4 class="subsection">
  601. <a name="NAnt"></a>
  602. NAnt
  603. </h4>
  604. <p>NAnt is a .NET based build tool. In theory it is kind of
  605. like make without make's wrinkles. In practice it's a lot like
  606. Ant.</p>
  607. <table class="externals" cellspacing="1" cellpadding="4">
  608. <tr>
  609. <th colspan="1" rowspan="1"
  610. valign="top" align="left">
  611. Compatibility:
  612. </th>
  613. <td colspan="1" rowspan="1"
  614. valign="top" align="left">
  615. compatible in spirit.
  616. </td>
  617. </tr>
  618. <tr>
  619. <th colspan="1" rowspan="1"
  620. valign="top" align="left">
  621. URL:
  622. </th>
  623. <td colspan="1" rowspan="1"
  624. valign="top" align="left">
  625. <a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a>
  626. </td>
  627. </tr>
  628. <tr>
  629. <th colspan="1" rowspan="1"
  630. valign="top" align="left">
  631. Contact:
  632. </th>
  633. <td colspan="1" rowspan="1"
  634. valign="top" align="left">
  635. <a href="http://sourceforge.net/mail/?group_id=31650">project mailing list</a>
  636. </td>
  637. </tr>
  638. <tr>
  639. <th colspan="1" rowspan="1"
  640. valign="top" align="left">
  641. License:
  642. </th>
  643. <td colspan="1" rowspan="1"
  644. valign="top" align="left">
  645. GNU General Public License
  646. </td>
  647. </tr>
  648. </table>
  649. <h4 class="subsection">
  650. <a name="Rant"></a>
  651. Rant
  652. </h4>
  653. <p>Rant stands for Remote Ant. It is a distributed build
  654. system that allows an Ant build file to launch builds on other
  655. systems and receive exceptions should they occur.</p>
  656. <table class="externals" cellspacing="1" cellpadding="4">
  657. <tr>
  658. <th colspan="1" rowspan="1"
  659. valign="top" align="left">
  660. Compatibility:
  661. </th>
  662. <td colspan="1" rowspan="1"
  663. valign="top" align="left">
  664. Ant 1.4
  665. </td>
  666. </tr>
  667. <tr>
  668. <th colspan="1" rowspan="1"
  669. valign="top" align="left">
  670. URL:
  671. </th>
  672. <td colspan="1" rowspan="1"
  673. valign="top" align="left">
  674. <a href="http://sourceforge.net/projects/remoteant/">http://sourceforge.net/projects/remoteant/</a>
  675. </td>
  676. </tr>
  677. <tr>
  678. <th colspan="1" rowspan="1"
  679. valign="top" align="left">
  680. Contact:
  681. </th>
  682. <td colspan="1" rowspan="1"
  683. valign="top" align="left">
  684. <a href="mailto:cnelson@einnovation.com">Chris Nelson</a>
  685. </td>
  686. </tr>
  687. <tr>
  688. <th colspan="1" rowspan="1"
  689. valign="top" align="left">
  690. License:
  691. </th>
  692. <td colspan="1" rowspan="1"
  693. valign="top" align="left">
  694. MIT License
  695. </td>
  696. </tr>
  697. </table>
  698. <h4 class="subsection">
  699. <a name="XML Publication"></a>
  700. XML Publication
  701. </h4>
  702. <p>XML Publication is a set of tools to generate Web pages
  703. from desktop documents or other structured documents using
  704. XSLT and Ant.</p>
  705. <table class="externals" cellspacing="1" cellpadding="4">
  706. <tr>
  707. <th colspan="1" rowspan="1"
  708. valign="top" align="left">
  709. Compatibility:
  710. </th>
  711. <td colspan="1" rowspan="1"
  712. valign="top" align="left">
  713. Ant 1.4
  714. </td>
  715. </tr>
  716. <tr>
  717. <th colspan="1" rowspan="1"
  718. valign="top" align="left">
  719. URL:
  720. </th>
  721. <td colspan="1" rowspan="1"
  722. valign="top" align="left">
  723. <a href="http://XMLpublication.org/">http://XMLpublication.org/</a>
  724. </td>
  725. </tr>
  726. <tr>
  727. <th colspan="1" rowspan="1"
  728. valign="top" align="left">
  729. Contact:
  730. </th>
  731. <td colspan="1" rowspan="1"
  732. valign="top" align="left">
  733. <a href="mailto:jmvanel@free.fr">Jean-Marc Vanel</a>
  734. </td>
  735. </tr>
  736. <tr>
  737. <th colspan="1" rowspan="1"
  738. valign="top" align="left">
  739. License:
  740. </th>
  741. <td colspan="1" rowspan="1"
  742. valign="top" align="left">
  743. GNU General Public License.
  744. </td>
  745. </tr>
  746. </table>
  747. </div>
  748. </div>
  749. <p class="copyright">
  750. Copyright &copy; 2000-2004&nbsp;The Apache Software Foundation. All rights reserved.
  751. <script type="text/javascript" language="JavaScript"><!--
  752. document.write(" - "+"Last Published: " + document.lastModified);
  753. // -->
  754. </script>
  755. </p>
  756. </body>
  757. </html>