You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by ks...@apache.org on 2001/12/17 21:58:48 UTC

cvs commit: xml-xindice/bin ant.bat xindice.bat xindiceadmin.bat

kstaken     01/12/17 12:58:48

  Modified:    .        startup.bat
               bin      ant.bat xindice.bat xindiceadmin.bat
  Log:
  Changing the ant scripts for the Xindice name change.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-xindice/startup.bat
  
  Index: startup.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/startup.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- startup.bat	2001/12/06 19:33:45	1.1
  +++ startup.bat	2001/12/17 20:58:48	1.2
  @@ -15,12 +15,12 @@
   
   :checkXindice
   rem check for ant in root directory of system drive
  -if not exist "%SystemDrive%\Xindice" goto checkXindiceWork
  +if not exist "%SystemDrive%\Xindice" goto checkWorkXindice
   set XINDICE_HOME=%SystemDrive%\Xindice
   goto checkJava
   
   
  -:checkXindiceWork
  +:checkWorkXindice
   rem check for ant in root directory of system drive
   if not exist "%SystemDrive%\work\Xindice" goto checkCurrent
   set XINDICE_HOME=%SystemDrive%\work\Xindice
  
  
  
  1.2       +11 -11    xml-xindice/bin/ant.bat
  
  Index: ant.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/bin/ant.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ant.bat	2001/12/06 19:33:45	1.1
  +++ ant.bat	2001/12/17 20:58:48	1.2
  @@ -3,27 +3,27 @@
   rem if not "%ANT_HOME%"=="" goto checkJava
   
   rem check for ant in Program Files on system drive
  -if not exist "%SystemDrive%\Program Files\dbXML-Core" goto checkSystemDrive
  -set ANT_HOME=%SystemDrive%\Program Files\dbXML-Core
  +if not exist "%SystemDrive%\Program Files\Xindice" goto checkSystemDrive
  +set ANT_HOME=%SystemDrive%\Program Files\Xindice
   goto checkJava
   
   :checkSystemDrive
   rem check for ant in root directory of system drive
  -if not exist "%SystemDrive%\dbXML-Core" goto checkdbXML
  -set ANT_HOME=%SystemDrive%\dbXML-Core
  +if not exist "%SystemDrive%\Xindice" goto checkXindice
  +set ANT_HOME=%SystemDrive%\Xindice
   goto checkJava
   
  -:checkdbXML
  +:checkXindice
   rem check for ant in root directory of system drive
  -if not exist "%SystemDrive%\dbXML-Core" goto checkdbXMLWork
  -set ANT_HOME=%SystemDrive%\dbXML-Core
  +if not exist "%SystemDrive%\Xindice" goto checkWorkXindice
  +set ANT_HOME=%SystemDrive%\Xindice
   goto checkJava
   
   
  -:checkdbXMLWork
  +:checkWorkXindice
   rem check for ant in root directory of system drive
  -if not exist "%SystemDrive%\work\dbXML-Core" goto checkCurrent
  -set ANT_HOME=%SystemDrive%\work\dbXML-Core
  +if not exist "%SystemDrive%\work\Xindice" goto checkCurrent
  +set ANT_HOME=%SystemDrive%\work\Xindice
   goto checkJava
   
   :checkCurrent
  @@ -38,7 +38,7 @@
   :checkJava
   if "%JAVACMD%" == "" set JAVACMD=java
   
  -set LOCALCLASSPATH=%CLASSPATH%;%ANT_HOME%\config;%ANT_HOME%\java\lib\xerces_1.3.0.jar
  +set LOCALCLASSPATH=%CLASSPATH%;%ANT_HOME%\config;%ANT_HOME%\java\lib\xerces_1.4.3.jar
   rem this is necessary since both xerces and xalan define jaxp
   for %%i in (%ANT_HOME%\java\lib\*.jar) do call %ANT_HOME%\bin\lcp.bat %%i
   
  
  
  
  1.2       +2 -2      xml-xindice/bin/xindice.bat
  
  Index: xindice.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/bin/xindice.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xindice.bat	2001/12/06 19:33:45	1.1
  +++ xindice.bat	2001/12/17 20:58:48	1.2
  @@ -15,12 +15,12 @@
   
   :checkXindice
   rem check for ant in root directory of system drive
  -if not exist "%SystemDrive%\Xindice" goto checkXindiceWork
  +if not exist "%SystemDrive%\Xindice" goto checkWorkXindice
   set XINDICE_HOME=%SystemDrive%\Xindice
   goto checkJava
   
   
  -:checkXindiceWork
  +:checkWorkXindice
   rem check for ant in root directory of system drive
   if not exist "%SystemDrive%\work\Xindice" goto checkCurrent
   set XINDICE_HOME=%SystemDrive%\work\Xindice
  
  
  
  1.2       +2 -2      xml-xindice/bin/xindiceadmin.bat
  
  Index: xindiceadmin.bat
  ===================================================================
  RCS file: /home/cvs/xml-xindice/bin/xindiceadmin.bat,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- xindiceadmin.bat	2001/12/06 19:33:45	1.1
  +++ xindiceadmin.bat	2001/12/17 20:58:48	1.2
  @@ -15,12 +15,12 @@
   
   :checkXindice
   rem check for ant in root directory of system drive
  -if not exist "%SystemDrive%\Xindice" goto checkXindiceWork
  +if not exist "%SystemDrive%\Xindice" goto checkWorkXindice
   set XINDICE_HOME=%SystemDrive%\Xindice
   goto checkJava
   
   
  -:checkXindiceWork
  +:checkWorkXindice
   rem check for ant in root directory of system drive
   if not exist "%SystemDrive%\work\Xindice" goto checkCurrent
   set XINDICE_HOME=%SystemDrive%\work\Xindice