bodewig 02/04/18 05:34:42 Modified: proposal/sandbox/input README Log: clarify Revision Changes Path 1.4 +5 -5 jakarta-ant/proposal/sandbox/input/README Index: README =================================================================== RCS file: /home/cvs/jakarta-ant/proposal/sandbox/input/README,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README 26 Feb 2002 10:32:38 -0000 1.3 +++ README 18 Apr 2002 12:34:42 -0000 1.4 @@ -35,10 +35,10 @@ changes to Project and Main, that allow InputHandlers to be plugged in programmatically or via a commandline switch -inputhandler. -With this version of Ant, run the build file in proposals/testcases, -Ant should behave the same way the input task for the main branch does -- except that it won't allow you to enter invalid input in the multi -target. +With this version of Ant, run the input.xml build file in +proposals/testcases, Ant should behave the same way the input task for +the main branch does - except that it won't allow you to enter invalid +input in the multi target. If you invoke Ant like this: @@ -49,7 +49,7 @@ Use ANT_OPTS=-Dant.input.properties=proposal/sandbox/input/src/testcases/works.properties\ -ant -f proposal/sandbox/input/src/testcases/input.xml -inputhandler org.apache.tools.ant.input.PropertyFileInputHandler + ant -f proposal/sandbox/input/src/testcases/input.xml -inputhandler org.apache.tools.ant.input.PropertyFileInputHandler to see the non-interactive build process in action. fails.properties provides a sample of possible input failures.
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
