Ignore:
Timestamp:
2010-01-27T09:59:08+13:00 (14 years ago)
Author:
oranfry
Message:

got properties target working for all kits, plus some fixes

Location:
main/trunk/release-kits/kits
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/cdrk2/ant-scripts/build.xml

    r21651 r21652  
    201201
    202202    <target name="properties" depends="core-properties">
    203         <echo>Optional Properties:</echo>
    204         <echo>software.archive.linux                      the URL to the linux archive of components</echo>
    205         <echo>software.archive.windows                    the URL to the windows archive of components</echo>
    206         <echo>software.archive.mac                        the URL to the mac archive of components</echo>
    207         <echo>software.archive.documented-examples        the URL to the archive of documented examples</echo>
    208         <echo/>
     203        <echo>software.archive.linux                      (optional)  the URL to the linux archive of components</echo>
     204        <echo>software.archive.windows                    (optional)  the URL to the windows archive of components</echo>
     205        <echo>software.archive.mac                        (optional)  the URL to the mac archive of components</echo>
     206        <echo>software.archive.documented-examples        (optional)  the URL to the archive of documented examples</echo>
    209207    </target>
    210208
  • main/trunk/release-kits/kits/rk2/ant-scripts/build.xml

    r21650 r21652  
    2626
    2727    <!-- target to show properties in rk2-build.properties -->
    28     <target name="properties" depends="core-properties"/>
     28    <target name="properties" depends="core-properties,gs2-properties"/>
    2929
    3030</project>
  • main/trunk/release-kits/kits/rk2/ant-scripts/compile.xml

    r21648 r21652  
    270270
    271271        <!-- tidy up gli -->
    272         <antcall target="gli-tidy-for-dist"><param name="glibasedir" value="compiled/gli"/></target>
     272        <antcall target="gli-tidy-for-dist"><param name="glibasedir" value="compiled/gli"/></antcall>
    273273
    274274        <!-- mac and linux: insert export to cdrom package -->
  • main/trunk/release-kits/kits/rk3/ant-scripts/build.xml

    r21650 r21652  
    1414    <!-- IMPORT OTHER ANT SCRIPTS -->
    1515    <import file="${rk.home}/shared/core/ant-scripts/shared.xml"/>
    16     <import file="${rk.home}/shared/greenstone2/ant-scripts/greenstone3-shared.xml"/>
     16    <import file="${rk.home}/shared/greenstone3/ant-scripts/greenstone3-shared.xml"/>
    1717
    1818    <import file="compile.xml"/>
     
    2929
    3030    <!-- target to show properties in rk3-build.properties -->
    31     <target name="properties" depends="core-properties"/>
     31    <target name="properties" depends="core-properties,gs3-properties"/>
    3232
    3333    <!-- create the property set to be forwarded to greenstone3 -->
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r21630 r21652  
    99            <arg value="${svn.root}/main/${branch.path}/greenstone3"/>
    1010            <arg value="compiled"/>
    11             <arg value="-r"><arg value="${branch.revision}"/>
     11            <arg value="-r"/><arg value="${branch.revision}"/>
    1212        </exec>
    1313
  • main/trunk/release-kits/kits/sork2/ant-scripts/build.xml

    r21650 r21652  
    123123    </target>
    124124
    125     <target name="properties" depends="core-properties"/>
     125    <target name="properties" depends="core-properties,gs2-properties"/>
    126126
    127127</project>
  • main/trunk/release-kits/kits/sork3/ant-scripts/build.xml

    r21650 r21652  
    99
    1010<project name="sork3-build" default="sork3">
    11 
    12     <!-- CONSTANTS -->
    13 
    14     <!-- for the benefit of the shared scripts, set release-kit home -->
    15     <property name="rk.name" value="sork3"/>
    16     <property name="rk.home" value="${sork3.home}" />
    17     <property name="rk.os" value="multi" />
    18     <property name="os.suffix" value="AnyPlatform"/>
    1911   
    2012    <!-- IMPORT OTHER ANT SCRIPTS -->
     
    2315
    2416    <!-- THE MAIN TARGET -->
    25     <target name="sork3" depends="init">
     17    <target name="sork3" depends="init,gs3-init">
    2618
    2719        <!-- store the name of the distribution -->
     
    7567    </target>
    7668
    77     <target name="properties" depends="core-properties"/>
     69    <target name="properties" depends="core-properties,gs3-properties"/>
    7870
    7971</project>
Note: See TracChangeset for help on using the changeset viewer.