Changeset 22836 for main/trunk


Ignore:
Timestamp:
2010-09-02T12:55:20+12:00 (14 years ago)
Author:
sjm84
Message:

Greenstone 3 also requires that the gnome support library be compiled up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r22425 r22836  
    3232        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="compiled/gli"/></antcall>
    3333        <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="compiled/gs2build"/></antcall>
     34
     35        <!-- mac or linux: compile the support library -->
     36        <if><bool><or><equals arg1="${rk.os}" arg2="mac"/><equals arg1="${rk.os}" arg2="linux"/></or></bool>
     37            <!-- checkout the gnome support library extension-->
     38            <echo>GNOME LIB EXTENSION START</echo>
     39            <!--<if><bool><and>
     40                <not><equals arg1="${branch.path}" arg2="trunk"/></not>
     41                <not><equals arg1="${branch.path}" arg2="tags/stable"/></not>
     42                <isgreaterthan arg1="${branch.tag.version}" arg2="2.83"/>
     43            </and></bool>-->
     44                <exec executable="svn">
     45                    <arg value="checkout"/>
     46                    <arg value="${svn.root}/gs2-extensions/gnome-lib/trunk"/>
     47                    <arg value="${basedir}/compiled/gs2build/ext/gnome-lib"/>
     48                </exec>
     49                <exec executable="/bin/bash" dir="${basedir}/compiled/gs2build/ext/gnome-lib">
     50                    <arg value="-c"/>
     51                    <arg value="./CASCADE-MAKE.sh"/>
     52                </exec>
     53            <!--</if>-->
     54            <echo>GNOME LIB EXTENSION END</echo>
     55        </if>
    3456
    3557        <!-- run greenstone3's ant install and ant dist-tidy -->
Note: See TracChangeset for help on using the changeset viewer.