You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2002/01/03 09:53:31 UTC

cvs commit: jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources messages.properties

remm        02/01/03 00:53:31

  Modified:    jasper/src/share/org/apache/jasper/compiler
                        KjcJavaCompiler.java
               jasper/src/share/org/apache/jasper/resources
                        messages.properties
  Log:
  - Fix bug 5568: occured -> occurred.
  - Submitted by Jeff Turner <jeff at socialchange.net.au>
  
  Revision  Changes    Path
  1.3       +4 -4      jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/KjcJavaCompiler.java
  
  Index: KjcJavaCompiler.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/KjcJavaCompiler.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- KjcJavaCompiler.java	3 Dec 2001 21:32:27 -0000	1.2
  +++ KjcJavaCompiler.java	3 Jan 2002 08:53:31 -0000	1.3
  @@ -1,7 +1,7 @@
   /*
  - * $Header: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/KjcJavaCompiler.java,v 1.2 2001/12/03 21:32:27 remm Exp $
  - * $Revision: 1.2 $
  - * $Date: 2001/12/03 21:32:27 $
  + * $Header: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/compiler/KjcJavaCompiler.java,v 1.3 2002/01/03 08:53:31 remm Exp $
  + * $Revision: 1.3 $
  + * $Date: 2002/01/03 08:53:31 $
    *
    * ====================================================================
    *
  @@ -198,7 +198,7 @@
   	    return false;
   	} catch (Exception e){
   	    try {
  -		out.write(":unknown error occured while compiling jsp with kjc.".getBytes());
  +		out.write(":unknown error occurred while compiling jsp with kjc.".getBytes());
   	    } catch (Exception e2) {
   	    }
   	    return false;
  
  
  
  1.24      +3 -3      jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- messages.properties	3 Dec 2001 15:47:39 -0000	1.23
  +++ messages.properties	3 Jan 2002 08:53:31 -0000	1.24
  @@ -1,4 +1,4 @@
  -# $Id: messages.properties,v 1.23 2001/12/03 15:47:39 larryi Exp $
  +# $Id: messages.properties,v 1.24 2002/01/03 08:53:31 remm Exp $
   #
   # Default localized string information
   # Localized this the Default Locale as is en_US
  @@ -85,7 +85,7 @@
   jsp.error.param.novalue=No value in PARAM tag
   jsp.error.beans.nullbean=Attempted a bean operation on a null object.
   jsp.error.beans.nobeaninfo=No BeanInfo for the bean of type ''{0}'' could be found, the class likely does not exist.
  -jsp.error.beans.introspection=An exception occured while introspecting the read method of property ''{0}'' in a bean of type ''{1}'':\n{2}
  +jsp.error.beans.introspection=An exception occurred while introspecting the read method of property ''{0}'' in a bean of type ''{1}'':\n{2}
   jsp.error.beans.nomethod=Cannot find a method to read property ''{0}'' in a bean of type ''{1}''
   jsp.error.beans.nomethod.setproperty=Can''t find a method to write property ''{0}'' in a bean of type ''{1}''
   jsp.error.beans.noproperty=Cannot find any information on property ''{0}'' in a bean of type ''{1}''
  @@ -242,5 +242,5 @@
   jsp.error.needAlternateJavaEncoding=Default java encoding {0} is invalid on your java platform. An alternate can be specified via the 'javaEncoding' parameter of JspServlet.
   #Error when compiling, used for jsp line number error messages
   jsp.error.single.line.number=\n\nAn error occurred at line: {0} in the jsp file: {1}\n\n
  -jsp.error.multiple.line.number=\n\nAn error occured between lines: {0} and {1} in the jsp file: {2}\n\n
  +jsp.error.multiple.line.number=\n\nAn error occurred between lines: {0} and {1} in the jsp file: {2}\n\n
   jsp.error.corresponding.servlet=Generated servlet error:\n
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>