Ignore:
Timestamp:
2008-10-10T15:09:44+13:00 (16 years ago)
Author:
oranfry
Message:

dont compile search4j in release process (as its now part of greenstone) and call make-installer-files-concrete with param

Location:
release-kits/lirk2/ant-scripts
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/lirk2/ant-scripts/compile.xml

    r17437 r17519  
    1818        <antcall target="copy-library-oai"/>
    1919        <antcall target="strip-execs"/>
    20 
    21         <!-- search4j -->
    22         <antcall target="compile-search4j-unix" /> <!-- from rk2-targets -->
    2320
    2421        <!-- uninstaller -->
  • release-kits/lirk2/ant-scripts/create-distribution.xml

    r17457 r17519  
    3939        <delete dir="distributions/web/bin/linux" />
    4040        <exec dir="${basedir}" executable="cp"><arg line="-r gsdl/bin/linux distributions/web/bin"/></exec>
    41         <exec dir="${basedir}" executable="cp"><arg line="gsdl/bin/search4j distributions/web/bin"/></exec>
    4241        <exec dir="${basedir}" executable="cp"><arg line="gsdl/cgi-bin/library distributions/web/cgi-bin"/></exec>
    4342        <exec dir="${basedir}" executable="cp"><arg line="gsdl/cgi-bin/oaiserver distributions/web/cgi-bin"/></exec>
  • release-kits/lirk2/ant-scripts/create-installer.xml

    r17396 r17519  
    44    <target name="create-installer">
    55        <antcall target="copy-installer-files"/>
    6         <antcall target="make-installer-files-concrete"/> <!-- from rk2-targets -->
     6        <antcall target="make-installer-files-concrete"><param name="java.os" value="linux"/></antcall> <!-- from rk2-targets -->
    77        <antcall target="compile-installer"/>
    88    </target>
Note: See TracChangeset for help on using the changeset viewer.