bodewig 02/04/04 07:43:48
Modified: docs ant15_todo.html
xdocs ant15_todo.xml
Log:
Add my most important TODO items to the list, others are already
recorded in bugzilla.
Revision Changes Path
1.4 +106 -0 jakarta-ant/docs/ant15_todo.html
Index: ant15_todo.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/ant15_todo.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant15_todo.html 2 Apr 2002 07:49:08 -0000 1.3
+++ ant15_todo.html 4 Apr 2002 15:43:48 -0000 1.4
@@ -337,6 +337,112 @@
</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">
+
+ </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">
+
+ </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">
+
+ </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>
</table>
</blockquote>
</td></tr>
1.4 +36 -0 jakarta-ant/xdocs/ant15_todo.xml
Index: ant15_todo.xml
===================================================================
RCS file: /home/cvs/jakarta-ant/xdocs/ant15_todo.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ant15_todo.xml 1 Apr 2002 05:21:41 -0000 1.3
+++ ant15_todo.xml 4 Apr 2002 15:43:48 -0000 1.4
@@ -84,6 +84,42 @@
<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>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>