From f0058821de601bbb861366a15090604b82342d9c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 9 Mar 2001 11:34:02 +0000 Subject: [PATCH] Added requests from bugzilla. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268790 13f79535-47bb-0310-9956-ffa450edef68 --- docs/ant2/requested-features.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/ant2/requested-features.txt b/docs/ant2/requested-features.txt index c4ab0dcb1..fd4b2f6cb 100644 --- a/docs/ant2/requested-features.txt +++ b/docs/ant2/requested-features.txt @@ -13,6 +13,9 @@ enhancements of existing tasks. * make facade tasks for things like javac (JikesImpl, ModernImpl etc) + One candidate is rmic with implementations for Kaffee and Weblogic + for example. + * unify multiple similar tasks to use similar forms (ie all the javacc type tools) @@ -152,6 +155,14 @@ decide between several possible options. Do build.compiler and build.sysclasspath cover everything or do we need to add more stuff like this? +* Task to prompt for user input. + + Does affect core as we need a means to request input from the Frontend. + +* Add cvs login feature. + + Requires handling of user input. + V. Things we probably don't agree on. ======================================================================