Ignore:
Timestamp:
2009-04-09T10:08:46+12:00 (15 years ago)
Author:
oranfry
Message:

changing the way the release kits make the greenstone2 distribution: instead of starting from a fresh export of greenstone, start from a copy of the compiled working copy

File:
1 edited

Legend:

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

    r18870 r18929  
    44    <target name="compile">
    55        <antcall target="checkout-gsdl-gli" />
     6        <antcall target="drop-in-docs"><param name="gsdl.basedir" value="${basedir}/compiled"/></antcall>
    67        <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="${basedir}/compiled"/></antcall>
     8        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/compiled/gli"/></antcall>
     9
    710        <antcall target="unzip-packages" />
    811        <antcall target="get-winbin" />
    912        <antcall target="insert-windows-perl"><param name="gsdl.basedir" value="compiled"/></antcall>
    1013        <antcall target="compile-c-code" />
    11         <antcall target="compile-uninstaller" /> <!-- from rk2-targets -->
     14
     15        <!-- gli -->
     16        <antcall target="compile-gli">
     17            <param name="script.format" value="bat"/>
     18            <param name="glibasedir"  value="${basedir}/compiled/gli"/>
     19            <param name="gsdlbasedir" value="${basedir}/compiled"/>
     20        </antcall>
     21
     22        <!-- uninstaller -->
     23        <antcall target="compile-uninstaller" /> <!-- from init -->
     24
    1225        <antcall target="build-demo-collection" />
    1326    </target>
Note: See TracChangeset for help on using the changeset viewer.