From 8c167dc8a7b753eea5676d25cd83aa6e33d05bbf Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Thu, 18 Apr 2002 12:34:42 +0000 Subject: [PATCH] clarify git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272499 13f79535-47bb-0310-9956-ffa450edef68 --- proposal/sandbox/input/README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/proposal/sandbox/input/README b/proposal/sandbox/input/README index 05e401046..86a75e2fe 100644 --- a/proposal/sandbox/input/README +++ b/proposal/sandbox/input/README @@ -35,10 +35,10 @@ the main trunk of Ant except for the input task itself and two minor 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 @@ You'll get the ugliest dialog you've ever seen, but it works ;-) 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.