diff --git a/docs/ant15_todo.html b/docs/ant15_todo.html index d3efc61ea..cec9cb01a 100644 --- a/docs/ant15_todo.html +++ b/docs/ant15_todo.html @@ -335,6 +335,112 @@ Steve + any other help he can get + + + + + + Base compiler command line switches on the selected + compiler, not the current JDK + + + + + 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. + + + + + Stefan, others welcome + + + + + + + compiler attribute for rmic + + + + +   + + + + + Stefan, others welcome + + + + + + + PGP signing task if possible + + + + +   + + + + + Stefan, others welcome + + + + + + + JUnit's System.err/.out handling + + + + + Currently this is coupled to SummaryResultFormatter - + no SummaryFormatter, no output. Want to decouple it. + + + + + Stefan, others welcome + + + + + + + Make javadoc a real directory based task + + + + +   + + + + + Stefan, others welcome + diff --git a/xdocs/ant15_todo.xml b/xdocs/ant15_todo.xml index 8af0edb10..f6b7da6e1 100644 --- a/xdocs/ant15_todo.xml +++ b/xdocs/ant15_todo.xml @@ -84,6 +84,42 @@ Steve + any other help he can get + + Base compiler command line switches on the selected + compiler, not the current JDK + 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. + Stefan, others welcome + + + + compiler attribute for rmic + + Stefan, others welcome + + + + PGP signing task if possible + + Stefan, others welcome + + + + JUnit's System.err/.out handling + Currently this is coupled to SummaryResultFormatter - + no SummaryFormatter, no output. Want to decouple it. + Stefan, others welcome + + + + Make javadoc a real directory based task + + Stefan, others welcome + +