[JBoss-dev] CVS update: jbosstest/src/build build.xml run_tests.xml

2002-04-14 Thread Andreas Schaefer

  User: schaefera
  Date: 02/04/14 19:32:24

  Modified:src/build Tag: Branch_2_4 build.xml run_tests.xml
  Log:
  Add a new test version of the bank because the old did no use transactions
  and the new uses XDoclet 1.1.2 to generate the DDs and other Java classes.
  Also a marathon test is added. Please specify the jbosstest.duration for
  how long and the test.timeout (which must be longer than the duration) to
  run the test with run_tests.xml, tag marathon-test-and-report.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.34.2.8  +8 -1  jbosstest/src/build/Attic/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/Attic/build.xml,v
  retrieving revision 1.34.2.7
  retrieving revision 1.34.2.8
  diff -u -r1.34.2.7 -r1.34.2.8
  --- build.xml 29 Dec 2001 10:17:09 -  1.34.2.7
  +++ build.xml 15 Apr 2002 02:32:23 -  1.34.2.8
  @@ -30,6 +30,7 @@
   
   
   
  +
   
   
   
  @@ -46,6 +47,7 @@
   
   
   
  +
   
   
   
  @@ -71,7 +73,7 @@
  debug="on"
  deprecation="off"
  optimize="off"
  -   excludes="**/ant/taskdefs/**"
  +   excludes="**/ant/taskdefs/**,org/jboss/test/banknew/**"
   />
 
   
  @@ -129,6 +131,7 @@
 -->
 
   
  +
   
   
   
  @@ -155,6 +158,10 @@
   
   
   
  +
  +
  +
  +
   
   
   
  
  
  
  1.15.2.13 +61 -2 jbosstest/src/build/Attic/run_tests.xml
  
  Index: run_tests.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/Attic/run_tests.xml,v
  retrieving revision 1.15.2.12
  retrieving revision 1.15.2.13
  diff -u -r1.15.2.12 -r1.15.2.13
  --- run_tests.xml 12 Apr 2002 23:54:10 -  1.15.2.12
  +++ run_tests.xml 15 Apr 2002 02:32:23 -  1.15.2.13
  @@ -2,7 +2,7 @@
   
   
   
   
  @@ -41,6 +41,7 @@
   
   
   
  +
   
   
   
  @@ -121,6 +122,25 @@
   
   
 
  +  
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
   
 
  +  
  +  
  +  
  +
  +  
  +
  +  
  +  
  +
  +
  +
  +  
  +  
  +  
  +  
  +  
  +
  +  
  +
  +  
  +
  +  
  +  
   
  @@ -550,7 +603,13 @@
 
 
 
  -  
  +  
  +  
  +  
  +  
  +  
  +  
  +  
 
 
 
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build build.xml run_tests.xml

2001-07-18 Thread Scott M Stark

  User: starksm 
  Date: 01/07/18 13:08:54

  Modified:src/build Tag: Branch_2_4 build.xml run_tests.xml
  Log:
  Up the timeout to allow the performance tests to complete
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.34.2.2  +1 -1  jbosstest/src/build/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.34.2.1
  retrieving revision 1.34.2.2
  diff -u -r1.34.2.1 -r1.34.2.2
  --- build.xml 2001/07/09 01:06:01 1.34.2.1
  +++ build.xml 2001/07/18 20:08:54 1.34.2.2
  @@ -19,7 +19,7 @@
   
   
   
  -
  +
   
   
   
  
  
  
  1.15.2.5  +8 -8  jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/run_tests.xml,v
  retrieving revision 1.15.2.4
  retrieving revision 1.15.2.5
  diff -u -r1.15.2.4 -r1.15.2.5
  --- run_tests.xml 2001/07/15 01:01:09 1.15.2.4
  +++ run_tests.xml 2001/07/18 20:08:54 1.15.2.5
  @@ -2,7 +2,7 @@
   
   
   
   
  @@ -108,7 +108,7 @@
 
   
   
   
   
  @@ -137,7 +137,7 @@
 
   
   
   
   
  @@ -170,7 +170,7 @@
   
   
   
   
  @@ -232,7 +232,7 @@
   
   
   
   
   
  @@ -258,7 +258,7 @@
   
   
   
   
   
  @@ -293,7 +293,7 @@
   
   
   
  -
  +
   
   
   
  @@ -322,7 +322,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build build.xml run_tests.xml

