Changeset 36427


Ignore:
Timestamp:
2022-08-22T14:23:51+12:00 (20 months ago)
Author:
davidb
Message:

Fixes after testing

File:
1 edited

Legend:

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

    r36426 r36427  
    16211621    <!-- collections requiring jni -->
    16221622    <if>
    1623       <istrue property="with.jni"/>
     1623      <bool>
     1624    <istrue value="${with.jni}"/>
     1625      </bool>
    16241626      <then>
    16251627    <antcall target="gs2mgdemo-install"/>
     
    16271629    </if>
    16281630    <if>
    1629       <istrue property="with.jni"/>
     1631      <bool>
     1632    <istrue value="${with.jni}"/>
     1633      </bool>
    16301634      <then>
    16311635    <antcall target="gs2mgppdemo-install"/>
     
    35483552    description="Configure only the packages."/>
    35493553 
    3550   <target name="configure-javagdbm" if="with.jni">
     3554  <target name="configure-javagdbm" if="${with.jni}">
    35513555    <echo>
    35523556      Configuring JavaGDBM
     
    35903594  </target>
    35913595
    3592   <target name="compile-javagdbm" description="Compile JavaGDBM" if="with.jni">
     3596  <target name="compile-javagdbm" description="Compile JavaGDBM" if="${with.jni}">
    35933597   
    35943598    <!-- unix: -->
     
    36733677  </target>
    36743678 
    3675   <target name="install-jni-files" depends="init" if="with.jni">
     3679  <target name="install-jni-files" depends="init" if="${with.jni}">
    36763680    <antcall target="install-jni-files-linux"/>
    36773681    <antcall target="install-jni-files-windows"/>
Note: See TracChangeset for help on using the changeset viewer.