User: rinkrank
  Date: 02/03/24 09:44:19

  Modified:    core/resources/xdoclet Messages.properties
  Log:
  Merging changes from XJAVADOC_REFACTORING branch back to main branch
  
  Revision  Changes    Path
  1.5       +3 -6      xdoclet/core/resources/xdoclet/Messages.properties
  
  Index: Messages.properties
  ===================================================================
  RCS file: /cvsroot/xdoclet/xdoclet/core/resources/xdoclet/Messages.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -w -r1.4 -r1.5
  --- Messages.properties       18 Mar 2002 00:04:30 -0000      1.4
  +++ Messages.properties       24 Mar 2002 17:44:19 -0000      1.5
  @@ -4,7 +4,7 @@
   context_read_error=Running XDoclet failed. An IO error occured while reading 
context data.
   attribute_not_present_error={0} attribute must be present.
   attribute_not_set_error={0} attribute must be set!
  -no_packagenames_or_filesets=Specify either packagenames attribute or nest a fileset 
to specify which files are to be processed.
  +no_filesets=You must pecify at leat one fileset to indicate which files are to be 
processed.
   running_taskname=Running {0}
   running_failed=Running XDoclet failed.
   incorrect_classpath=Running XDoclet failed. A needed class was not found. Configure 
classpath of XDoclet task properly.
  @@ -50,7 +50,7 @@
   bad_prgelemdoc_type=What''s going on here?!?!? prg_elem_doc={0}
   template_couldnt_load_mappings=Couldn''t load tag mapping file from jar.
   template_no_such_method=Could not find method {0} in class {1} ({2})
  -template_invoke_method_failed=Invoking method failed: {0}, line={1} of template 
file: {2}, exception: {3}
  +template_invoke_method_failed=Invoking method in class {0} failed: {1}, line={2} of 
template file: {3}, exception: {4}
   template_corresponding_tag_missing=Error in template file: corresponding {0} not 
found, line={1} of template file: {2}
   template_close_tag_missing=Error in template file: corresponding {0} not found, 
line={1} of template file: {2}
   template_gt_expected=Error in template file: > sign expected after / sign but 
something different found, line={0} of template file: {1}
  @@ -67,10 +67,7 @@
   template_tagname_is_null=tagName mandatory parameter in template file is null.
   bad_tagvalue_type=Bad type. Should have been one of FOR_CLASS, FOR_METHOD or 
FOR_CONSTRUCTOR or FOR_FIELD.
   bad_for_type=for_type was not one of METHOD, CLASS, CONSTRUCTOR, FIELD
  -tagvalue_null_class=Cannot have null class when extracting tag value.
  -tagvalue_null_method=Cannot have null method when extracting tag value.
  -tagvalue_null_constructor=Cannot have null constructor when extracting tag value.
  -tagvalue_null_field=Cannot have null field when extracting tag value.
  +tagvalue_null=Cannot have null program element when extracting tag value.
   mandatory_tag_param_missing_template=Mandatory parameter ''{0}'' missing for 
template tag ''{1}''.
   parameter_missing_or_empty=''{0}'' parameter missing or empty.
   generating_something=Generating {0}.
  
  
  

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to