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.xml 8.1 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  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="">Conor MacNeill</author>
  19. <author email="stefan.bodewig@freenet.de">Stefan Bodewig</author>
  20. <title>Welcome</title>
  21. </properties>
  22. <body>
  23. <section name="Ivy 2.1.0">
  24. <h3>October 8, 2009 - Apache Ivy 2.1.0 Released</h3>
  25. <p>Apache Ivy 2.1.0 is now available for download as source or binary (with and without
  26. dependencies) from
  27. <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>.</p>
  28. <p>Key features of the 2.1.0 release are</p>
  29. <ul>
  30. <li>enhanced Maven2 compatibility, with several bug fixes and
  31. more pom features covered</li>
  32. <li>new options for the Ivy Ant tasks and commandline</li>
  33. <li>configuration intersections and configuration groups</li>
  34. <li>numerous bug fixes and improvements as documented in Jira
  35. and in the release notes</li>
  36. </ul>
  37. <p>For more information see
  38. the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
  39. </section>
  40. <section name="Ant 1.7.1">
  41. <h3>June 27, 2008 - Ant 1.7.1 Available</h3>
  42. <p>Apache Ant 1.7.1 is now available for <a
  43. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  44. <p> Ant 1.7.1 is mainly a bugfix release.</p>
  45. <p>Ant 1.7.1 has extended support for Java6 features.</p>
  46. <p> Ant 1.7.1 &lt;script&gt; now has support for JavaFX.</p>
  47. </section>
  48. <section name="AntUnit 1.1">
  49. <h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
  50. <p>Apache AntUnit 1.1 Beta is now available for download as <a
  51. href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
  52. or <a
  53. href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
  54. release.</p>
  55. <p>In addition to a few bugfixes and some new assertions AntUnit
  56. 1.1 allows test listeners to receive the log output of the
  57. project under test. Both plainlistener and xmllistener have
  58. an option that makes them echo the project's output into their
  59. respective logs.</p>
  60. <p>For more information see the <a href="antlibs/antunit/">Antlib's
  61. home page</a></p>
  62. </section>
  63. <section name="Apache Ivy is an Ant Sub-Project Now!">
  64. <h3>October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!</h3>
  65. <p>Apache Ivy, "A Java based tool for tracking, resolving and
  66. managing project dependencies.", just finished <a
  67. href="http://incubator.apache.org/">Incubation</a> and has joined
  68. the Ant project. More information will be available from the Ant
  69. site soon.</p>
  70. <p>Until we've finished the migration, you can learn more about
  71. Ivy from its <a href="http://incubator.apache.org/ivy/">Incubator
  72. website</a>.</p>
  73. </section>
  74. <section name="Ant 1.7.0">
  75. <h3>December 19, 2006 - Ant 1.7.0 Available</h3>
  76. <p>Apache Ant 1.7.0 is now available for <a
  77. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  78. <p>Ant 1.7 introduces a resource framework. Some of the core ant
  79. tasks such as &lt;copy/&gt; are now able to process not only file
  80. system resources but also zip entries, tar entries, paths, ...
  81. Resource collections group resources, and can be further
  82. combined with operators such as union and intersection. This
  83. can be extended by custom resources and custom tasks using resources.</p>
  84. <p>
  85. Ant 1.7 starts outsourcing of optional tasks to Antlibs.
  86. The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant.
  87. Support for the version control system Subversion will be only provided as an antlib to
  88. be released shortly.
  89. </p>
  90. <p>Ant 1.7 fixes also a large number of bugs.</p>
  91. <p>Ant 1.7 has some initial support for Java6 features.</p>
  92. </section>
  93. <section name=".NET Ant Library 1.0">
  94. <h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3>
  95. <p>Apache .NET Ant Library 1.0 is now available for <a
  96. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  97. <p>This Ant Library contains support for tools like NUnit as well
  98. as the "old" .NET tasks of Ant's core. It has been tested
  99. Microsoft's frameworks as well as Mono.</p>
  100. <p>For more information see the <a href="antlibs/dotnet/">Antlib's
  101. home page</a></p>
  102. </section>
  103. <section name="Apache Ant">
  104. <p>
  105. Apache Ant is a Java-based build tool. In theory, it is kind of like
  106. Make, but without Make's wrinkles.
  107. </p>
  108. <p>
  109. Why another build tool when there is already <em>make</em>, <em>gnumake</em>,
  110. <em>nmake</em>, <em>jam</em>, and
  111. others? Because all those tools have limitations that Ant's original author
  112. couldn't live with when developing software across multiple platforms. Make-like
  113. tools are inherently shell-based -- they evaluate a set of dependencies, then
  114. execute commands not unlike what you would issue in a shell. This means that you
  115. can easily extend these tools by using or writing any program for the OS that
  116. you are working on. However, this also means that you limit yourself to the OS,
  117. or at least the OS type such as Unix, that you are working on.
  118. </p>
  119. <p>
  120. Makefiles are inherently evil as well. Anybody who has worked on them for any
  121. time has run into the dreaded tab problem. &quot;Is my command not executing
  122. because I have a space in front of my tab!!!&quot; said the original author of
  123. Ant way too many times. Tools like Jam took care of this to a great degree, but
  124. still have yet another format to use and remember.
  125. </p>
  126. <p>
  127. Ant is different. Instead of a model where it is extended with shell-based
  128. commands, Ant is extended using Java classes. Instead of writing shell commands,
  129. the configuration files are XML-based, calling out a target tree where various
  130. tasks get executed. Each task is run by an object that implements a particular
  131. Task interface.
  132. </p>
  133. <p>
  134. Granted, this removes some of the expressive power that is inherent by being
  135. able to construct a shell command such as
  136. <code>`find . -name foo -exec rm {}`</code>, but it
  137. gives you the ability to be cross platform -- to work anywhere and everywhere.
  138. And hey, if you really need to execute a shell command, Ant has an
  139. <code>&lt;exec&gt;</code> task that
  140. allows different commands to be executed based on the OS that it is executing
  141. on.
  142. </p>
  143. </section>
  144. <section name="Documentation">
  145. <p>
  146. You can view the documentation for the current release (Apache Ant 1.7.0)
  147. <a href="manual/index.html">online</a>
  148. </p>
  149. <p>
  150. Comprehensive documentation is included in the source and binary distributions.
  151. </p>
  152. </section>
  153. <!--section name="Nightly Builds">
  154. <p>
  155. If you wish to use the latest Ant features, you can try downloading a nightly
  156. build from <a href="http://brutus.apache.org/~nightlybuild/builds/ant/">here</a>
  157. </p>
  158. </section-->
  159. <section name="Get Involved">
  160. <ul>
  161. <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
  162. <li><a href="mail.html">Join Mailing Lists</a></li>
  163. <li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
  164. </li>
  165. <li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
  166. </li>
  167. </ul>
  168. </section>
  169. </body>
  170. </document>