Changeset 17419


Ignore:
Timestamp:
2008-10-01T10:52:12+13:00 (16 years ago)
Author:
oranfry
Message:

compile search4j in release process

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

Legend:

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

    r17335 r17419  
    1515            <property name="branch.revision" value="${branch.revision}"/>
    1616        </ant>
     17        <antcall target="compile-search4j-windows" /> <!-- from rk3-targets -->
    1718        <antcall target="compile-uninstaller" /> <!-- from rk3-targets -->
    1819        <antcall target="prepare-documentation" />
  • release-kits/wirk3/ant-scripts/create-components.xml

    r17366 r17419  
    130130    </target>
    131131   
    132    
    133    
    134132    <target name="prepare-sourcecode-component">
    135133        <copy todir="components/tmp/sourcecode" overwrite="true">
     
    148146        <exec executable="7z.exe" dir="components"><arg line="a -t7z -mx=9 sourcecode.lzma sourcecode.comp"/></exec>
    149147    </target>
    150    
    151    
    152148   
    153149    <target name="prepare-ant-component">
  • release-kits/wirk3/ant-scripts/create-distribution.xml

    r17336 r17419  
    5050
    5151    <target name="insert-compiled-binaries">
     52
     53        <copy todir="distribution/greenstone3/bin" file="greenstone3/bin/search4j.exe"/>
     54
    5255        <delete dir="distribution/greenstone3/lib/jni"/>
    5356        <copy todir="distribution/greenstone3/lib/jni"><fileset dir="greenstone3/lib/jni"/></copy>
     
    5558        <delete dir="distribution/greenstone3/gs2build/bin/windows"/>
    5659        <copy todir="distribution/greenstone3/gs2build/bin/windows"><fileset dir="greenstone3/gs2build/bin/windows"/></copy>
    57        
    5860        <delete dir="distribution/greenstone3/gs2build/bin/java"/>
    5961        <copy todir="distribution/greenstone3/gs2build/bin/java"><fileset dir="greenstone3/gs2build/bin/java"/></copy>
Note: See TracChangeset for help on using the changeset viewer.