dviner 2002/11/20 14:38:34
Modified: bin xindice.bat Log: adding small modification so that Xindice starts up. I suspect this error was simply an oversight. --dviner Revision Changes Path 1.7 +2 -1 xml-xindice/bin/xindice.bat Index: xindice.bat =================================================================== RCS file: /home/cvs/xml-xindice/bin/xindice.bat,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- xindice.bat 27 Oct 2002 00:02:50 -0000 1.6 +++ xindice.bat 20 Nov 2002 22:38:34 -0000 1.7 @@ -1,10 +1,11 @@ @echo off rem find JAVA_HOME -if not "%JAVA_HOME%"=="" +if not "%JAVA_HOME%"=="" goto checkXindiceHome echo JAVA_HOME is not set and ant could not be located. Please set JAVA_HOME. goto end +:checkXindiceHome rem find XINDICE_HOME if not "%XINDICE_HOME%"=="" goto checkJava