remm        2003/01/22 03:55:41

  Modified:    jasper2/src/share/org/apache/jasper JspC.java
               jasper2/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  - Remove debug.
  - Add the compile command line swicth to the help.
  
  Revision  Changes    Path
  1.25      +3 -4      
jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java
  
  Index: JspC.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-tomcat-jasper/jasper2/src/share/org/apache/jasper/JspC.java,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- JspC.java 22 Jan 2003 11:40:00 -0000      1.24
  +++ JspC.java 22 Jan 2003 11:55:40 -0000      1.25
  @@ -594,7 +594,6 @@
                                 new Object[] {fne.getMessage()}, Logger.WARNING);
               throw new JasperException( fne );
           } catch (Exception e) {
  -            e.printStackTrace();
               Constants.message("jspc.error.generalException",
                       new Object[] {file, e}, Logger.ERROR);
               if ( listErrors ) {
  
  
  
  1.81      +7 -6      
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.80
  retrieving revision 1.81
  diff -u -r1.80 -r1.81
  --- messages.properties       17 Jan 2003 20:03:10 -0000      1.80
  +++ messages.properties       22 Jan 2003 11:55:40 -0000      1.81
  @@ -191,17 +191,18 @@
   \    -dd <dir>   Literal Output Directory.  (package dirs will not be made)\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\n\
  +\    -p <name>   Name of target package (default is org.apache.jsp).\n\
   \    -c <name>   Name of target class name\n\
  -\                (only applies to first JSP page)\n\
  -\    -mapped     Generate separate write() calls for each HTML line in the JSP\n\
  +\                (only applies to first JSP page).\n\
  +\    -mapped     Generate separate write() calls for each HTML line in the JSP.\n\
   \    -die[#]     Generate an error return code (#) on fatal errors.\n\
   \                If the number is absent or unparsable it defaults to 1.\n\
   \    -uribase <dir>  The uri directory compilations should be relative to\n\
  -\                    (Default is "/")\n\
  +\                    (Default is "/").\n\
   \    -uriroot <dir>  The root directory that uri files should be resolved\n\
   \                    against, (Default is the directory jspc is invoked from)\n\
  -\    -webinc <file>  Creates partial servlet mappings for the -webapp option\n\
  +\    -compile        Compile generated servlets.\n\
  +\    -webinc <file>  Creates partial servlet mappings for the -webapp option.\n\
   \    -webxml <file>  Creates a complete web.xml when using the -webapp option.\n\
   \    -ieplugin <clsid>  Java Plugin classid for Internet Explorer\n\
   \    -sax2 <driverclassname>  Driver class name for the SAX 2.0 parser to be used\n\
  
  
  

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

Reply via email to