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

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