Ignore:
Timestamp:
2010-05-13T16:10:31+12:00 (14 years ago)
Author:
dmn
Message:

message tidying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/gs3-setup.bat

    r22081 r22082  
    123123  set PATH=!JAVA_HOME!\bin;!PATH!
    124124  set RUNJAVA=!JAVA_HOME!\bin\java.exe
    125   echo Using java at !JAVA_HOME!
    126   echo WARNING: Greenstone has not checked the version number of this java installation
    127   echo          The source distribution of Greenstone3 requires java 1.5 or greater
    128   echo          SVN users may still use java 1.4
     125  echo Using Java at !JAVA_HOME!
     126  echo WARNING: Greenstone has not checked the version number of this Java installation
     127  echo          The source distribution of Greenstone3 requires Java 1.5 or greater
     128  echo          SVN users may still use Java 1.4
    129129  goto summaryThenEnd
    130130)
     
    133133  set PATH=!JRE_HOME!\bin;!PATH!
    134134  set RUNJAVA=!JRE_HOME!\bin\java.exe
    135   echo Using java at !JRE_HOME!
     135  echo Using Java at !JRE_HOME!
    136136  echo WARNING: Greenstone has not checked the version number of this Java installation
    137137  echo          The source distribution of Greenstone3 requires Java 1.5 or greater
    138   echo          SVN users may still use java 1.4
     138  echo          SVN users may still use Java 1.4
    139139  goto summaryThenEnd
    140140)
    141141
    142 echo ERROR: Failed to locate java
    143 echo        Please set JAVA_HOME or JRE_HOME to point to an appropriate java
     142echo ERROR: Failed to locate Java
     143echo        Please set JAVA_HOME or JRE_HOME to point to an appropriate Java
    144144goto end
    145145
     
    154154   echo ANT_HOME is not yet set.
    155155   echo Please make sure you have Ant version 1.7.1 or higher installed
    156    echo Then set ANT_HOME to the ant installation folder
     156   echo Then set ANT_HOME to the Ant installation folder
    157157   echo and add the path to its bin folder to the PATH environment variable
    158158) else (
Note: See TracChangeset for help on using the changeset viewer.