Ignore:
Timestamp:
2009-02-11T14:58:05+13:00 (15 years ago)
Author:
oranfry
Message:

make sure the build.properties file has been created before trying to modify it

File:
1 edited

Legend:

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

    r17932 r18502  
    4444
    4545    <target name="set-gdbm-installed-path">
     46        <if>
     47            <bool><not><available file="compiled/build.properties"/></not></bool>
     48            <copy file="compiled/build.properties.in" tofile="compiled/build.properties"/>
     49        </if>
    4650        <rsr file="compiled/build.properties" pattern="(gdbm.installed.path=).*" replacement="$1${mark3.home}/mac/${processor}/gdbm"/>
    4751    </target>
Note: See TracChangeset for help on using the changeset viewer.