Browse Source

Add my most important TODO items to the list, others are already

recorded in bugzilla.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272226 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
0705b27e50
2 changed files with 142 additions and 0 deletions
  1. +106
    -0
      docs/ant15_todo.html
  2. +36
    -0
      xdocs/ant15_todo.xml

+ 106
- 0
docs/ant15_todo.html View File

@@ -335,6 +335,112 @@
<font color="#000000" size="-1" face="arial,helvetica,sanserif"> <font color="#000000" size="-1" face="arial,helvetica,sanserif">
Steve + any other help he can get Steve + any other help he can get
</font> </font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Base compiler command line switches on the selected
compiler, not the current JDK
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
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.
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Stefan, others welcome
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
compiler attribute for rmic
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
&nbsp;
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Stefan, others welcome
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
PGP signing task if possible
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
&nbsp;
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Stefan, others welcome
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
JUnit's System.err/.out handling
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Currently this is coupled to SummaryResultFormatter -
no SummaryFormatter, no output. Want to decouple it.
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Stefan, others welcome
</font>
</td>
</tr>
<tr>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Make javadoc a real directory based task
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
&nbsp;
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Stefan, others welcome
</font>
</td> </td>
</tr> </tr>
</table> </table>


+ 36
- 0
xdocs/ant15_todo.xml View File

@@ -84,6 +84,42 @@
<td>Steve + any other help he can get</td> <td>Steve + any other help he can get</td>
</tr> </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 <!-- for cut and paste use
<tr> <tr>
<td></td> <td></td>


Loading…
Cancel
Save