dims        2003/01/07 18:03:35

  Modified:    java/src/org/apache/axis/client AdminClient.java
               java/src/org/apache/axis/i18n resource.properties
  Log:
  previous checkin failed in test harness that checks if messages are correctly 
defined in resources.properties.
  
  Revision  Changes    Path
  1.75      +27 -3     xml-axis/java/src/org/apache/axis/client/AdminClient.java
  
  Index: AdminClient.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/client/AdminClient.java,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- AdminClient.java  8 Jan 2003 01:15:11 -0000       1.74
  +++ AdminClient.java  8 Jan 2003 02:03:35 -0000       1.75
  @@ -106,9 +106,33 @@
           String lSep = System.getProperty("line.separator");
           StringBuffer msg = new StringBuffer();
           // 26 is the # of lines in resources.properties
  -        for(int i=0;i<=26;i++) {
  -            msg.append(Messages.getMessage("acUsage" + i)).append(lSep);
  -        }
  +        msg.append(Messages.getMessage("acUsage00")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage01")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage02")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage03")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage04")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage05")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage06")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage07")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage08")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage09")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage10")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage11")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage12")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage13")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage14")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage15")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage16")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage17")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage18")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage19")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage20")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage21")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage22")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage23")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage24")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage25")).append(lSep);
  +        msg.append(Messages.getMessage("acUsage26")).append(lSep);
           return msg.toString();
       }
   
  
  
  
  1.44      +10 -10    xml-axis/java/src/org/apache/axis/i18n/resource.properties
  
  Index: resource.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/i18n/resource.properties,v
  retrieving revision 1.43
  retrieving revision 1.44
  diff -u -r1.43 -r1.44
  --- resource.properties       8 Jan 2003 01:15:11 -0000       1.43
  +++ resource.properties       8 Jan 2003 02:03:35 -0000       1.44
  @@ -1092,16 +1092,16 @@
   missingBindingException=No binding defined for <port> element. Hint: add an 
attribute "binding" to he port definition, i.e. <port binding="...">
   twoPortsWithSameName=Two <port> elements with the same name "{0}" found. Hint: 
choose unique names among all port elements in a WSDL document.
   
  -acUsage0=Processes a set of administration commands.
  -acUsage1=
  -acUsage2=The following Options are available:
  -acUsage3=
  -acUsage4=\t-l<url>         sets the AxisServlet URL
  -acUsage5=\t-h<hostName     sets the AxisServlet host
  -acUsage6=\t-p<portNumber>  sets the AxisServlet port
  -acUsage7=\t-s<servletPath> sets the path to the AxisServlet
  -acUsage8=\t-f<fileName>    specifies that a simple file protocol should be used
  -acUsage9=\t-u<username>    sets the username
  +acUsage00=Processes a set of administration commands.
  +acUsage01=
  +acUsage02=The following Options are available:
  +acUsage03=
  +acUsage04=\t-l<url>         sets the AxisServlet URL
  +acUsage05=\t-h<hostName     sets the AxisServlet host
  +acUsage06=\t-p<portNumber>  sets the AxisServlet port
  +acUsage07=\t-s<servletPath> sets the path to the AxisServlet
  +acUsage08=\t-f<fileName>    specifies that a simple file protocol should be used
  +acUsage09=\t-u<username>    sets the username
   acUsage10=\t-w<password>    sets the password
   acUsage11=\t-d              sets the debug flag (for instance, -ddd would set it to 
3)
   acUsage12=\t-t<name>        sets the transport chain touse
  
  
  


Reply via email to