Changeset 21370


Ignore:
Timestamp:
2009-12-16T18:38:50+13:00 (14 years ago)
Author:
ak19
Message:

With the changes to the configure and makefiles for the new ENABLE_JNI flag, build.xml now needs to explicity ENABLE_JNI.

File:
1 edited

Legend:

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

    r21351 r21370  
    13441344      <arg value="--prefix=${gs2build.home}"/> <!-- what value to use?? -->
    13451345      <arg value="--bindir=${gs2build.home}/bin/${os.bin.dir}"/> <!-- what value to use?? -->
     1346      <arg value="--enable-jni"/>
    13461347      <arg line="${static.arg}"/>
    13471348    </exec>
     
    13771378    <!-- unix: -->
    13781379    <exec executable="make" os="${os.unix}" dir="${common.src.home}" failonerror="true">
     1380      <arg value="with-jni"/>
    13791381    </exec>
    13801382    <!-- windows: -->
     
    13831385      <arg value="win32.mak"/>
    13841386      <arg value="GSDLHOME=${gs2build.home}"/>
     1387      <arg value="ENABLE_JNI=1"/>
    13851388    </exec>
    13861389  </target>
     
    14161419    <!-- unix: -->
    14171420    <exec executable="make" os="${os.unix}" dir="${common.src.home}" failonerror="true">
    1418       <arg value="install"/>
     1421      <arg value="install-with-jni"/>
    14191422    </exec>
    14201423     
     
    14231426      <arg value="/f"/>
    14241427      <arg value="win32.mak"/>
    1425       <arg value="install"/>   
     1428      <arg value="install"/>
     1429      <arg value="ENABLE_JNI=1"/>
    14261430    </exec>
    14271431
Note: See TracChangeset for help on using the changeset viewer.