Browse Source

clarify

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272499 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
8c167dc8a7
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      proposal/sandbox/input/README

+ 5
- 5
proposal/sandbox/input/README View File

@@ -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 changes to Project and Main, that allow InputHandlers to be plugged in
programmatically or via a commandline switch -inputhandler. 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: If you invoke Ant like this:


@@ -49,7 +49,7 @@ You'll get the ugliest dialog you've ever seen, but it works ;-)
Use Use


ANT_OPTS=-Dant.input.properties=proposal/sandbox/input/src/testcases/works.properties\ 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 to see the non-interactive build process in action. fails.properties
provides a sample of possible input failures. provides a sample of possible input failures.


Loading…
Cancel
Save