Ignore:
Timestamp:
2014-12-03T11:28:01+13:00 (9 years ago)
Author:
Jeremy Symon
Message:

Really set the encoding when building javagdbm

File:
1 edited

Legend:

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

    r29517 r29518  
    21562156    <!-- unix: -->
    21572157    <echo>compile javagdbm</echo>
    2158     <exec executable="make" os="${os.unix}" dir="${javagdbm.home}" failonerror="true"/>
     2158    <exec executable="make" os="${os.unix}" dir="${javagdbm.home}" failonerror="true">
     2159      <arg value="JAVACOPTIONS=-encoding UTF8"/>
     2160    </exec>
    21592161    <exec executable="make" os="${os.unix}" dir="${javagdbm.home}" failonerror="true">
    21602162      <arg value="install"/>
    2161       <arg value="JAVACOPTIONS='-encoding ${compile.encoding}'"/>
    21622163    </exec>
    21632164
Note: See TracChangeset for help on using the changeset viewer.