bodewig 01/03/21 23:56:41
Modified: docs/ant2 requested-features.txt
Log:
requests by Glenn Twiggs <[EMAIL PROTECTED]>
Revision Changes Path
1.50 +5 -2 jakarta-ant/docs/ant2/requested-features.txt
Index: requested-features.txt
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/ant2/requested-features.txt,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- requested-features.txt 2001/03/21 14:58:31 1.49
+++ requested-features.txt 2001/03/22 07:56:41 1.50
@@ -33,7 +33,7 @@
especially for sending emails. Make the existing one more flexible
(stylesheet used by XmlLogger).
- Could be part of the same module task would be developed in?
+ Could be part of the same module tasks would be developed in?
* make the default logger's output clear, informative, and terse.
@@ -64,7 +64,7 @@
* Task to extract classes from a JAR file that a given class depends
on.
- Based on <depend> of IBM's JAX for example.
+ Based on <depend> or IBM's JAX for example.
* Unify <available> and <uptodate> into a more general <condition>
task, support AND/OR of several tests here.
@@ -428,3 +428,6 @@
* provide a way to define the order in which targets a given target
depends upon get executed.
+* Allow a target to depend on a target which is in another buildfile.
+
+* Allow a target to reference properties defined in another buildfile.