dims        2002/09/17 12:56:27

  Modified:    java/src/org/apache/axis/utils axisNLS.properties
               java/test/utils TestSrcContent.java
  Log:
  JMS check-in broke "ant clean all-tests"
  
  - Added an entry in properties file.
  - Added an ignore for System.out check for SimpleJMSListener
  
  Revision  Changes    Path
  1.63      +2 -0      xml-axis/java/src/org/apache/axis/utils/axisNLS.properties
  
  Index: axisNLS.properties
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/src/org/apache/axis/utils/axisNLS.properties,v
  retrieving revision 1.62
  retrieving revision 1.63
  diff -u -r1.62 -r1.63
  --- axisNLS.properties        17 Sep 2002 15:42:44 -0000      1.62
  +++ axisNLS.properties        17 Sep 2002 19:56:26 -0000      1.63
  @@ -1015,3 +1015,5 @@
   badNonNegInt00=Invalid nonNegativeInteger
   undefinedElem00=Element {0} is referenced but not defined.
   emptyref00=Error: missing type or ref attribute for node ''{0}''
  +
  +cannotConnectError=Unable to connect
  \ No newline at end of file
  
  
  
  1.12      +1 -0      xml-axis/java/test/utils/TestSrcContent.java
  
  Index: TestSrcContent.java
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/test/utils/TestSrcContent.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- TestSrcContent.java       9 Sep 2002 17:03:30 -0000       1.11
  +++ TestSrcContent.java       17 Sep 2002 19:56:26 -0000      1.12
  @@ -164,6 +164,7 @@
                                          + "(?!utils\\1tcpmon\\.java"
                                          + "|providers\\1BSFProvider\\.java"
                                          + "|utils\\1CLArgsParser\\.java"
  +                                       + 
"|transport\\1jms\\1SimpleJMSListener\\.java"
                                          + "|Version\\.java"
                                          + "|wsdl\\1)"
                                          + "([a-zA-Z0-9_]+\\1)*"
  
  
  


Reply via email to