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 <options> [--] <jsp files>\n\
   where jsp files is\n\
  -\    -webapp <dir>  A directory containing a web-app, all jsp pages\n\
  -\                   will recursivly be parsed\n\
  +\    -webapp <dir>      A directory containing a web-app, whose JSP pages\n\
  +\                       will be processed recursively\n\
   or any number of\n\
  -\    <file>         A file to be parsed as a jsp page\n\
  +\    <file>             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 <dir>    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>   Name of target package (default org.apache.jsp).\n\
  -\    -c <name>   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 <dir>  The uri directory compilations should be relative to\n\
  -\                    (default "/").\n\
  -\    -uriroot <dir>  Same as -webapps.\n\
  -\    -compile        Compiles generated servlets.\n\
  -\    -webinc <file>  Creates a partial servlet mappings in the file.\n\
  -\    -webxml <file>  Creates a complete web.xml in the file.\n\
  +\    -help              Print this help message\n\
  +\    -v                 Verbose mode\n\
  +\    -d <dir>           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>          Name of target package (default org.apache.jsp)\n\
  +\    -c <name>          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 <dir>     The uri directory compilations should be relative to\n\
  +\                       (default "/")\n\
  +\    -uriroot <dir>     Same as -webapp\n\
  +\    -compile           Compiles generated servlets\n\
  +\    -webinc <file>     Creates a partial servlet mappings in the file\n\
  +\    -webxml <file>     Creates a complete web.xml in the file\n\
   \    -ieplugin <clsid>  Java Plugin classid for Internet Explorer\n\
   
   jspc.webxml.header=<?xml version="1.0" encoding="ISO-8859-1"?>\n\
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to