bodewig 01/03/20 01:14:49
Modified: docs/ant2 requested-features.txt Log: Move over main goals from original Ant. Add a goal to have testcases for everything. Revision Changes Path 1.41 +7 -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.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- requested-features.txt 2001/03/19 14:26:23 1.40 +++ requested-features.txt 2001/03/20 09:14:36 1.41 @@ -73,6 +73,11 @@ decisions. ====================================================================== +* Main goals: Simplicity, Understandability, Extensibility + + Simple and understandable for the target audience - developers, + build-engineers ... + * remove magic properties if at all humanly possible * remove as much dependency on native scripts as possible. @@ -92,6 +97,8 @@ * Ant should be cancelable * no commit without documentation (ouch 8-) + +* no commit without testcases III. Things that are simple, easy to implement, where we expect the committers to agree
