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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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. <tr>
  75. <td>Base compiler command line switches on the selected
  76. compiler, not the current JDK</td>
  77. <td>If you set compiler to javac1.1, massage your
  78. classpath correctly and set include*runtime to false you
  79. can invoke jdk 1.1's javac even though you are running on
  80. a 1.3 VM. Current Ant will use -sourcepath which the
  81. compiler cannot understand in this sitation.</td>
  82. <td>Stefan, others welcome</td>
  83. </tr>
  84. <tr>
  85. <td>compiler attribute for rmic</td>
  86. <td></td>
  87. <td>Stefan, others welcome</td>
  88. </tr>
  89. <tr>
  90. <td>PGP signing task if possible</td>
  91. <td></td>
  92. <td>Stefan, others welcome</td>
  93. </tr>
  94. <tr>
  95. <td>JUnit's System.err/.out handling</td>
  96. <td>Currently this is coupled to SummaryResultFormatter -
  97. no SummaryFormatter, no output. Want to decouple it.</td>
  98. <td>Stefan, others welcome</td>
  99. </tr>
  100. <tr>
  101. <td>Make javadoc a real directory based task</td>
  102. <td></td>
  103. <td>Stefan, others welcome</td>
  104. </tr>
  105. <!-- for cut and paste use
  106. <tr>
  107. <td></td>
  108. <td></td>
  109. <td></td>
  110. </tr>
  111. -->
  112. </table>
  113. </subsection>
  114. <subsection name="Done">
  115. <table>
  116. <tr>
  117. <th>Item</th>
  118. <th>Details</th>
  119. <th>Assigned</th>
  120. </tr>
  121. </table>
  122. </subsection>
  123. </section>
  124. </body>
  125. </document>