Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 55115 invoked from network); 22 Nov 2001 16:32:25 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Nov 2001 16:32:25 -0000 Received: (qmail 4905 invoked by uid 97); 22 Nov 2001 16:32:21 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 4839 invoked by uid 97); 22 Nov 2001 16:32:20 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 4799 invoked by uid 97); 22 Nov 2001 16:32:19 -0000 Date: 22 Nov 2001 16:16:47 -0000 Message-ID: <20011122161647.20858.qmail@icarus.apache.org> From: bodewig@apache.org To: jakarta-ant-cvs@apache.org Subject: cvs commit: jakarta-ant/xdocs faq.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N bodewig 01/11/22 08:16:47 Modified: . bootstrap.bat bootstrap.sh docs faq.html xdocs faq.xml Log: Add meta section: FAQ about the FAQ. Revision Changes Path 1.44 +40 -1 jakarta-ant/bootstrap.bat Index: bootstrap.bat =================================================================== RCS file: /home/cvs/jakarta-ant/bootstrap.bat,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- bootstrap.bat 2001/11/16 09:49:18 1.43 +++ bootstrap.bat 2001/11/22 16:16:46 1.44 @@ -58,7 +58,46 @@ echo. echo ... Building Ant Distribution -"%JAVA%" %ANT_OPTS% org.apache.tools.ant.Main -emacs bootstrap +if not "%OS%"=="Windows_NT" goto win9xStart +:winNTStart +@setlocal + +REM parse command line arguments +rem Need to check if we are using the 4NT shell... +if "%eval[2+2]" == "4" goto setup4NT + +rem On NT/2K grab all arguments at once +set ANT_CMD_LINE_ARGS=%* +goto doneStart + +:setup4NT +set ANT_CMD_LINE_ARGS=%$ +goto doneStart + +:win9xStart +rem Slurp the command line arguments. This loop allows for an unlimited number of +rem agruments (up to the command line limit, anyway). + +set ANT_CMD_LINE_ARGS= + +:setupArgs +if %1a==a goto doneStart +set ANT_CMD_LINE_ARGS=%ANT_CMD_LINE_ARGS% %1 +shift +goto setupArgs + +:doneStart +rem This label provides a place for the argument list loop to break out +rem and for NT handling to skip to. + +"%JAVA%" %ANT_OPTS% org.apache.tools.ant.Main -emacs %ANT_CMD_LINE_ARGS% bootstrap + +set ANT_CMD_LINE_ARGS= +if not "%OS%"=="Windows_NT" goto mainEnd +:winNTend +@endlocal + +:mainEnd echo. echo ... Cleaning Up Build Directories 1.57 +1 -1 jakarta-ant/bootstrap.sh Index: bootstrap.sh =================================================================== RCS file: /home/cvs/jakarta-ant/bootstrap.sh,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- bootstrap.sh 2001/11/16 09:49:18 1.56 +++ bootstrap.sh 2001/11/22 16:16:46 1.57 @@ -117,7 +117,7 @@ echo ... Building Ant Distribution -"${JAVACMD}" -classpath "${CLASSPATH}" -Dant.home=. org.apache.tools.ant.Main -emacs bootstrap +"${JAVACMD}" -classpath "${CLASSPATH}" -Dant.home=. org.apache.tools.ant.Main -emacs "$@" bootstrap echo ... Cleaning Up Build Directories 1.9 +59 -1 jakarta-ant/docs/faq.html Index: faq.html =================================================================== RCS file: /home/cvs/jakarta-ant/docs/faq.html,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- faq.html 2001/11/21 16:44:27 1.8 +++ faq.html 2001/11/22 16:16:47 1.9 @@ -94,6 +94,26 @@ + +
+ About this FAQ + +
+
+ +
+
+ + @@ -243,7 +263,45 @@
+ General
- + + + + +
+ + + Where do I find the latest version of this + document? + + +
+
+

here.

+
+
+
+ + + + +
+ + + How can I contribute to this FAQ? + + +
+
+

The page you are looking it is generated from + this + + document. If you want to add a new question, please submit + a patch against this document, the structure is hoped to be + self-explaining.

+
+
+
+
1.8 +22 -0 jakarta-ant/xdocs/faq.xml Index: faq.xml =================================================================== RCS file: /home/cvs/jakarta-ant/xdocs/faq.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- faq.xml 2001/11/21 16:44:27 1.7 +++ faq.xml 2001/11/22 16:16:47 1.8 @@ -6,6 +6,28 @@ Frequently Asked Questions + + + Where do I find the latest version of this + document? + +

here.

+
+
+ + + How can I contribute to this FAQ? + +

The page you are looking it is generated from + this + + document. If you want to add a new question, please submit + a patch against this document, the structure is hoped to be + self-explaining.

+
+
+
+ What is Apache Ant? -- To unsubscribe, e-mail: For additional commands, e-mail: