Ignore:
Timestamp:
2020-04-04T15:34:45+13:00 (4 years ago)
Author:
ak19
Message:

The inclusion of chcp 850 in setup.bat was not sufficient when Tracie Feng was working on her machine that's set to Chinese locale. The additional changes described at http://trac.greenstone.org/changeset/33793 were found to be necessary also. So am activating these additional changes by uncommenting them. This commit also contains some minor changes to comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.xml

    r34021 r34098  
    24992499    </exec>
    25002500    <exec executable="${catalina.home}/bin/startup.bat" osfamily="windows" dir="${catalina.home}/bin" spawn="true">
    2501       <!--<env key="JAVA_TOOL_OPTIONS" value="-Dfile.encoding=UTF-8"/>-->
     2501      <env key="JAVA_TOOL_OPTIONS" value="-Dfile.encoding=UTF-8"/>
    25022502      <env key="GSDLOS" value="windows"/>
    25032503      <env key="GSDL3HOME" value="${web.home}"/>
     
    25522552    </exec>
    25532553    <exec executable="${catalina.home}/bin/shutdown.bat" osfamily="windows" dir="${catalina.home}/bin" spawn="false">
    2554       <!--<env key="JAVA_TOOL_OPTIONS" value="-Dfile.encoding=UTF-8"/>-->
     2554      <env key="JAVA_TOOL_OPTIONS" value="-Dfile.encoding=UTF-8"/>
    25552555      <env key="FEDORA_HOME" path="${fedora.home}"/>
    25562556      <env key="CATALINA_HOME" value="${catalina.home}"/>
Note: See TracChangeset for help on using the changeset viewer.