You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by cu...@apache.org on 2001/08/16 20:12:59 UTC

cvs commit: xml-xalan/test compatconftest.bat compattest.bat ConformanceTest.bat PerformanceTest.bat runharness.bat runtest.bat TestThreads.bat TestThreadsX1.bat traxapitest.bat xalanj1apitest.bat

curcuru     01/08/16 11:12:59

  Modified:    test     compatconftest.bat compattest.bat
                        ConformanceTest.bat PerformanceTest.bat
                        runharness.bat runtest.bat TestThreads.bat
                        TestThreadsX1.bat traxapitest.bat
                        xalanj1apitest.bat
  Log:
  Deprecate old convenience batch files to ease support
  Please start using build.bat/.sh to execute tests
  
  Revision  Changes    Path
  1.2       +3 -0      xml-xalan/test/compatconftest.bat
  
  Index: compatconftest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/compatconftest.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- compatconftest.bat	2001/01/19 21:11:01	1.1
  +++ compatconftest.bat	2001/08/16 18:12:58	1.2
  @@ -1,3 +1,6 @@
  +@echo Xalan-J 1.x tests are deprecated, and will be removed soon!
  +@echo If you still have need of them, contact me about volunteering to maintain them.
  +@goto end
   @echo off
   @goto start
   @REM	Name:   compatconftest.bat
  
  
  
  1.2       +3 -0      xml-xalan/test/compattest.bat
  
  Index: compattest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/compattest.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- compattest.bat	2001/01/19 21:11:01	1.1
  +++ compattest.bat	2001/08/16 18:12:58	1.2
  @@ -1,3 +1,6 @@
  +@echo Xalan-J 1.x tests are deprecated, and will be removed soon!
  +@echo If you still have need of them, contact me about volunteering to maintain them.
  +@goto end
   @echo off
   @goto start
   @REM	Name:   compattest.bat
  
  
  
  1.5       +5 -1      xml-xalan/test/ConformanceTest.bat
  
  Index: ConformanceTest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/ConformanceTest.bat,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ConformanceTest.bat	2001/07/05 20:20:40	1.4
  +++ ConformanceTest.bat	2001/08/16 18:12:58	1.5
  @@ -1,3 +1,7 @@
  +@echo This batch file is deprecated; for an equivalent try:
  +@echo build conf
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   ConformanceTest.bat
  @@ -21,5 +25,5 @@
   call viewResults.bat %DASHCRIMSON% results-conf\ConformanceTest.xml results-conf\ConformanceTest.html
   results-conf\ConformanceTest.html
   
  -:end
   set DASHCRIMSON=
  +:end
  
  
  
  1.2       +5 -0      xml-xalan/test/PerformanceTest.bat
  
  Index: PerformanceTest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/PerformanceTest.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PerformanceTest.bat	2000/12/28 19:46:48	1.1
  +++ PerformanceTest.bat	2001/08/16 18:12:58	1.2
  @@ -1,3 +1,8 @@
  +@echo This batch file is deprecated; for an equivalent try:
  +@echo set JAVA_OPTS=-mx64M
  +@echo build perf
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   PerformanceTest.bat
  
  
  
  1.4       +4 -0      xml-xalan/test/runharness.bat
  
  Index: runharness.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/runharness.bat,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- runharness.bat	2001/02/15 20:37:28	1.3
  +++ runharness.bat	2001/08/16 18:12:58	1.4
  @@ -1,3 +1,7 @@
  +@echo This batch file is deprecated; for an equivalent try:
  +@echo build harness
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   harness.bat
  
  
  
  1.11      +4 -0      xml-xalan/test/runtest.bat
  
  Index: runtest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/runtest.bat,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- runtest.bat	2001/06/22 19:14:30	1.10
  +++ runtest.bat	2001/08/16 18:12:58	1.11
  @@ -1,3 +1,7 @@
  +@echo This batch file is deprecated; for an equivalent try:
  +@echo build api -DtestClass=NameOfAPITest -Dqetest.otherOption=value
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   runtest.bat
  
  
  
  1.2       +5 -0      xml-xalan/test/TestThreads.bat
  
  Index: TestThreads.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/TestThreads.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestThreads.bat	2000/12/18 20:02:03	1.1
  +++ TestThreads.bat	2001/08/16 18:12:58	1.2
  @@ -1,3 +1,8 @@
  +@echo This batch file is deprecated; for an equivalent try:
  +@echo set JAVA_OPTS=-mx64M
  +@echo build threads 
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   TestThreads.bat
  
  
  
  1.2       +4 -0      xml-xalan/test/TestThreadsX1.bat
  
  Index: TestThreadsX1.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/TestThreadsX1.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestThreadsX1.bat	2001/01/19 23:36:27	1.1
  +++ TestThreadsX1.bat	2001/08/16 18:12:58	1.2
  @@ -1,3 +1,7 @@
  +@echo Xalan-J 1.x tests are deprecated, and will be removed soon!
  +@echo If you still have need of them, contact me about volunteering to maintain them.
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   TestThreadsX1.bat
  
  
  
  1.3       +4 -0      xml-xalan/test/traxapitest.bat
  
  Index: traxapitest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/traxapitest.bat,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- traxapitest.bat	2000/12/19 16:49:41	1.2
  +++ traxapitest.bat	2001/08/16 18:12:58	1.3
  @@ -1,3 +1,7 @@
  +@echo This batch file is deprecated; for an equivalent try:
  +@echo build api -DtestClass=TransformerAPITest
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   traxapitest.bat
  
  
  
  1.2       +4 -0      xml-xalan/test/xalanj1apitest.bat
  
  Index: xalanj1apitest.bat
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/xalanj1apitest.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xalanj1apitest.bat	2000/11/01 23:25:29	1.1
  +++ xalanj1apitest.bat	2001/08/16 18:12:58	1.2
  @@ -1,3 +1,7 @@
  +@echo Xalan-J 1.x tests are deprecated, and will be removed soon!
  +@echo If you still have need of them, contact me about volunteering to maintain them.
  +@goto end
  +
   @echo off
   @goto start
   @REM	Name:   xalanj1apitest.bat
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org