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.

ant15_todo.xml 2.9 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <?xml version="1.0"?>
  2. <document>
  3. <properties>
  4. <author email="ehatcher@apache.org">Erik Hatcher</author>
  5. <title>Ant 1.5 Release To-Do List</title>
  6. </properties>
  7. <body>
  8. <section name="Ant 1.5 Release To-Do List">
  9. <subsection name="Open">
  10. <table>
  11. <tr>
  12. <th>Item</th>
  13. <th>Details</th>
  14. <th>Assigned</th>
  15. </tr>
  16. <tr>
  17. <td>Bugzilla bugs under 30</td>
  18. <td>or at least address most of them in some way</td>
  19. <td>All Committers</td>
  20. </tr>
  21. <tr>
  22. <td>Selectors</td>
  23. <td></td>
  24. <td>Magesh</td>
  25. </tr>
  26. <tr>
  27. <td>&lt;input&gt;</td>
  28. <td></td>
  29. <td>Stefan</td>
  30. </tr>
  31. <tr>
  32. <td>Document Path datatype</td>
  33. <td>It's documented, but more hidden than the other types</td>
  34. <td>Erik</td>
  35. </tr>
  36. <tr>
  37. <td>XmlLogger implements BuildLogger</td>
  38. <td>Its currently a BuildListener, lets remove the confusion</td>
  39. <td>Erik</td>
  40. </tr>
  41. <tr>
  42. <td>Novell NetWare support</td>
  43. <td></td>
  44. <td>Jeff Tulley</td>
  45. </tr>
  46. <tr>
  47. <td>XMLCatalog more integrated</td>
  48. <td>Several tasks could still use XMLCatalog integration</td>
  49. <td></td>
  50. </tr>
  51. <tr>
  52. <td>Make default excludes customizable</td>
  53. <td>With the setting of an ant.default.excludes property?</td>
  54. <td>Erik</td>
  55. </tr>
  56. <tr>
  57. <td>Extension utilities</td>
  58. <td>Port across task that prints out details of extensions for
  59. a certain library/jar, or all jars in a path. Port across task
  60. that generates a manifest (including dependencies and extension
  61. specification) based on a set of jars in path. Port across task
  62. that checks that the list of pre-req extensions are present in
  63. path.</td>
  64. <td>Peter</td>
  65. </tr>
  66. <tr>
  67. <td>Fully functional on Java 1.4</td>
  68. <td>Fix outstanding java1.4 defects, maybe add an
  69. assertions datatype for java and other tasks (junit?)
  70. which lets people turn on asserts.
  71. </td>
  72. <td>Steve + any other help he can get</td>
  73. </tr>
  74. <!-- for cut and paste use
  75. <tr>
  76. <td></td>
  77. <td></td>
  78. <td></td>
  79. </tr>
  80. -->
  81. </table>
  82. </subsection>
  83. <subsection name="Done">
  84. <table>
  85. <tr>
  86. <th>Item</th>
  87. <th>Details</th>
  88. <th>Assigned</th>
  89. </tr>
  90. </table>
  91. </subsection>
  92. </section>
  93. </body>
  94. </document>