Ignore:
Timestamp:
2009-04-08T11:49:53+12:00 (15 years ago)
Author:
oranfry
Message:

partially tested, partially complete changes for release kits to create dist based on the compiled copy of greenstone

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rk-oran/mark2/ant-scripts/compile.xml

    r18870 r18907  
    66        <!-- checkout -->
    77        <antcall target="checkout-gsdl-gli" />
     8        <antcall target="drop-in-docs"><param name="gsdl.basedir" value="${basedir}/compiled"/></antcall>
    89        <antcall target="gsdl-set-version-numbers"><param name="gsdl.basedir" value="${basedir}/compiled"/></antcall>
     10        <antcall target="gli-set-version-numbers"><param name="glibasedir" value="${basedir}/compiled/gli"/></antcall>
    911       
    1012        <!-- configure -->
    1113        <antcall target="run-configure"/>
    1214        <antcall target="tweak-makefiles"/>
     15
     16        <!-- make common-src and reconfigure -->
     17        <!-- this is a workaround to a problem with the gsdl build code -->
     18        <!-- expat needs to be compiled before the perl XML Parser is configured -->
     19        <antcall target="make-common-src"/>
     20        <antcall target="run-configure"/>
    1321
    1422        <!-- make -->
     
    1826        <antcall target="strip-execs"/>
    1927
     28        <!-- gli -->
     29        <antcall target="compile-gli">
     30            <param name="glibasedir"  value="${basedir}/compiled/gli"/>
     31            <param name="gsdlbasedir" value="${basedir}/compiled"/>
     32        </antcall>
     33
    2034        <!-- uninstaller -->
    2135        <antcall target="compile-uninstaller" /> <!-- from rk2-targets -->
     
    2438        <antcall target="build-demo-collection" />
    2539
    26     </target>
    27 
    28     <target name="checkout-gsdl-gli">
    29         <svn javahl="false">
    30             <checkout url="${svn.root}/gsdl/${branch.path}" destPath="${basedir}/compiled"/>
    31             <checkout url="${svn.root}/gli/${branch.path}" destPath="${basedir}/compiled/gli"/>
    32         </svn>
    3340    </target>
    3441
Note: See TracChangeset for help on using the changeset viewer.