You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sh...@locus.apache.org on 2000/07/12 00:25:57 UTC

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

shemnon     00/07/11 15:25:56

  Modified:    src/share/org/apache/jasper/resources messages.properties
  Log:
  Adding needed error strings
  
  Revision  Changes    Path
  1.20      +22 -2     jakarta-tomcat/src/share/org/apache/jasper/resources/messages.properties
  
  Index: messages.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/share/org/apache/jasper/resources/messages.properties,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- messages.properties	2000/07/06 22:55:35	1.19
  +++ messages.properties	2000/07/11 22:25:54	1.20
  @@ -139,9 +139,12 @@
   jsp.message.cp_is=Classpath {0} is: {1}
   jsp.error.unable.to_load_taghandler_class=Unable to load tag handler class {0} because of {1}
   jsp.error.unable.to_find_method=Unable to find setter method for attribute: {0}
  +jsp.error.unable.to_convert_string=Unable to convert a String to {0} for attribute {1}
   jsp.error.unable.to_introspect=Unable to introspect on tag handler class: {0} because of {1}
   jsp.error.invalid_attributes=Attributes are invalid according to TagInfo
   jsp.error.bad_tag=No such tag {0} in the tag library imported with prefix {1}
  +jsp.error.bad_string_Character=Cannot extract a Character from a zero length array
  +jsp.error.bad_string_char=Cannot extract a char from a zero length array
   jsp.warning.compiler.class.cantcreate=Can't create an instance of specified compiler plugin class {0} due to {1}. Will default to Sun Java Compiler.
   jsp.warning.compiler.class.notfound=Specified compiler plugin class {0} not found. Will default to Sun Java Compiler.
   jsp.warning.compiler.path.notfound=Specified compiler path {0} not found. Will default to system PATH.
  @@ -176,10 +179,27 @@
   <!DOCTYPE web-app\n\
   \    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"\n\
   \    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">\n\
  -<!-- automatically created by tomcat jspc -->\n\
  +<!--\n\
  +Automatically created by Tomcat JspC.\n\
  +-->\n\
   <web-app>\n\
   \n
   jspc.webxml.footer=\n\
   </web-app>\n\
   \n
  -
  +jspc.webinc.header=\n\
  +<!--\n\
  +Automatically created by Tomcat JspC.\n\
  +Place this fragement in the web.xml before all icon, display-name,\n\
  +description, distributable, and context-param elements.\n\
  +-->\n
  +jspc.webinc.footer=\n\
  +<!--\n\
  +All session-config, mime-mapping, welcome-file-list, error-page, taglib,\n\
  +resource-ref, security-constraint, login-config, security-role,\n\
  +env-entry, and ejb-ref elements should follow this fragment.\n\
  +-->\n
  +jspc.error.jasperException=error-the file ''{0}'' generated the following parse exception: {1}
  +jspc.error.generalException=ERROR-the file ''{0}'' generated the following general exception: {1}
  +jspc.error.fileDoesNotExist=The file argument ''{0}'' does not exist
  +jspc.error.emptyWebApp=-webapp requires a trailing file argument
  \ No newline at end of file