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.

index.html 9.0 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <!-- Content Stylesheet for Site -->
  3. <!-- start the processing -->
  4. <html>
  5. <!-- GENERATED FILE, DO NOT EDIT, EDIT THE XML FILE IN xdocs INSTEAD! -->
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  8. <meta name="author" value="Conor MacNeill">
  9. <meta name="email" value="">
  10. <meta name="author" value="Stefan Bodewig">
  11. <meta name="email" value="stefan.bodewig@epost.de">
  12. <title>Apache Ant - Ant</title>
  13. </head>
  14. <body bgcolor="#ffffff" text="#000000" link="#525D76">
  15. <table border="0" width="100%" cellspacing="0">
  16. <!-- TOP IMAGE -->
  17. <tr>
  18. <td colspan="2">
  19. <a href="http://ant.apache.org/"><img src="./images/ant_logo_large.gif" alt="Apache Ant" border="0"/></a>
  20. </td>
  21. </tr>
  22. </table>
  23. <table border="0" width="100%" cellspacing="4">
  24. <tr><td colspan="2">
  25. <hr noshade="" size="1"/>
  26. </td></tr>
  27. <tr>
  28. <!-- LEFT SIDE NAVIGATION -->
  29. <td valign="top" nowrap="true">
  30. <p><strong>Apache Ant</strong></p>
  31. <ul>
  32. <li> <a href="./index.html">Front Page</a>
  33. </li>
  34. <li> <a href="./LICENSE">License</a>
  35. </li>
  36. <li> <a href="./antnews.html">News</a>
  37. </li>
  38. </ul>
  39. <p><strong>Documentation</strong></p>
  40. <ul>
  41. <li> <a href="./manual/index.html">Manual</a>
  42. </li>
  43. <li> <a href="./projects.html">Related Projects</a>
  44. </li>
  45. <li> <a href="./external.html">External Tools and Tasks</a>
  46. </li>
  47. <li> <a href="./resources.html">Resources</a>
  48. </li>
  49. <li> <a href="./faq.html">Ant FAQ</a>
  50. </li>
  51. <li> <a href="./problems.html">Having Problems?</a>
  52. </li>
  53. </ul>
  54. <p><strong>Download</strong></p>
  55. <ul>
  56. <li> <a href="./bindownload.cgi">Binary Distributions</a>
  57. </li>
  58. <li> <a href="./srcdownload.cgi">Source Distributions</a>
  59. </li>
  60. </ul>
  61. <p><strong>Get Involved</strong></p>
  62. <ul>
  63. <li> <a href="./mail.html">Mailing Lists</a>
  64. </li>
  65. <li> <a href="./cvs.html">CVS Repositories</a>
  66. </li>
  67. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Bug Database</a>
  68. </li>
  69. <li> <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant&bug_severity=Enhancement">Enhancement Requests</a>
  70. </li>
  71. </ul>
  72. <p><strong>Project Management</strong></p>
  73. <ul>
  74. <li> <a href="./contributors.html">Contributors</a>
  75. </li>
  76. <li> <a href="./mission.html">Mission</a>
  77. </li>
  78. <li> <a href="./guidelines.html">Guidelines Notes</a>
  79. </li>
  80. <li> <a href="./legal.html">Legal</a>
  81. </li>
  82. </ul>
  83. </td>
  84. <td align="left" valign="top">
  85. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  86. <tr><td bgcolor="#525D76">
  87. <font color="#ffffff" face="arial,helvetica,sanserif">
  88. <a name="Ant 1.5.1"><strong>Ant 1.5.1</strong></a>
  89. </font>
  90. </td></tr>
  91. <tr><td>
  92. <blockquote>
  93. <h3>Apache Ant 1.5.1 Released!</h3>
  94. <p>Version 1.5.1 of Ant has been released. It is available for
  95. download as <a href="bindownload.cgi">binary</a> or as <a href="srcdownload.cgi">source</a> distribution.</p>
  96. </blockquote>
  97. </td></tr>
  98. </table>
  99. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  100. <tr><td bgcolor="#525D76">
  101. <font color="#ffffff" face="arial,helvetica,sanserif">
  102. <a name="Apache Ant"><strong>Apache Ant</strong></a>
  103. </font>
  104. </td></tr>
  105. <tr><td>
  106. <blockquote>
  107. <p>
  108. Apache Ant is a Java-based build tool. In theory, it is kind of like
  109. Make, but without Make's wrinkles.
  110. </p>
  111. <p>
  112. Why another build tool when there is already <em>make</em>, <em>gnumake</em>,
  113. <em>nmake</em>, <em>jam</em>, and
  114. others? Because all those tools have limitations that Ant's original author
  115. couldn't live with when developing software across multiple platforms. Make-like
  116. tools are inherently shell-based -- they evaluate a set of dependencies, then
  117. execute commands not unlike what you would issue in a shell. This means that you
  118. can easily extend these tools by using or writing any program for the OS that
  119. you are working on. However, this also means that you limit yourself to the OS,
  120. or at least the OS type such as Unix, that you are working on.
  121. </p>
  122. <p>
  123. Makefiles are inherently evil as well. Anybody who has worked on them for any
  124. time has run into the dreaded tab problem. "Is my command not executing
  125. because I have a space in front of my tab!!!" said the original author of
  126. Ant way too many times. Tools like Jam took care of this to a great degree, but
  127. still have yet another format to use and remember.
  128. </p>
  129. <p>
  130. Ant is different. Instead of a model where it is extended with shell-based
  131. commands, Ant is extended using Java classes. Instead of writing shell commands,
  132. the configuration files are XML-based, calling out a target tree where various
  133. tasks get executed. Each task is run by an object that implements a particular
  134. Task interface.
  135. </p>
  136. <p>
  137. Granted, this removes some of the expressive power that is inherent by being
  138. able to construct a shell command such as
  139. <code>`find . -name foo -exec rm {}`</code>, but it
  140. gives you the ability to be cross platform -- to work anywhere and everywhere.
  141. And hey, if you really need to execute a shell command, Ant has an
  142. <code>&lt;exec&gt;</code> task that
  143. allows different commands to be executed based on the OS that it is executing
  144. on.
  145. </p>
  146. </blockquote>
  147. </td></tr>
  148. </table>
  149. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  150. <tr><td bgcolor="#525D76">
  151. <font color="#ffffff" face="arial,helvetica,sanserif">
  152. <a name="Documentation"><strong>Documentation</strong></a>
  153. </font>
  154. </td></tr>
  155. <tr><td>
  156. <blockquote>
  157. <p>
  158. You can view the documentation for the current release (Apache Ant 1.5.1)
  159. <a href="manual/index.html">online</a>
  160. </p>
  161. <p>
  162. Comprehensive documentation is included in the source and binary distributions.
  163. </p>
  164. </blockquote>
  165. </td></tr>
  166. </table>
  167. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  168. <tr><td bgcolor="#525D76">
  169. <font color="#ffffff" face="arial,helvetica,sanserif">
  170. <a name="Nightly Builds"><strong>Nightly Builds</strong></a>
  171. </font>
  172. </td></tr>
  173. <tr><td>
  174. <blockquote>
  175. <p>
  176. If you wish to use the latest Ant features, you can try downloading a nightly
  177. build from <a href="http://cvs.apache.org/builds/jakarta-ant/nightly/">here</a>
  178. </p>
  179. </blockquote>
  180. </td></tr>
  181. </table>
  182. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  183. <tr><td bgcolor="#525D76">
  184. <font color="#ffffff" face="arial,helvetica,sanserif">
  185. <a name="Towards Ant2"><strong>Towards Ant2</strong></a>
  186. </font>
  187. </td></tr>
  188. <tr><td>
  189. <blockquote>
  190. <p>
  191. We are currently hashing out design details for Ant2. Please
  192. read the latest <a href="antnews.html">Ant news</a> for more details.
  193. </p>
  194. </blockquote>
  195. </td></tr>
  196. </table>
  197. <table border="0" cellspacing="0" cellpadding="2" width="100%">
  198. <tr><td bgcolor="#525D76">
  199. <font color="#ffffff" face="arial,helvetica,sanserif">
  200. <a name="Get Involved"><strong>Get Involved</strong></a>
  201. </font>
  202. </td></tr>
  203. <tr><td>
  204. <blockquote>
  205. <ul>
  206. <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
  207. <li><a href="http://jakarta.apache.org/getinvolved/mail.html">Join Mailing Lists</a></li>
  208. <li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
  209. </li>
  210. <li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
  211. </li>
  212. </ul>
  213. </blockquote>
  214. </td></tr>
  215. </table>
  216. </td>
  217. </tr>
  218. <!-- FOOTER -->
  219. <tr><td colspan="2">
  220. <hr noshade="" size="1"/>
  221. </td></tr>
  222. <tr><td colspan="2">
  223. <div align="center"><font color="#525D76" size="-1"><em>
  224. Copyright &#169; 2000-2002, Apache Software Foundation
  225. </em></font></div>
  226. </td></tr>
  227. </table>
  228. </body>
  229. </html>
  230. <!-- end the processing -->