|
- <?xml version="1.0"?>
- <document>
-
- <properties>
- <author email="ehatcher@apache.org">Erik Hatcher</author>
- <title>Ant 1.5 Release To-Do List</title>
- </properties>
-
- <body>
- <section name="Ant 1.5 Release To-Do List">
- <subsection name="Open">
- <table>
- <tr>
- <th>Item</th>
- <th>Details</th>
- <th>Assigned</th>
- </tr>
-
- <tr>
- <td>Bugzilla bugs under 30</td>
- <td>or at least address most of them in some way</td>
- <td>All Committers</td>
- </tr>
-
- <tr>
- <td>Selectors</td>
- <td></td>
- <td>Magesh</td>
- </tr>
-
- <tr>
- <td><input></td>
- <td></td>
- <td>Stefan</td>
- </tr>
-
- <tr>
- <td>Document Path datatype</td>
- <td>It's documented, but more hidden than the other types</td>
- <td>Erik</td>
- </tr>
-
- <tr>
- <td>XmlLogger implements BuildLogger</td>
- <td>Its currently a BuildListener, lets remove the confusion</td>
- <td>Erik</td>
- </tr>
-
- <tr>
- <td>Novell NetWare support</td>
- <td></td>
- <td>Jeff Tulley</td>
- </tr>
-
- <tr>
- <td>XMLCatalog more integrated</td>
- <td>Several tasks could still use XMLCatalog integration</td>
- <td></td>
- </tr>
-
- <tr>
- <td>Make default excludes customizable</td>
- <td>With the setting of an ant.default.excludes property?</td>
- <td>Erik</td>
- </tr>
-
- <tr>
- <td>Extension utilities</td>
- <td>Port across task that prints out details of extensions for
- a certain library/jar, or all jars in a path. Port across task
- that generates a manifest (including dependencies and extension
- specification) based on a set of jars in path. Port across task
- that checks that the list of pre-req extensions are present in
- path.</td>
- <td>Peter</td>
- </tr>
-
- <tr>
- <td>Fully functional on Java 1.4</td>
- <td>Fix outstanding java1.4 defects, maybe add an
- assertions datatype for java and other tasks (junit?)
- which lets people turn on asserts.
- </td>
- <td>Steve + any other help he can get</td>
- </tr>
-
- <tr>
- <td>Base compiler command line switches on the selected
- compiler, not the current JDK</td>
- <td>If you set compiler to javac1.1, massage your
- classpath correctly and set include*runtime to false you
- can invoke jdk 1.1's javac even though you are running on
- a 1.3 VM. Current Ant will use -sourcepath which the
- compiler cannot understand in this sitation.</td>
- <td>Stefan, others welcome</td>
- </tr>
-
- <tr>
- <td>compiler attribute for rmic</td>
- <td></td>
- <td>Stefan, others welcome</td>
- </tr>
-
- <tr>
- <td>PGP signing task if possible</td>
- <td></td>
- <td>Stefan, others welcome</td>
- </tr>
-
- <tr>
- <td>JUnit's System.err/.out handling</td>
- <td>Currently this is coupled to SummaryResultFormatter -
- no SummaryFormatter, no output. Want to decouple it.</td>
- <td>Stefan, others welcome</td>
- </tr>
-
- <tr>
- <td>Make javadoc a real directory based task</td>
- <td></td>
- <td>Stefan, others welcome</td>
- </tr>
-
- <!-- for cut and paste use
- <tr>
- <td></td>
- <td></td>
- <td></td>
- </tr>
- -->
-
- </table>
- </subsection>
-
- <subsection name="Done">
- <table>
- <tr>
- <th>Item</th>
- <th>Details</th>
- <th>Assigned</th>
- </tr>
- </table>
- </subsection>
- </section>
- </body>
- </document>
|