2001-07-17 Thread Scott M Stark

  User: starksm 
  Date: 01/07/17 20:24:42

  Modified:src/build Tag: Branch_2_2 build.xml run_tests.xml
  Log:
  Merge some changes from main back to 2.2 to update the 2.2 branch testing
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.25.2.2  +152 -363  jbosstest/src/build/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.25.2.1
  retrieving revision 1.25.2.2
  diff -u -r1.25.2.1 -r1.25.2.2
  --- build.xml 2001/06/24 20:09:59 1.25.2.1
  +++ build.xml 2001/07/18 03:24:42 1.25.2.2
  @@ -5,7 +5,6 @@
   
   
   
  -  
   
   
   
  @@ -33,16 +32,16 @@
   
   
   
  -
  -  
   
  -  
  -  
  -  
  -  
  -
  -  
  -  
  +   
  +   
  +   
  +   
  +  
  +  
  +  
  +   
  +
 
 
 
  @@ -57,352 +56,128 @@
   />
 
   
  -  
  -  
  -  
  +
  +
  +  
 
  -
  -
  -
  -  
  -
  -
  -
  -
  -
  -  
  -
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -
  -  
  -
  -
  -
  -
  -
  -  
  -
  - 
  -  
  -
  -
  -
  -
  -
  -  
  -
  - 
  -  
  -
  -
  -
  -
  -
  -
  -  
  -
  -
  -
  -
  -
  -  
  -
  - 
  - 
  -
  -
  -
  -
  -
  -  
  -
  - 
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  - 
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -  
  - 
  -
  -
  -
  -
  -
  -  
  -  
  -
  - 
  -
  -
  -
  -
  -
  -  
  -
  -
  -  
  -
  -
  -  
  -
  -
  -  
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -
  -
  -
  -
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -
  -  
  -
  -
  -  
  -  
  - 
  - 
  - 
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -  
  -  
  - 
  - 
  - 
  -  
  -  
  -  
  -  
  -
  -
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
  -
  -
  -
  -
  -
  -
  -  
  - 
  -  
  -
 
 
 
  @@ -412,10 +187,16 @@


   
  -  
  - 
  -   
  -   
  + 
  +
  + 
  + 
  +
  +
  + 
  + 
  +
  + 
 
   
 
  @@ -431,7 +212,7 @@
windowtitle="${Name} API"
doctitle="${Name}"
extdirs="${src.lib.dir}"
  - bottom="Copyright © 2000 The jBoss Organization. All Rights 
Reserved."
  + bottom="Copyright © 2001 The JBoss Organization. All Rights 
Reserved."
   />
 
   
  @@ -441,11 +222,17 @@
 


  - 
  - 
  + 
  +
  + 
  + 
  +
  + 


  - 
  + 
  +
  + 
 
   
 
  @@ -466,7 +253,8 @@
 
 
 
  -  
  +  
  +
   
   
 
  @@ -479,4 +267,5 @@
   
   
 
  +
   
  
  
  
  1.5.2.1   +30 -1 jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===

[JBoss-dev] CVS update: jbosstest/src/build build.xml run_tests.xml

2001-06-12 Thread starksm

  User: starksm 
  Date: 01/06/12 13:53:56

  Modified:src/build build.xml run_tests.xml
  Log:
  Add the jmx rmi connector jar to the classpath jars
  
  Revision  ChangesPath
  1.34  +1 -0  jbosstest/src/build/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 2001/05/31 02:30:03 1.33
  +++ build.xml 2001/06/12 20:53:56 1.34
  @@ -36,6 +36,7 @@
   
   
   
  +
   
   
   
  
  
  
  1.13  +2 -1  jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/run_tests.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- run_tests.xml 2001/05/30 14:31:34 1.12
  +++ run_tests.xml 2001/06/12 20:53:56 1.13
  @@ -2,7 +2,7 @@
   
   
   
   
  @@ -67,6 +67,7 @@



  + 



  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build build.xml run_tests.xml

