You are viewing a plain text version of this content. The canonical link for it is here.
Posted to watchdog-dev@jakarta.apache.org by rl...@apache.org on 2002/01/29 01:24:35 UTC

cvs commit: jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print positivePrintBoolean.html positivePrintChar.html positivePrintCharArray.html positivePrintObj.html positivePrintStr.html positivePrintln.html positivePrintlnBoolean.html positivePrintlnChar.html positivePrintlnCharArray.html positivePrintlnDouble.html positivePrintlnFloat.html positivePrintlnInt.html positivePrintlnLong.html positivePrintlnObj.html positivePrintlnStr.html

rlubke      02/01/28 16:24:35

  Modified:    src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print
                        positivePrintBoolean.html positivePrintChar.html
                        positivePrintCharArray.html positivePrintObj.html
                        positivePrintStr.html positivePrintln.html
                        positivePrintlnBoolean.html
                        positivePrintlnChar.html
                        positivePrintlnCharArray.html
                        positivePrintlnDouble.html
                        positivePrintlnFloat.html positivePrintlnInt.html
                        positivePrintlnLong.html positivePrintlnObj.html
                        positivePrintlnStr.html
  Log:
   - content push from CTS
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintBoolean.html
  
  Index: positivePrintBoolean.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintBoolean.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintBoolean.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintBoolean.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -6,4 +6,5 @@
   
   true
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  +
  
  
  
  1.2       +2 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintChar.html
  
  Index: positivePrintChar.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintChar.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintChar.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintChar.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -6,4 +6,5 @@
   
   A
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  +
  
  
  
  1.2       +2 -2      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintCharArray.html
  
  Index: positivePrintCharArray.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintCharArray.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintCharArray.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintCharArray.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,7 +3,7 @@
   <body>
   
   <!-- this is to test if print(char[] c) method works -->
  -ABC
   
  +ABC
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +2 -2      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintObj.html
  
  Index: positivePrintObj.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintObj.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintObj.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintObj.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,7 +3,7 @@
   <body>
   
   <!-- this is to test if print(java.lang.Object obj) method works -->
  -123
   
  +123
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +2 -2      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintStr.html
  
  Index: positivePrintStr.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintStr.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintStr.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintStr.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,7 +3,7 @@
   <body>
   
   <!-- this is to test if print(java.lang.String str) method works -->
  -india
   
  +india
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +2 -2      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintln.html
  
  Index: positivePrintln.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintln.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintln.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintln.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -8,6 +8,6 @@
   A
   B
   C
  -        
  +
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +2 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnBoolean.html
  
  Index: positivePrintlnBoolean.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnBoolean.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnBoolean.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnBoolean.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,7 +3,8 @@
   <body>
   
   <!-- this is to test if println(boolean b) method works -->
  +
   true
   
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +3 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnChar.html
  
  Index: positivePrintlnChar.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnChar.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnChar.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnChar.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,6 +3,8 @@
   <body>
   
   <!-- this is to test if println(char c) method works -->
  +
   m
  +
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +3 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnCharArray.html
  
  Index: positivePrintlnCharArray.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnCharArray.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnCharArray.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnCharArray.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,11 +3,13 @@
   <body>
   
   <!-- this is to test if println(char c[]) method works -->
  +
   m
   a
   d
   r
   a
   s
  +
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +3 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnDouble.html
  
  Index: positivePrintlnDouble.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnDouble.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnDouble.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnDouble.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,6 +3,8 @@
   <body>
   
   <!-- this is to test if println(double d) method works -->
  +
   1234.56789
  +
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +3 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnFloat.html
  
  Index: positivePrintlnFloat.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnFloat.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnFloat.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnFloat.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,6 +3,8 @@
   <body>
   
   <!-- this is to test if println(float f) method works -->
  +
   1234.0
  +
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +3 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnInt.html
  
  Index: positivePrintlnInt.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnInt.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnInt.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnInt.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,6 +3,8 @@
   <body>
   
   <!-- this is to test if println(int i) method works -->
  +
   12
  +
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +2 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnLong.html
  
  Index: positivePrintlnLong.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnLong.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnLong.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnLong.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,7 +3,8 @@
   <body>
   
   <!-- this is to test if println(long l) method works -->
  +
   123456789
   
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +2 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnObj.html
  
  Index: positivePrintlnObj.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnObj.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnObj.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnObj.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,7 +3,8 @@
   <body>
   
   <!-- this is to test if println(java.lang.Object obj) method works -->
  +
   123
   
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  
  1.2       +3 -1      jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnStr.html
  
  Index: positivePrintlnStr.html
  ===================================================================
  RCS file: /home/cvs/jakarta-watchdog-4.0/src/clients/org/apache/jcheck/jsp/client/engine/JspWriter/print/positivePrintlnStr.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- positivePrintlnStr.html	9 Oct 2000 22:56:16 -0000	1.1
  +++ positivePrintlnStr.html	29 Jan 2002 00:24:34 -0000	1.2
  @@ -3,6 +3,8 @@
   <body>
   
   <!-- this is to test if println(java.lang.String str) method works -->
  +
   india
  +
   </body>
  -</html>
  \ No newline at end of file
  +</html>
  
  
  

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