Ignore:
Timestamp:
2008-08-13T11:40:57+12:00 (16 years ago)
Author:
oranfry
Message:

changes to mark2 after ant hack cleaned up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/mark2/ant-scripts/build.xml

    r16654 r16741  
    77        ..........................................................
    88-->
     9
    910<project name="mark2-build" default="mark2">
    1011
    1112
    1213    <!-- CONSTANTS -->
    13 
    14     <!-- set current month and year-->
    15     <exec executable="date" outputproperty="current.month"><arg value="+%b"/></exec>
    16     <exec executable="date" outputproperty="current.year"><arg value="+%Y"/></exec>
    1714
    1815    <!-- for the benefit of the shared scripts, set release-kit home -->
     
    2118    <!-- IMPORT OTHER ANT SCRIPTS -->
    2219    <import file="shared-ant-scripts/init.xml"/>
     20    <import file="shared-ant-scripts/operations-on-gli.xml"/>
    2321    <import file="compile.xml"/>
    2422    <import file="create-distribution.xml"/>
     
    2826    <!-- TARGET TO PERFORM ADDITIONAL PRECONDITION CHECKS -->
    2927    <target name="mark2-init">
    30         <echo>Determining Processor...</echo>
    3128        <if>
    3229            <bool>
    3330                <or><equals arg1="${processor}" arg2="ppc" /><equals arg1="${processor}" arg2="intel"/></or>
    3431            </bool>
    35 
    36             <echo>Processor: ${processor}</echo>
    37             <echo/>
    3832
    3933            <else>
     
    4236            </else>
    4337        </if>
     38        <echo>Processor: ${processor}</echo>
    4439    </target>
    4540
    4641    <!-- THE MAIN TARGET -->
    4742    <target name="mark2" depends="init,mark2-init">
    48         <addressedcall target="compile"/>
    49         <addressedcall target="create-distribution"/>
    50         <addressedcall target="create-installer"/>
    51         <addressedcall target="wrap"/>
     43        <antcall target="compile"/>
     44        <antcall target="create-distribution"/>
     45        <antcall target="create-installer"/>
     46        <antcall target="wrap"/>
    5247    </target>
    5348
Note: See TracChangeset for help on using the changeset viewer.