2001-05-10 Thread starksm

  User: starksm 
  Date: 01/05/10 22:11:28

  Modified:src/build build.xml run_tests.xml
  Log:
  Update the naming tests to use the new abbreviated resource-ref mapping
  syntax in addition to the resource-ref/resource-managers syntax
  
  Revision  ChangesPath
  1.30  +1 -0  jbosstest/src/build/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- build.xml 2001/05/08 23:00:23 1.29
  +++ build.xml 2001/05/11 05:11:28 1.30
  @@ -43,6 +43,7 @@
   
   
   
  +
   
   
   
  
  
  
  1.7   +7 -1  jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/run_tests.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- run_tests.xml 2001/05/05 20:54:05 1.6
  +++ run_tests.xml 2001/05/11 05:11:28 1.7
  @@ -2,7 +2,7 @@
   
   
   
   
  @@ -137,6 +137,10 @@
 complete successfully.
   -->
   
  +
  +
  +
  +
   
   
   
  +
  +
   
   
   
  
  
  

___
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development



[JBoss-dev] CVS update: jbosstest/src/build build.xml run_tests.xml

2001-05-05 Thread starksm

  User: starksm 
  Date: 01/05/05 13:54:05

  Modified:src/build build.xml run_tests.xml
  Log:
  Make the build more modular to allow individual test packages to
  be built and run
  
  Revision  ChangesPath
  1.26  +132 -358  jbosstest/src/build/build.xml
  
  Index: build.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- build.xml 2001/04/30 14:17:14 1.25
  +++ build.xml 2001/05/05 20:54:05 1.26
  @@ -1,15 +1,14 @@
   
   
   
  -
  +
   
   
  -
  -  
  -
  +
  +
  +
   
   
  -
   
   
   
  @@ -28,18 +27,31 @@
   
   
   
  -
  -
   
  -
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
  -
  -  
   
 
 
 
  -  
  +  
   
 
 
  @@ -63,345 +75,95 @@
 
   
   
  -
  -  
  -
  -
  -
  -
  -
  -  
  -
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -
  -  
  -
  -
  -
  -
  -
  -  
  -
  - 
  -  
  -
  -
  -
  -
  -
  -  
  -
  - 
  -  
  -
  -
  -
  -
  -
  -
  -  
  -
  -
  -
  -
  -
  -  
  -
  - 
  - 
  -
  -
  -
  -
  -
  -  
  -
  - 
  -
  -
  -
  -
   
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  - 
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -  
  - 
  -
  -
  -
  -
  -
  -  
  -  
  -
  - 
  -
  -
  -
  -
  -
  -  
  -
  -
  -  
  -
  -
  -  
  -
  -
  -  
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -
  -
  -
  -
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -
  -  
  -
  -
  -  
  -
  -
  -  
  -  
  - 
  - 
  - 
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -  
  -  
  - 
  - 
  - 
  -  
  -  
  -  
  -  
  -
  -
  -
  -
  -
  -
  -
  -
  -
  -  
  - 
  -  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +  
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   
 
 
  @@ -412,10 +174,16 @@


   
  -  
  - 
  -   
  -   
  + 
  +
  + 
  + 
  +
  +
  + 
  + 
  +
  + 
 
   
 
  @@ -431,7 +199,7 @@
windowtitle="${Name} API"
doctitle="${Name}"
extdirs="${src.lib.dir}"
  - bottom="Copyright © 2000 The jBoss Organization. All Rights 
Reserved."
  + bottom="Copyright © 2000 The JBoss Organization. All Rights 
Reserved."
   />
 
   
  @@ -441,11 +209,17 @@
 


  - 
  - 
  + 
  +
  + 
  + 
  +
  + 


  - 
  + 
  +
  + 
 
   
 
  @@ -466,7 +240,7 @@
 
 
 
  -  
  +  
   
   
 
  
  
  
  1.6   +63 -10jbosstest/src/build/run_tests.xml
  
  Index: run_tests.xml
  ===
  RCS file: /cvsroot/jboss/jbosstest/src/build/run_tests.xml,v
  retrieving revision 1.5
  retrieving r