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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <author email="conor@cortexebusiness.com.au">Conor MacNeill</author>
  5. <title>Ant News</title>
  6. </properties>
  7. <body>
  8. <section name="Best-Practices Profile of Ant at Sun&apos;s Dot-Com Builder">
  9. <p>Sun has released an introductory article on Ant on their
  10. Dot-Com Builder site on May 18 2001. See <a
  11. href="http://dcb.sun.com/practices/profiles/ant.jsp">http://dcb.sun.com/practices/profiles/ant.jsp</a></p>
  12. </section>
  13. <section name="Ant 2.0 Requirements">
  14. <p>Ant has been in use for quite some time and has been used in ways never conceived when it
  15. was originally written. While Ant 1.x has continued to sucessfully evolve and grow, there
  16. are a number of limitations and inconsistencies that are now apparent and which need to
  17. be addressed.
  18. </p>
  19. <p>
  20. As we continue to evolve and enhance Ant 1.x, it is now time to define what Ant 2.0 will
  21. encompass. Ant 2.0 will be a major rearchitecting of Ant. It has a number of goals including:
  22. <ul>
  23. <li>Define the "contract" with build file writers to which Ant will be bound.</li>
  24. <li>Define the "contract" between the Ant core and Task writers.</li>
  25. <li>Make Ant more easily extendable by allowing additional tasks to be "dropped" in.</li>
  26. <li>Allow Ant to function as a component to simplify integration with GUIs and IDEs.</li>
  27. <li>Make Ant more regular and logical.</li>
  28. </ul>
  29. It is expected that Ant 2.0 will break Ant 1.x based build files. The intention is to
  30. make this the last time that will happen.
  31. </p>
  32. <p>
  33. To advance the definition of Ant, user requirements are now being accepted on the
  34. Ant-Dev mailing list. Any requirement will be accepted for consideration. The
  35. requirements are being collected into a document which is available
  36. <a href="/ant/ant2/requested-features.txt">on-line</a>. New features will be excepted
  37. until March 21st, 2001. At that time, each requirement will be discussed
  38. for inclusion in an Ant 2.0 requirement document.
  39. </p>
  40. <p>
  41. For your reference some of the goals which have shaped the development of Ant 1.x are
  42. available <a href="/ant/ant2/original-specification.html">here</a>. These continue to be
  43. relevant to Ant 2.0.
  44. </p>
  45. <p>
  46. If you want to shape the future of Ant, join the
  47. <a href="/site/mail.html">Ant-Dev mailing list</a> and contribute
  48. your ideas.
  49. </p>
  50. </section>
  51. <section name="Ant 1.3 Released">
  52. <p>
  53. Ant 1.3 has been released after going through three betas. Thanks to everyone who
  54. took the time to test the beta and report bugs and enhancements.
  55. </p>
  56. <p>You can download the release from
  57. <a href="http://jakarta.apache.org/builds/jakarta-ant/release/v1.3/">here</a>.
  58. Both source and binary releases are available in zip, tarball and RPM formats.
  59. </p>
  60. <p>Please report all bugs using the
  61. <a href="http://nagoya.apache.org/bugzilla/enter_bug.cgi?product=Ant">Apache Bugzilla</a>
  62. </p>
  63. </section>
  64. </body>
  65. </document>