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

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