bodewig 01/03/07 08:51:31
Modified: docs/ant2 requested-features.txt
Log:
Merge in the stuff from FunctionalRequirements.html.
Let me know if I failed to cover everything.
Revision Changes Path
1.9 +10 -0 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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- requested-features.txt 2001/03/07 16:37:49 1.8
+++ requested-features.txt 2001/03/07 16:51:26 1.9
@@ -136,6 +136,12 @@
We need to define rules for this to work - maybe the rules proposed
for the commons project could give us a start.
+* It should be possible to modify details of the actual build (e.g.
classpath,
+ used compiler) without the need to change the build specification.
+
+ Do build.compiler and build.sysclasspath cover everything or do we
+ need to add more stuff like this?
+
V. Things we probably don't agree on.
======================================================================
@@ -199,4 +205,8 @@
* Add an attribute to <ant> to feed back the environment (properties and
taskdefs) from the child build to the parent.
+
+* it should be possible to provide general /(template?)/ build
+ specifications, and to declare for a concrete item that it should be
+ built according to such a general specification.