From b092854ae1555fbfdf400bca509fa50d27f25a40 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 13 Apr 2006 09:29:22 +0000 Subject: [PATCH] Added information on using the --batch switch. --- xsl/INSTALL | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/xsl/INSTALL b/xsl/INSTALL index 7160c97b4..218cc3913 100755 --- a/xsl/INSTALL +++ b/xsl/INSTALL @@ -40,10 +40,17 @@ environment ./install.sh That will launch an interactive installer, which will emit a - series of prompts for you to respond to. After the process is - complete, the installer will emit a message with a command - you need to run in order to source your environment for use - with the stylesheets. + series of prompts for you to respond to. + + To instead run it non-interactively without being prompted + for confirmation of the changes it makes, invoke it with the + "--batch" switch, like this: + + ./install.sh --batch + + After the process is complete, the installer will emit a + message with a command you need to run in order to source + your environment for use with the stylesheets. 4. To test that he installation has updated your environment correctly, execute the test.sh script: @@ -54,18 +61,21 @@ environment xmlcatalog application and the Apache XML Commons Resolver. NOTE: The test.sh file is not created until the install.sh - file is run for the first time. So you need to run the - install.sh script before running the test.sh script. + file is run for the first time. 5. (UNINSTALLING) If/when you want to uninstall the release, execute the uninstall.sh script. ./uninstall.sh - That will revert all changes made by the install.sh script. + To instead run it non-interactively without being prompted + for confirmation of the changes it makes, invoke it with the + "--batch" switch, like this: + + ./uninstall.sh --batch NOTE: The uninstall.sh file is not created until the install.sh - file is run for the first time. So you need to run the + file is run for the first time. ---------------------------------------------------------------------- -- 2.40.0