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.

antnews.xml 27 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599
  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</author>
  20. <author email="">Magesh Umasankar</author>
  21. <author email="">Antoine Levy-Lambert</author>
  22. <title>Apache Ant&amp;#x2122; Project News</title>
  23. </properties>
  24. <body>
  25. <section name="EasyAnt enters the Incubator">
  26. <h3>February 1st, 2011 - EasyAnt enters the Incubator</h3>
  27. <p>The EasyAnt project has been successfully being voted to enter the Apache Incubator and Apache Ant is sponsoring it.</p>
  28. <p>The EasyAnt project aims to leverage the popularity and flexibility of both Ant and Ivy in order to provide an easy to use build system. EasyAnt will provide ready to use ant scripts to build standard java applications or webapps just like usual Maven users are used to. It will still remain adaptable by offering a property based configuration. And even more as you will be able to easily extend existing modules or create your own ones.</p>
  29. <p>You can read the more detail proposal here: <a href="http://wiki.apache.org/incubator/EasyAntProposal">http://wiki.apache.org/incubator/EasyAntProposal</a></p>
  30. </section>
  31. <section name="Apache Ant 1.8.2">
  32. <h3>December 27th, 2010 - Apache Ant 1.8.2 Released</h3>
  33. <p>Apache Ant 1.8.2 is now available for download as source or binary (with and without
  34. dependencies) from
  35. <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
  36. <p>Key features of the 1.8.2 release are</p>
  37. <ul>
  38. <li>performance improvements in directory scanning</li>
  39. <li>XSLT task honors classpath again (bugrep 49271)</li>
  40. <li>distinction between core tasks and optional tasks is abolished</li>
  41. <li>numerous bug fixes and improvements as documented in Bugzilla
  42. and in WHATSNEW</li>
  43. </ul>
  44. </section>
  45. <section name="Apache Ivy 2.2.0">
  46. <h3>September 30, 2010 - Apache Ivy 2.2.0 Released</h3>
  47. <p>Apache Ivy 2.2.0 is now available for download as source or binary (with and without
  48. dependencies) from
  49. <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>.</p>
  50. <p>Key features of the 2.2.0 release are</p>
  51. <ul>
  52. <li>enhanced Maven2 compatibility, with several bug fixes and
  53. more pom features covered</li>
  54. <li>new parent mechanism for Ivy files</li>
  55. <li>improved pom generation from an ivy.xml file</li>
  56. <li>automated PGP signature generation when uploading artifacts</li>
  57. <li>numerous bug fixes and improvements as documented in Jira
  58. and in the release notes</li>
  59. </ul>
  60. <p>For more information see
  61. the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
  62. </section>
  63. <section name="Apache Ant 1.8.1">
  64. <h3>May 7th, 2010 - Apache Ant 1.8.1 Released</h3>
  65. <p>Apache Ant 1.8.1 is now available for download as source or binary (with and without
  66. dependencies) from
  67. <a href="http://ant.apache.org/bindownload.cgi">http://ant.apache.org/bindownload.cgi</a>.</p>
  68. <p>Key features of the 1.8.1 release are</p>
  69. <ul>
  70. <li>new task augment allows to add attributes or nested elements to previously defined references</li>
  71. <li>numerous bug fixes and improvements as documented in Bugzilla
  72. and in WHATSNEW</li>
  73. </ul>
  74. </section>
  75. <section name="Apache Ant 1.8.0">
  76. <h3>Februrary 8th, 2010 - Apache Ant 1.8.0 Released</h3>
  77. <p>Key features of the 1.8.0 release are</p>
  78. <ul>
  79. <li>Lexically scoped local properties, i.e. properties that are only defined inside a target,
  80. sequential block or similar environment. This is very useful inside
  81. of &lt;macrodef&gt;s where a macro can now define a temporary property
  82. that will disappear once the task has finished.</li>
  83. <li>&lt;import&gt; can now import from any file- or URL-providing resource -
  84. this includes &lt;javaresource&gt;.
  85. This means &lt;import&gt; can read build file snippets from JARs or fixed server URLs.
  86. There are several other improvements in the area of import.</li>
  87. <li>Various improvements to the directory scanning code that help with symbolic link
  88. cycles (as can be found on MacOS X Java installations for example) and improve
  89. scanning performance. For big directory trees the improvement is
  90. <a href="http://mail-archives.apache.org/mod_mbox/ant-dev/200809.mbox/%3Cy1u4p48li29.fsf@v30161.1blu.de%3E">dramatic</a>.</li>
  91. <li>The way developers can extend Ant's property expansion algorithm has been rewritten
  92. (breaking the older API) to be easier to use and be more powerful.
  93. The whole local properties mechanism is implemented using that API and could be
  94. implemented in a separate library without changes in Ant's core.
  95. Things like the yet-to-be-released props Antlib can now provide often required
  96. "scripty" fuctions without touching Ant itself.
  97. At the same time the if and unless attributes have been rewritten to do the expected
  98. thing if applied to a property expansion (i.e. if="${foo}" will mean "yes, do it"
  99. if ${foo} expands to true, in Ant 1.7.1 it would mean "no" unless a property named
  100. "true" existed). This adds "testing conditions" as a new use-case to property
  101. expansion.</li>
  102. <li>A new top-level element &lt;extension-point&gt; assists in writing re-usable
  103. build files that are meant to be imported. &lt;extension-point&gt; has a name
  104. and a dependency-list like &lt;target&gt; and can be used like a &lt;target&gt;
  105. from the command line or a dependency-list but the importing build file can add
  106. targets to the &lt;extension-point&gt;'s depends list. </li>
  107. <li>Ant now requires Java 1.4 or later</li>
  108. <li>new task include provides an alternative to &lt;import> that
  109. should be preferred when you don't want to override any targets</li>
  110. <li>numerous bug fixes and improvements as documented in Bugzilla
  111. and in WHATSNEW</li>
  112. </ul>
  113. </section>
  114. <section name="Apache Ivy 2.1.0">
  115. <h3>October 8, 2009 - Apache Ivy 2.1.0 Released</h3>
  116. <p>Key features of the 2.1.0 release are</p>
  117. <ul>
  118. <li>enhanced Maven2 compatibility, with several bug fixes and
  119. more pom features covered</li>
  120. <li>new options for the Ivy Ant tasks and commandline</li>
  121. <li>configuration intersections and configuration groups</li>
  122. <li>numerous bug fixes and improvements as documented in Jira
  123. and in the release notes</li>
  124. </ul>
  125. <p>For more information see
  126. the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
  127. </section>
  128. <section name="Apache IvyDE 2.0.0">
  129. <h3>July 13, 2009 - Apache IvyDE 2.0.0 Released</h3>
  130. <p>Apache IvyDE 2.0.0 is now available for download from
  131. <a href="http://ant.apache.org/ivy/ivyde/download.cgi">http://ant.apache.org/ivy/ivyde/download.cgi</a>
  132. or directly from the updatesite
  133. <a href="http://www.apache.org/dist/ant/ivyde/updatesite">http://www.apache.org/dist/ant/ivyde/updatesite</a>
  134. </p>
  135. <p>This is the first release considered as stable since the project as been hosted
  136. by the Apache Software Foundation.</p>
  137. <p>Major changes in this release:</p>
  138. <ul>
  139. <li>the "resolve in workspace" feature (make IvyDE search for Ivy dependencies
  140. directly into the Eclipse projects) has been introduced in the last release
  141. but was quite experimental. It has been refactored to be more reliable and
  142. have been reported to be working like a charm by some of the IvyDE early users.</li>
  143. <li>the user documentation of IvyDE is now available directly into the Eclipse help center.</li>
  144. <li>IvyDE can now load property files along with the Ivy settings.</li>
  145. </ul>
  146. <p>For more information see
  147. the <a href="http://ant.apache.org/ivy/ivyde/">IvyDE home page</a>.</p>
  148. </section>
  149. <section name="Apache Ivy 2.0.0">
  150. <h3>January 20, 2009 - Apache Ivy 2.0.0 Released</h3>
  151. <p>Apache Ivy 2.0.0 (final) is now available for download as source or binary (with and without
  152. dependencies) from
  153. <a href="http://ant.apache.org/ivy/download.cgi">http://ant.apache.org/ivy/download.cgi</a>.</p>
  154. <p>This is the first non-beta release of Ivy under Apache and includes some major new features
  155. like: enhanced Maven2 compatibility, improved cache management, improved concurrency support
  156. and numerous bug fixes and other improvements.</p>
  157. <p>For more information see the <a href="http://ant.apache.org/ivy/">Ivy home page</a>.</p>
  158. </section>
  159. <section name="Apache AntUnit 1.1">
  160. <h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
  161. <p>Apache AntUnit 1.1 is now available for download as <a
  162. href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
  163. or <a
  164. href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
  165. release.</p>
  166. <p>In addition to a few bugfixes and some new assertions AntUnit
  167. 1.1 allows test listeners to receive the log output of the
  168. project under test. Both plainlistener and xmllistener have
  169. an option that makes them echo the project's output into their
  170. respective logs.</p>
  171. <p>For more information see the <a href="antlibs/antunit/">Antlib's
  172. home page</a></p>
  173. </section>
  174. <section name="Apache AntUnit 1.1 Beta 1">
  175. <h3>September 3, 2008 - Apache AntUnit 1.1 Beta 1 Available</h3>
  176. </section>
  177. <section name="Apache Ant 1.7.1">
  178. <h3>June 27, 2008 - Apache Ant 1.7.1 Available</h3>
  179. <p>Apache Ant 1.7.1 is now available for <a
  180. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  181. <p> Ant 1.7.1 is mainly a bugfix release.</p>
  182. <p>Ant 1.7.1 has extended support for Java6 features.</p>
  183. <p> Ant 1.7.1 &lt;script&gt; now has support for JavaFX.</p>
  184. </section>
  185. <section name="Apache Ivy is an Ant Sub-Project Now!">
  186. <h3>October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!</h3>
  187. <p>Apache Ivy, "A Java based tool for tracking, resolving and
  188. managing project dependencies.", just finished <a
  189. href="http://incubator.apache.org/">Incubation</a> and has joined
  190. the Ant project. More information will be available from the Ant
  191. site soon.</p>
  192. <p>Until we've finished the migration, you can learn more about
  193. Ivy from its <a href="http://incubator.apache.org/ivy/">Incubator
  194. website</a>.</p>
  195. </section>
  196. <section name="Apache AntUnit 1.0">
  197. <h3>January 8, 2007 - Apache AntUnit 1.0 Available</h3>
  198. <p>Apache AntUnit 1.0 is now available for <a
  199. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  200. <p>This Ant Library contains tasks to test Ant tasks using Ant
  201. instead of JUnit. For more information see the <a
  202. href="antlibs/antunit/">AntUnit home page</a>.</p>
  203. </section>
  204. <section name="Apache Ant 1.7.0">
  205. <h3>December 19, 2006 - Apache Ant 1.7.0 Available</h3>
  206. <p>Apache Ant 1.7.0 is now available for <a
  207. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  208. <p> Ant 1.7 introduces a resource framework. Some of the core ant
  209. tasks such as &lt;copy/&gt; are now able to process not only file
  210. system resources but also zip entries, tar entries, paths, ...
  211. Resource collections group resources, and can be further
  212. combined with operators such as union and intersection. This
  213. can be extended by custom resources and custom tasks using resources.</p>
  214. <p>
  215. Ant 1.7 starts outsourcing of optional tasks to Antlibs.
  216. The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant.
  217. Support for the version control system Subversion will be only provided as an antlib to
  218. be released shortly.
  219. </p>
  220. <p>Ant 1.7 fixes also a large number of bugs.</p>
  221. <p>Ant 1.7 has some initial support for Java6 features.</p>
  222. </section>
  223. <section name="Apache .NET Ant Library 1.0Beta1">
  224. <h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3>
  225. <p>Apache .NET Ant Library 1.0 is now available for <a
  226. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  227. <p>This Ant Library contains support for tools like NUnit as well
  228. as the "old" .NET tasks of Ant's core. It has been tested
  229. Microsoft's frameworks as well as Mono.</p>
  230. <p>For more information see the <a href="antlibs/dotnet/">Antlib's
  231. home page</a></p>
  232. </section>
  233. <section name="Apache AntUnit 1.0Beta2">
  234. <h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3>
  235. <p>Apache AntUnit 1.0Beta1 is now available for <a
  236. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  237. <p>This Ant Library contains tasks to test Ant tasks using Ant
  238. instead of JUnit. For more information see the <a
  239. href="antlibs/antunit/">AntUnit home page</a>.</p>
  240. </section>
  241. <section name="Apache AntUnit 1.0Beta1">
  242. <h3>September 22, 2006 - Apache AntUnit 1.0Beta1 Available</h3>
  243. <p>Apache AntUnit 1.0Beta1 is now available for <a
  244. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  245. <p>This Ant Library contains tasks to test Ant tasks using Ant
  246. instead of JUnit. For more information see the <a
  247. href="antlibs/antunit/">AntUnit home page</a>.</p>
  248. </section>
  249. <section name="Apache .NET Ant Library 1.0Beta1">
  250. <h3>September 13, 2006 - Apache .NET Ant Library 1.0Beta1 Available</h3>
  251. <p>Apache .NET Ant Library 1.0Beta1 is now available for <a
  252. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  253. <p>This Ant Library contains support for tools like NUnit as well
  254. as the "old" .NET tasks of Ant's core. It has been tested
  255. Microsoft's frameworks as well as Mono.</p>
  256. <p>For more information see the <a href="antlibs/dotnet/">Antlib's
  257. home page</a></p>
  258. </section>
  259. <section name="Apache Ant 1.6.5">
  260. <h3>June 2, 2005 - Apache Ant 1.6.5 Available</h3>
  261. <p>Apache Ant 1.6.5 is now available for <a
  262. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  263. <p>This is a bug fix release.</p>
  264. </section>
  265. <section name="Apache Ant 1.6.4">
  266. <h3>May 19, 2005 - Apache Ant 1.6.4 Available</h3>
  267. <p>Apache Ant 1.6.4 is now available for <a
  268. href="http://archive.apache.org/dist/ant/">download</a>.</p>
  269. <p>This is a bug fix release.</p>
  270. </section>
  271. <section name="Apache Ant 1.6.3">
  272. <h3>April 28, 2005 - Apache Ant 1.6.3 Available</h3>
  273. <p>Apache Ant 1.6.3 is now available for <a
  274. href="http://archive.apache.org/dist/ant/">download</a>.</p>
  275. <p>There is a large list of fixed bugs and enhancements.</p>
  276. <p>Some of the bugs affecting the embedded use of Ant are fixed.</p>
  277. </section>
  278. <section name="Apache Antidote Retired">
  279. <h3>April 4th, 2005 - The Apache Ant Project Retires Apache Antidote, the
  280. Ant GUI</h3>
  281. <p>The Antidote subproject was once started to provide a GUI for
  282. Ant at a time where IDE support for Ant was far from usable.
  283. Unfortunately it never attracted a developer community of its
  284. own.</p>
  285. <p>At the same time IDE support for Ant has become ubiquitous by
  286. now and there is little reason to have a GUI just for Ant. This
  287. makes it even less likely that volunteers will start to spend time
  288. working on it.</p>
  289. <p>Antidote's development has been stalled for years now, despite
  290. some efforts to rejuvenate it by single developers. Therefore the
  291. Ant developers have chosen to retire Antidote.</p>
  292. <p>Antidote will no longer be developed by the Ant project; its
  293. CVS module will be shut down.</p>
  294. <p>If you are interested in Antidote's sources to learn from or
  295. build on it, you can find snapshots at <a
  296. href="http://archive.apache.org/ant/antidote/">http://archive.apache.org/ant/antidote/</a>.</p>
  297. </section>
  298. <section name="Apache Ant 1.6.2">
  299. <h3>July 16, 2004 - Apache Ant 1.6.2 Available</h3>
  300. <p>Apache Ant 1.6.2 available for <a
  301. href="http://archive.apache.org/dist/ant/">download</a>.</p>
  302. <p>Nested elements for namespaced tasks and types may belong to the
  303. Ant default namespace as well as the task's or type's namespace.</p>
  304. <p>All exceptions thrown by tasks are now wrapped in a
  305. buildexception giving the location in the buildfile of the task.</p>
  306. <p>Ant 1.6.2 fixes a large number of bugs and adds a number of
  307. features which were asked for by users on Bugzilla.</p>
  308. </section>
  309. <section name="Wiki Migration">
  310. <h3>February 29, 2004</h3>
  311. <p>The Apache Ant Wiki pages have been migrated to their
  312. <a href="http://wiki.apache.org/ant/">new home</a> on the Apache
  313. Wiki farm.
  314. </p>
  315. </section>
  316. <section name="Apache Ant 1.6.1">
  317. <h3>February 12, 2004 - Apache Ant 1.6.1 Available</h3>
  318. <p>Apache Ant 1.6.1 is still available for
  319. <a href="http://archive.apache.org/dist/ant/">download</a>.
  320. </p>
  321. <p>The ASF Board has approved the new Apache License 2.0.
  322. For a copy of that license, please see
  323. <a href="http://www.apache.org/licenses/">
  324. http://www.apache.org/licenses/</a>.</p>
  325. <p>The Ant 1.6.1 release is delivered with the
  326. Apache License 2.0.</p>
  327. <p>Ant 1.6.1 fixes several bugs, most notably the handling
  328. of the default namespace for nested elements.</p>
  329. <p>Ant 1.6.1 also introduces initial support for compiling with
  330. Java 1.5.</p>
  331. </section>
  332. <section name="Apache Ant 1.6.0">
  333. <h3>December 18, 2003 - Apache Ant 1.6.0 Available</h3>
  334. <p>Apache Ant 1.6.0 is still available for
  335. <a href="http://archive.apache.org/dist/ant/">download</a>.
  336. </p>
  337. <p>As
  338. we've already said in the announcements of Ant 1.5.4, this release
  339. requires JDK 1.2 or later to run.</p>
  340. <p>Ant 1.6.0 adds a lot of new features, most prominently support
  341. for XML namespaces as well as a new concept of Ant libraries that
  342. makes use of namespaces to avoid name clashes of custom tasks.
  343. For a longer list of fixed bugs and new features see the release
  344. notes.</p>
  345. <p>If you find anything that hasn't been covered in the manual (I bet you
  346. did) or could be explained better, feel free to help us out in the
  347. <a href="http://wiki.apache.org/ant/NewAntFeaturesInDetail">Wiki</a>.</p>
  348. </section>
  349. <section name="Apache Ant 1.5.4">
  350. <h3>August 12, 2003 - Apache Ant 1.5.4 Available</h3>
  351. <p>Apache Ant 1.5.4 is still available for
  352. <a href="http://archive.apache.org/dist/ant/">download</a>.
  353. </p>
  354. <p>This is a minor bugfix release that fixes a problem with the
  355. <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the
  356. Visual Age for Java intergration tasks. If you don't use javah or
  357. VAJ, there is no reason to upgrade.</p>
  358. <div class="warning">
  359. <div class="label">Note</div>
  360. <div class="content">Ant 1.5.4 is the last release that supports
  361. JDK 1.1. Ant 1.6.0 requires JDK 1.2 or
  362. later.
  363. </div>
  364. </div>
  365. </section>
  366. <section name="Java Pro 2003 Readers Choice Award">
  367. <a href="http://www.ftponline.com/javapro/">
  368. <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/></a>
  369. <h3>June 11th, 2003: Apache Ant wins a Java Pro readers' choice award</h3>
  370. <p>
  371. Ant has won the Java Pro 2003 Readers' Choice Award for
  372. </p>
  373. <p>
  374. <strong>Most Valuable Java Deployment Technology</strong>.
  375. </p>
  376. <p>
  377. Thanks to Java Pro and all its readers. You can read about
  378. these
  379. <a href="http://www.ftponline.com/reports/javaone/2003/awards/">awards</a>
  380. at the Java Pro website.
  381. </p>
  382. </section>
  383. <section name="JDJ Editors Choice Award">
  384. <a href="http://sys-con.com/java/article2a.cfm?id=2059&amp;count=1734&amp;tot=6&amp;page=2"><img src="images/JDJEditorsChoiceAward.jpg" alt="" border="0" align="right"/></a>
  385. <h3>June 2003: Apache Ant wins JDJ Editors&apos; Choice Award</h3>
  386. <p>
  387. &quot;Ant is the hammer of the Java world: without it, civilization might have progressed, but much more slowly than it has. Ant is one of the most useful build tools I have ever had the pleasure to use.&quot; - Joe Ottinger
  388. </p>
  389. </section>
  390. <section name="Apache Ant keeps on winning!">
  391. <a href="http://www.javaworld.com/"><img src="images/jw_ec_logo_winner2003.gif" alt="" border="0" height="108" width="252" align="right"/></a>
  392. <h3>June 9th, 2003: Apache Ant wins the JavaWorld Editors&apos; Choice Award</h3>
  393. <p>
  394. Ant has won the JavaWorld Editors&apos; Choice Award for
  395. </p>
  396. <p>
  397. <strong>Most Useful Java Community-Developed Technology</strong>
  398. </p>
  399. <p>
  400. for the second time in a row! Read the
  401. <a href="http://www.javaworld.com/javaworld/jw-06-2003/jw-0609-eca.html"> full article</a> -- or jump directly to the bit about
  402. <a href="http://www.javaworld.com/javaworld/jw-06-2003/jw-0609-eca-p4.html"> our award</a> <code>:)</code></p>
  403. </section>
  404. <section name="Apache Ant 1.5.3">
  405. <h3>April 9, 2003 - Apache Ant 1.5.3 Available</h3>
  406. <p>Apache Ant 1.5.3 is still available for
  407. <a href="http://archive.apache.org/dist/ant/">download</a>.
  408. </p>
  409. </section>
  410. <section name="Apache Ant 1.5.2">
  411. <h3>March 3, 2003 - Apache Ant 1.5.2 Available!</h3>
  412. <p>The final version of Ant 1.5.2 is available for
  413. <a href="http://archive.apache.org/dist/ant/">download</a>.
  414. If you have any feedback on this release, feel free to join the
  415. discussion on the dev and user mailing lists.
  416. </p>
  417. </section>
  418. <section name="Apache Ant Top Level Project">
  419. <h3>November 18, 2002</h3>
  420. <p>The Apache board <a href="mission.html">created</a>
  421. the Apache Ant top level project. Ant has now migrated from the Jakarta
  422. project into an Apache project of its own. This is primarily an
  423. organizational change and will not affect the technical aspects of
  424. the project. Ant retains a strong association with the Apache
  425. Jakarta project. One effect of this change is that the Ant webpage
  426. is now located at <a href="http://ant.apache.org/">http://ant.apache.org/</a>
  427. </p>
  428. </section>
  429. <section name="Apache Ant 1.5.1">
  430. <h3>October 3, 2002 - Apache Ant 1.5.1 Available !</h3>
  431. <p>The final version of Ant 1.5.1 is still available for
  432. <a href="http://archive.apache.org/dist/ant/">
  433. download</a>. If you have any feedback on this release, feel free to join the
  434. discussion on the ant-dev and ant-user mailing lists.
  435. </p>
  436. </section>
  437. <section name="Apache Ant 1.5">
  438. <h3>July 15, 2002 - Fix for Cygwin problem in wrapper script available</h3>
  439. <p>The wrapper script of Apache Ant 1.5 needs to be replaced with a new
  440. version for Cygwin users. See the <a
  441. href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p>
  442. <h3>July 10, 2002 - Apache Ant 1.5 Released!</h3>
  443. <p>The final version of Ant 1.5 is now available for
  444. <a href="http://archive.apache.org/dist/ant/">
  445. download</a>. If you have any feedback on this release, feel free to join the
  446. discussion on the ant-dev and ant-user mailing lists.
  447. </p>
  448. </section>
  449. <section name="Apache Ant wins again!">
  450. <a href="http://www.sdmagazine.com/"><img src="images/sdm_productivity_award.gif" alt="" border="0" height="108" width="181" align="right"/></a>
  451. <h3>Apr 29, 2002: Apache Ant wins <em>Software Development</em> magazine&apos;s
  452. 2002 Productivity Award.</h3>
  453. <p>
  454. Ant has been awarded a <strong>2002 Productivity Award</strong> by
  455. <a href="http://www.sdmagazine.com/"><em>Software Development</em></a>
  456. magazine. Read the
  457. <a href="http://www.sdmagazine.com/jolts/press_release_4-26-02.htm">
  458. press release</a> for more information and the full list of winners.
  459. </p>
  460. </section>
  461. <section name="Apache Ant has won!">
  462. <a href="http://www.javaworld.com/"><img src="images/jw_ec_logo_winner2002.gif" alt="" border="0" height="108" width="252" align="right"/></a>
  463. <h3>Mar 26, 2002: Apache Ant wins the JavaWorld Editors&apos; Choice
  464. Award</h3>
  465. <p>
  466. Ant has won the JavaWorld Editors&apos; Choice Award for
  467. <strong>Most Useful Java Community-Developed Technology</strong>.
  468. Read the
  469. <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards.html
  470. "> full article</a> -- or jump directly to the bit about
  471. <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards-p3.html"> our award</a> <code>:)</code></p>
  472. </section>
  473. <section name="Java 1.4 Support">
  474. <h3>Feb 15, 2002: Java 1.4 Support</h3>
  475. <p>
  476. Java 1.4 has now been released by Sun. The latest Apache Ant source supports
  477. the new <tt>assert</tt> statement in the compiler task via the <tt>source</tt>
  478. attribute. It also contains a compatibility fix needed for some ant tasks
  479. on Java 1.4 over Windows XP. If you have problems running Ant 1.4.1 on WinXP/Java 1.4,
  480. please use a recent build or compile your own version from the source tree.
  481. </p>
  482. </section>
  483. <section name="See our new logo!">
  484. <h3>Have a look at our new cool logo!</h3>
  485. </section>
  486. <section name="Apache Ant 1.4.1">
  487. <h3>11 October 2001 Apache Ant 1.4.1 released !</h3>
  488. <p>Please visit the
  489. <a href="http://archive.apache.org/dist/ant/">
  490. download area</a>.
  491. </p>
  492. </section>
  493. <section name="Best-Practices Profile of Apache Ant at Sun&apos;s Dot-Com Builder">
  494. <p>Sun has released an introductory article on Apache Ant on their
  495. Dot-Com Builder site on May&#160;30&#160;2001. See <a
  496. href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
  497. </section>
  498. </body>
  499. </document>