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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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.2.0">
  24. <h3>September 30, 2010 - Apache Ivy 2.2.0 Released</h3>
  25. <p>Apache Ivy 2.2.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.2.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 parent mechanism for Ivy files</li>
  33. <li>improved pom generation from an ivy.xml file</li>
  34. <li>automated PGP signature generation when uploading artifacts</li>
  35. <li>numerous bug fixes and improvements as documented in Jira
  36. and in the release notes</li>
  37. </ul>
  38. <p>For more information see
  39. the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
  40. </section>
  41. <section name="Ant1.8.1">
  42. <h3>May 7th, 2010 - Ant 1.8.1 Released</h3>
  43. <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without
  44. dependencies) from
  45. <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
  46. <p>Key features of the 1.8.1 release are</p>
  47. <ul>
  48. <li>new task augment allows to add attributes or nested elements to previously defined references</li>
  49. <li>numerous bug fixes and improvements as documented in Bugzilla
  50. and in WHATSNEW</li>
  51. </ul>
  52. </section>
  53. <section name="Ant 1.8.0">
  54. <h3>February 8, 2010 - Ant 1.8.0 Available</h3>
  55. <p>Key features of the 1.8.0 release are</p>
  56. <ul>
  57. <li>Lexically scoped local properties, i.e. properties that are only
  58. defined inside a target,
  59. sequential block or similar environment.</li>
  60. <li>&lt;import&gt; can now import from any file- or URL-providing resource -
  61. this includes &lt;javaresource&gt;.</li>
  62. <li>Various improvements to the directory scanning code that help
  63. with symbolic link cycles (as can be found on MacOS X Java
  64. installations for example) and improve scanning performance.
  65. For big directory trees the improvement is
  66. <a href="http://mail-archives.apache.org/mod_mbox/ant-dev/200809.mbox/%3Cy1u4p48li29.fsf@v30161.1blu.de%3E">dramatic</a>.</li>
  67. <li>The way developers can extend Ant's property expansion algorithm has been rewritten
  68. (breaking the older API) to be easier to use and be more powerful.
  69. </li>
  70. <li>a new top level element extension-point allows build files to be
  71. extended with custom targets more easily</li>
  72. <li>At the same time the if and unless attributes have been rewritten to do the expected
  73. thing if applied to a property expansion (i.e. if="${foo}" will mean "yes, do it"
  74. if ${foo} expands to true, in Ant 1.7.1 it would mean "no" unless a property named
  75. "true" existed). This adds "testing conditions" as a new use-case to property
  76. expansion.</li>
  77. <li>Ant now requires Java 1.4 or later</li>
  78. <li>new task include provides an alternative to &lt;import> that
  79. should be preferred when you don't want to override any targets</li>
  80. <li>numerous bug fixes and improvements as documented in Bugzilla
  81. and in WHATSNEW</li>
  82. </ul>
  83. </section>
  84. <section name="AntUnit 1.1">
  85. <h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
  86. <p>Apache AntUnit 1.1 Beta is now available for download as <a
  87. href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
  88. or <a
  89. href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
  90. release.</p>
  91. <p>In addition to a few bugfixes and some new assertions AntUnit
  92. 1.1 allows test listeners to receive the log output of the
  93. project under test. Both plainlistener and xmllistener have
  94. an option that makes them echo the project's output into their
  95. respective logs.</p>
  96. <p>For more information see the <a href="antlibs/antunit/">Antlib's
  97. home page</a></p>
  98. </section>
  99. <section name="Apache Ant">
  100. <p>
  101. Ant is a Java library and command-line tool.
  102. Ant's mission is to drive processes described in build files as targets
  103. and extension points dependent upon each other.
  104. The main known usage of Ant is the build of Java applications.
  105. Ant supplies a number of built-in tasks allowing to compile, assemble,
  106. test and run Java applications.
  107. Ant can also be used effectively to build non Java applications, for
  108. instance C or C++ applications. More generally, Ant can be used to
  109. pilot any type of process which can be described in terms of targets
  110. and tasks.
  111. </p>
  112. <p>
  113. Ant is written in Java. Users of Ant can develop their own
  114. &quot;antlibs&quot; containing Ant tasks and types, and are offered
  115. a large number of ready-made commercial or open-source &quot;antlibs&quot;.
  116. </p>
  117. <p>
  118. Ant is extremely flexible and does not impose coding conventions or
  119. directory layouts to the Java projects which adopt it as a build tool.
  120. </p>
  121. <p>
  122. Software development projects looking for a solution combining build tool and
  123. dependency management can use Ant in combination with <a href="http://ant.apache.org/ivy/">Ivy</a>.
  124. </p>
  125. </section>
  126. <section name="Documentation">
  127. <p>
  128. You can view the documentation for the current release (Apache Ant 1.8.0)
  129. <a href="manual/index.html">online</a>
  130. </p>
  131. <p>
  132. Comprehensive documentation is included in the source and binary distributions.
  133. </p>
  134. </section>
  135. <!--section name="Nightly Builds">
  136. <p>
  137. If you wish to use the latest Ant features, you can try downloading a nightly
  138. build from <a href="http://brutus.apache.org/~nightlybuild/builds/ant/">here</a>
  139. </p>
  140. </section-->
  141. <section name="Get Involved">
  142. <ul>
  143. <li><a href="http://jakarta.apache.org/getinvolved/getinvolvedindex.html">Get Involved</a></li>
  144. <li><a href="mail.html">Join Mailing Lists</a></li>
  145. <li><a href="http://marc.theaimsgroup.com/?l=ant-dev&amp;r=1&amp;w=2">Search the Dev Mailing List</a>
  146. </li>
  147. <li><a href="http://marc.theaimsgroup.com/?l=ant-user&amp;r=1&amp;w=2">Search the User Mailing List</a>
  148. </li>
  149. </ul>
  150. </section>
  151. </body>
  152. </document>