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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  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="AntUnit 1.1">
  26. <h3>September 26, 2008 - Apache AntUnit 1.1 Released</h3>
  27. <p>Apache AntUnit 1.1 is now available for download as <a
  28. href="http://ant.apache.org/antlibs/bindownload.cgi">binary</a>
  29. or <a
  30. href="http://ant.apache.org/antlibs/srcdownload.cgi">source</a>
  31. release.</p>
  32. <p>In addition to a few bugfixes and some new assertions AntUnit
  33. 1.1 allows test listeners to receive the log output of the
  34. project under test. Both plainlistener and xmllistener have
  35. an option that makes them echo the project's output into their
  36. respective logs.</p>
  37. <p>For more information see the <a href="antlibs/antunit/">Antlib's
  38. home page</a></p>
  39. </section>
  40. <section name="AntUnit 1.1 Beta 1">
  41. <h3>September 3, 2008 - Apache AntUnit 1.1 Beta 1 Available</h3>
  42. </section>
  43. <section name="Ant 1.7.1">
  44. <h3>June 27, 2008 - Ant 1.7.1 Available</h3>
  45. <p>Apache Ant 1.7.1 is now available for <a
  46. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  47. <p> Ant 1.7.1 is mainly a bugfix release.</p>
  48. <p>Ant 1.7.1 has extended support for Java6 features.</p>
  49. <p> Ant 1.7.1 &lt;script&gt; now has support for JavaFX.</p>
  50. </section>
  51. <section name="Apache Ivy is an Ant Sub-Project Now!">
  52. <h3>October 11, 2007 - Apache Ivy is an Ant Sub-Project Now!</h3>
  53. <p>Apache Ivy, "A Java based tool for tracking, resolving and
  54. managing project dependencies.", just finished <a
  55. href="http://incubator.apache.org/">Incubation</a> and has joined
  56. the Ant project. More information will be available from the Ant
  57. site soon.</p>
  58. <p>Until we've finished the migration, you can learn more about
  59. Ivy from its <a href="http://incubator.apache.org/ivy/">Incubator
  60. website</a>.</p>
  61. </section>
  62. <section name="AntUnit 1.0">
  63. <h3>January 8, 2007 - Apache AntUnit 1.0 Available</h3>
  64. <p>Apache AntUnit 1.0 is now available for <a
  65. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  66. <p>This Ant Library contains tasks to test Ant tasks using Ant
  67. instead of JUnit. For more information see the <a
  68. href="antlibs/antunit/">AntUnit home page</a>.</p>
  69. </section>
  70. <section name="Ant 1.7.0">
  71. <h3>December 19, 2006 - Ant 1.7.0 Available</h3>
  72. <p>Apache Ant 1.7.0 is now available for <a
  73. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  74. <p> Ant 1.7 introduces a resource framework. Some of the core ant
  75. tasks such as &lt;copy/&gt; are now able to process not only file
  76. system resources but also zip entries, tar entries, paths, ...
  77. Resource collections group resources, and can be further
  78. combined with operators such as union and intersection. This
  79. can be extended by custom resources and custom tasks using resources.</p>
  80. <p>
  81. Ant 1.7 starts outsourcing of optional tasks to Antlibs.
  82. The .NET antlib in preparation will replace the .NET optional tasks which ship in Ant.
  83. Support for the version control system Subversion will be only provided as an antlib to
  84. be released shortly.
  85. </p>
  86. <p>Ant 1.7 fixes also a large number of bugs.</p>
  87. <p>Ant 1.7 has some initial support for Java6 features.</p>
  88. </section>
  89. <section name=".NET Ant Library 1.0Beta1">
  90. <h3>November 6, 2006 - Apache .NET Ant Library 1.0 Available</h3>
  91. <p>Apache .NET Ant Library 1.0 is now available for <a
  92. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  93. <p>This Ant Library contains support for tools like NUnit as well
  94. as the "old .NET tasks of Ant's core. It has been tested
  95. Microsoft's frameworks as well as Mono.</p>
  96. <p>For more information see the <a href="antlibs/dotnet/">Antlib's
  97. home page</a></p>
  98. </section>
  99. <section name="AntUnit 1.0Beta2">
  100. <h3>October 29, 2006 - Apache AntUnit 1.0Beta2 Available</h3>
  101. <p>Apache AntUnit 1.0Beta1 is now available for <a
  102. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  103. <p>This Ant Library contains tasks to test Ant tasks using Ant
  104. instead of JUnit. For more information see the <a
  105. href="antlibs/antunit/">AntUnit home page</a>.</p>
  106. </section>
  107. <section name="AntUnit 1.0Beta1">
  108. <h3>September 22, 2006 - Apache AntUnit 1.0Beta1 Available</h3>
  109. <p>Apache AntUnit 1.0Beta1 is now available for <a
  110. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  111. <p>This Ant Library contains tasks to test Ant tasks using Ant
  112. instead of JUnit. For more information see the <a
  113. href="antlibs/antunit/">AntUnit home page</a>.</p>
  114. </section>
  115. <section name=".NET Ant Library 1.0Beta1">
  116. <h3>September 13, 2006 - Apache .NET Ant Library 1.0Beta1 Available</h3>
  117. <p>Apache .NET Ant Library 1.0Beta1 is now available for <a
  118. href="http://ant.apache.org/antlibs/bindownload.cgi">download</a>.</p>
  119. <p>This Ant Library contains support for tools like NUnit as well
  120. as the "old .NET tasks of Ant's core. It has been tested
  121. Microsoft's frameworks as well as Mono.</p>
  122. <p>For more information see the <a href="antlibs/dotnet/">Antlib's
  123. home page</a></p>
  124. </section>
  125. <section name="Ant 1.6.5">
  126. <h3>June 2, 2005 - Ant 1.6.5 Available</h3>
  127. <p>Apache Ant 1.6.5 is now available for <a
  128. href="http://ant.apache.org/bindownload.cgi">download</a>.</p>
  129. <p>This is a bug fix release.</p>
  130. </section>
  131. <section name="Ant 1.6.4">
  132. <h3>May 19, 2005 - Ant 1.6.4 Available</h3>
  133. <p>Apache Ant 1.6.4 is now available for <a
  134. href="http://archive.apache.org/dist/ant/">download</a>.</p>
  135. <p>This is a bug fix release.</p>
  136. </section>
  137. <section name="Ant 1.6.3">
  138. <h3>April 28, 2005 - Ant 1.6.3 Available</h3>
  139. <p>Apache Ant 1.6.3 is now available for <a
  140. href="http://archive.apache.org/dist/ant/">download</a>.</p>
  141. <p>There is a large list of fixed bugs and enhancements.</p>
  142. <p>Some of the bugs affecting the embedded use of Ant are fixed.</p>
  143. </section>
  144. <section name="Antidote Retired">
  145. <h3>April 4th, 2005 - The Apache Ant Project Retires Antidote, the
  146. Ant GUI</h3>
  147. <p>The Antidote subproject was once started to provide a GUI for
  148. Ant at a time where IDE support for Ant was far from usable.
  149. Unfortunately it never attracted a developer community of its
  150. own.</p>
  151. <p>At the same time IDE support for Ant has become ubiquitous by
  152. now and there is little reason to have a GUI just for Ant. This
  153. makes it even less likely that volunteers will start to spend time
  154. working on it.</p>
  155. <p>Antidote's development has been stalled for years now, despite
  156. some efforts to rejuvenate it by single developers. Therefore the
  157. Ant developers have chosen to retire Antidote.</p>
  158. <p>Antidote will no longer be developed by the Ant project; its
  159. CVS module will be shut down.</p>
  160. <p>If you are interested in Antidote's sources to learn from or
  161. build on it, you can find snapshots at <a
  162. href="http://archive.apache.org/ant/antidote/">http://archive.apache.org/ant/antidote/</a>.</p>
  163. </section>
  164. <section name="Ant 1.6.2">
  165. <h3>July 16, 2004 - Ant 1.6.2 Available</h3>
  166. <p>Apache Ant 1.6.2 available for <a
  167. href="http://archive.apache.org/dist/ant/">download</a>.</p>
  168. <p>Nested elements for namespaced tasks and types may belong to the
  169. Ant default namespace as well as the task's or type's namespace.</p>
  170. <p>All exceptions thrown by tasks are now wrapped in a
  171. buildexception giving the location in the buildfile of the task.</p>
  172. <p>Ant 1.6.2 fixes a large number of bugs and adds a number of
  173. features which were asked for by users on Bugzilla.</p>
  174. </section>
  175. <section name="Wiki Migration">
  176. <h3>February 29, 2004</h3>
  177. <p>The Ant Wiki pages have been migrated to their
  178. <a href="http://wiki.apache.org/ant/">new home</a> on the Apache
  179. Wiki farm.
  180. </p>
  181. </section>
  182. <section name="Ant 1.6.1">
  183. <h3>February 12, 2004 - Ant 1.6.1 Available</h3>
  184. <p>Apache Ant 1.6.1 is still available for
  185. <a href="http://archive.apache.org/dist/ant/">download</a>.
  186. </p>
  187. <p>The ASF Board has approved the new Apache License 2.0.
  188. For a copy of that license, please see
  189. <a href="http://www.apache.org/licenses/">
  190. http://www.apache.org/licenses/</a>.</p>
  191. <p>The Ant 1.6.1 release is delivered with the
  192. Apache License 2.0.</p>
  193. <p>Ant 1.6.1 fixes several bugs, most notably the handling
  194. of the default namespace for nested elements.</p>
  195. <p>Ant 1.6.1 also introduces initial support for compiling with
  196. Java 1.5.</p>
  197. </section>
  198. <section name="Ant 1.6.0">
  199. <h3>December 18, 2003 - Ant 1.6.0 Available</h3>
  200. <p>Apache Ant 1.6.0 is still available for
  201. <a href="http://archive.apache.org/dist/ant/">download</a>.
  202. </p>
  203. <p>As
  204. we've already said in the announcements of Ant 1.5.4, this release
  205. requires JDK 1.2 or later to run.</p>
  206. <p>Ant 1.6.0 adds a lot of new features, most prominently support
  207. for XML namespaces as well as a new concept of Ant libraries that
  208. makes use of namespaces to avoid name clashes of custom tasks.
  209. For a longer list of fixed bugs and new features see the release
  210. notes.</p>
  211. <p>If you find anything that hasn't been covered in the manual (I bet you
  212. did) or could be explained better, feel free to help us out in the
  213. <a href="http://wiki.apache.org/ant/NewAntFeaturesInDetail">Wiki</a>.</p>
  214. </section>
  215. <section name="Ant 1.5.4">
  216. <h3>August 12, 2003 - Ant 1.5.4 Available</h3>
  217. <p>Apache Ant 1.5.4 is still available for
  218. <a href="http://archive.apache.org/dist/ant/">download</a>.
  219. </p>
  220. <p>This is a minor bugfix release that fixes a problem with the
  221. <code>javah</code> task on JDK 1.4.2 and a couple of bugs in the
  222. Visual Age for Java intergration tasks. If you don't use javah or
  223. VAJ, there is no reason to upgrade.</p>
  224. <div class="warning">
  225. <div class="label">Note</div>
  226. <div class="content">Ant 1.5.4 is the last release that supports
  227. JDK 1.1. Ant 1.6.0 requires JDK 1.2 or
  228. later.
  229. </div>
  230. </div>
  231. </section>
  232. <section name="Java Pro 2003 Readers Choice Award">
  233. <a href="http://www.ftponline.com/javapro/">
  234. <img style="padding: 5px" src="images/jp_rcwinner_2003.gif" alt="" border="0" height="80" width="139" align="right"/></a>
  235. <h3>June 11th, 2003: Ant wins a Java Pro readers' choice award</h3>
  236. <p>
  237. Ant has won the Java Pro 2003 Readers' Choice Award for
  238. </p>
  239. <p>
  240. <strong>Most Valuable Java Deployment Technology</strong>.
  241. </p>
  242. <p>
  243. Thanks to Java Pro and all its readers. You can read about
  244. these
  245. <a href="http://www.ftponline.com/reports/javaone/2003/awards/">awards</a>
  246. at the Java Pro website.
  247. </p>
  248. </section>
  249. <section name="JDJ Editors Choice Award">
  250. <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>
  251. <h3>June 2003: Ant wins JDJ Editors&apos; Choice Award</h3>
  252. <p>
  253. &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
  254. </p>
  255. </section>
  256. <section name="Ant keeps on winning!">
  257. <a href="http://www.javaworld.com/"><img src="images/jw_ec_logo_winner2003.gif" alt="" border="0" height="108" width="252" align="right"/></a>
  258. <h3>June 9th, 2003: Ant wins the JavaWorld Editors&apos; Choice Award</h3>
  259. <p>
  260. Ant has won the JavaWorld Editors&apos; Choice Award for
  261. </p>
  262. <p>
  263. <strong>Most Useful Java Community-Developed Technology</strong>
  264. </p>
  265. <p>
  266. for the second time in a row! Read the
  267. <a href="http://www.javaworld.com/javaworld/jw-06-2003/jw-0609-eca.html"> full article</a> -- or jump directly to the bit about
  268. <a href="http://www.javaworld.com/javaworld/jw-06-2003/jw-0609-eca-p4.html"> our award</a> <code>:)</code></p>
  269. </section>
  270. <section name="Ant 1.5.3">
  271. <h3>April 9, 2003 - Ant 1.5.3 Available</h3>
  272. <p>Apache Ant 1.5.3 is still available for
  273. <a href="http://archive.apache.org/dist/ant/">download</a>.
  274. </p>
  275. </section>
  276. <section name="Ant 1.5.2">
  277. <h3>March 3, 2003 - Ant 1.5.2 Available!</h3>
  278. <p>The final version of Ant 1.5.2 is available for
  279. <a href="http://archive.apache.org/dist/ant/">download</a>.
  280. If you have any feedback on this release, feel free to join the
  281. discussion on the dev and user mailing lists.
  282. </p>
  283. </section>
  284. <section name="Ant Top Level Project">
  285. <h3>November 18, 2002</h3>
  286. <p>The Apache board <a href="mission.html">created</a>
  287. the Apache Ant top level project. Ant has now migrated from the Jakarta
  288. project into an Apache project of its own. This is primarily an
  289. organizational change and will not affect the technical aspects of
  290. the project. Ant retains a strong association with the Apache
  291. Jakarta project. One effect of this change is that the Ant webpage
  292. is now located at <a href="http://ant.apache.org/">http://ant.apache.org/</a>
  293. </p>
  294. </section>
  295. <section name="Ant 1.5.1">
  296. <h3>October 3, 2002 - Ant 1.5.1 Available !</h3>
  297. <p>The final version of Ant 1.5.1 is still available for
  298. <a href="http://archive.apache.org/dist/ant/">
  299. download</a>. If you have any feedback on this release, feel free to join the
  300. discussion on the ant-dev and ant-user mailing lists.
  301. </p>
  302. </section>
  303. <section name="Ant 1.5">
  304. <h3>July 15, 2002 - Fix for Cygwin problem in wrapper script available</h3>
  305. <p>The wrapper script of Ant 1.5 needs to be replaced with a new
  306. version for Cygwin users. See the <a
  307. href="faq.html#1.5-cygwin-sh">FAQ</a> for details.</p>
  308. <h3>July 10, 2002 - Ant 1.5 Released!</h3>
  309. <p>The final version of Ant 1.5 is now available for
  310. <a href="http://archive.apache.org/dist/ant/">
  311. download</a>. If you have any feedback on this release, feel free to join the
  312. discussion on the ant-dev and ant-user mailing lists.
  313. </p>
  314. </section>
  315. <section name="Ant wins again!">
  316. <a href="http://www.sdmagazine.com/"><img src="images/sdm_productivity_award.gif" alt="" border="0" height="108" width="181" align="right"/></a>
  317. <h3>Apr 29, 2002: Ant wins <em>Software Development</em> magazine&apos;s
  318. 2002 Productivity Award.</h3>
  319. <p>
  320. Ant has been awarded a <strong>2002 Productivity Award</strong> by
  321. <a href="http://www.sdmagazine.com/"><em>Software Development</em></a>
  322. magazine. Read the
  323. <a href="http://www.sdmagazine.com/jolts/press_release_4-26-02.htm">
  324. press release</a> for more information and the full list of winners.
  325. </p>
  326. </section>
  327. <section name="Ant has won!">
  328. <a href="http://www.javaworld.com/"><img src="images/jw_ec_logo_winner2002.gif" alt="" border="0" height="108" width="252" align="right"/></a>
  329. <h3>Mar 26, 2002: Ant wins the JavaWorld Editors&apos; Choice
  330. Award</h3>
  331. <p>
  332. Ant has won the JavaWorld Editors&apos; Choice Award for
  333. <strong>Most Useful Java Community-Developed Technology</strong>.
  334. Read the
  335. <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards.html
  336. "> full article</a> -- or jump directly to the bit about
  337. <a href="http://www.javaworld.com/javaworld/jw-03-2002/jw-0326-awards-p3.html"> our award</a> <code>:)</code></p>
  338. </section>
  339. <section name="Java 1.4 Support">
  340. <h3>Feb 15, 2002: Java 1.4 Support</h3>
  341. <p>
  342. Java 1.4 has now been released by Sun. The latest Ant source supports
  343. the new <tt>assert</tt> statement in the compiler task via the <tt>source</tt>
  344. attribute. It also contains a compatibility fix needed for some ant tasks
  345. on Java 1.4 over Windows XP. If you have problems running Ant 1.4.1 on WinXP/Java 1.4,
  346. please use a recent build or compile your own version from the source tree.
  347. </p>
  348. </section>
  349. <section name="See our new logo!">
  350. <h3>Have a look at our new cool logo!</h3>
  351. </section>
  352. <section name="Ant 1.4.1">
  353. <h3>11 October 2001 Ant 1.4.1 released !</h3>
  354. <p>Please visit the
  355. <a href="http://archive.apache.org/dist/ant/">
  356. download area</a>.
  357. </p>
  358. </section>
  359. <section name="Best-Practices Profile of Ant at Sun&apos;s Dot-Com Builder">
  360. <p>Sun has released an introductory article on Ant on their
  361. Dot-Com Builder site on May&#160;30&#160;2001. See <a
  362. href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
  363. </section>
  364. </body>
  365. </document>