From tomcat-dev-return-31944-qmlist-jakarta-archive-tomcat-dev=nagoya.apache.org@jakarta.apache.org Tue Jul 22 00:46:46 2003 Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 33123 invoked from network); 22 Jul 2003 00:46:45 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 22 Jul 2003 00:46:45 -0000 Received: (qmail 7528 invoked by uid 97); 22 Jul 2003 00:49:24 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 7520 invoked from network); 22 Jul 2003 00:49:23 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 22 Jul 2003 00:49:23 -0000 Received: (qmail 32274 invoked by uid 500); 22 Jul 2003 00:46:37 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 32256 invoked by uid 500); 22 Jul 2003 00:46:37 -0000 Received: (qmail 32251 invoked from network); 22 Jul 2003 00:46:37 -0000 Received: from icarus.apache.org (208.185.179.13) by daedalus.apache.org with SMTP; 22 Jul 2003 00:46:37 -0000 Received: (qmail 86446 invoked by uid 1399); 22 Jul 2003 00:46:36 -0000 Date: 22 Jul 2003 00:46:36 -0000 Message-ID: <20030722004636.86445.qmail@icarus.apache.org> From: luehe@apache.org To: jakarta-tomcat-jasper-cvs@apache.org Subject: cvs commit: jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources messages.properties X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N luehe 2003/07/21 17:46:36 Modified: jasper2/src/share/org/apache/jasper/resources messages.properties Log: Fixed typos and formatting of jspc help message Revision Changes Path 1.125 +19 -19 jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties Index: messages.properties =================================================================== RCS file: /home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/resources/messages.properties,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- messages.properties 21 Jul 2003 21:52:51 -0000 1.124 +++ messages.properties 22 Jul 2003 00:46:36 -0000 1.125 @@ -203,26 +203,26 @@ jspc.implicit.uriRoot=uriRoot implicitly set to "{0}" jspc.usage=Usage: jspc [--] \n\ where jsp files is\n\ -\ -webapp A directory containing a web-app, all jsp pages\n\ -\ will recursivly be parsed\n\ +\ -webapp A directory containing a web-app, whose JSP pages\n\ +\ will be processed recursively\n\ or any number of\n\ -\ A file to be parsed as a jsp page\n\ +\ A file to be parsed as a JSP page\n\ where options include:\n\ -\ -help Print this help message\n\ -\ -v Verbose mode\n\ -\ -d Output Directory (default -Djava.io.tmpdir)\n\ -\ -l Outputs the name of the JSP page upon failure\n\ -\ -s Outputs the name of the JSP page upon success\n\ -\ -p Name of target package (default org.apache.jsp).\n\ -\ -c Name of target class name (only applies to first JSP page).\n\ -\ -mapped Generates separate write() calls for each HTML line in the JSP.\n\ -\ -die[#] Generates an error return code (#) on fatal errors (default 1).\n\ -\ -uribase The uri directory compilations should be relative to\n\ -\ (default "/").\n\ -\ -uriroot Same as -webapps.\n\ -\ -compile Compiles generated servlets.\n\ -\ -webinc Creates a partial servlet mappings in the file.\n\ -\ -webxml Creates a complete web.xml in the file.\n\ +\ -help Print this help message\n\ +\ -v Verbose mode\n\ +\ -d Output Directory (default -Djava.io.tmpdir)\n\ +\ -l Outputs the name of the JSP page upon failure\n\ +\ -s Outputs the name of the JSP page upon success\n\ +\ -p Name of target package (default org.apache.jsp)\n\ +\ -c Name of target class name (only applies to first JSP page)\n\ +\ -mapped Generates separate write() calls for each HTML line in the JSP\n\ +\ -die[#] Generates an error return code (#) on fatal errors (default 1)\n\ +\ -uribase The uri directory compilations should be relative to\n\ +\ (default "/")\n\ +\ -uriroot Same as -webapp\n\ +\ -compile Compiles generated servlets\n\ +\ -webinc Creates a partial servlet mappings in the file\n\ +\ -webxml Creates a complete web.xml in the file\n\ \ -ieplugin Java Plugin classid for Internet Explorer\n\ jspc.webxml.header=\n\ --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org