Changeset 24097


Ignore:
Timestamp:
2011-05-27T09:02:51+12:00 (13 years ago)
Author:
sjm84
Message:

Collection building requires access to gs2build/bin/windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/ant-scripts/compile.xml

    r24094 r24097  
    184184                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    185185                <env key="GSDLOS" value="windows"/>
    186                 <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/bin/windows;${basedir}/compiled/bin/script;${env.PATH}"/>
     186                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/gs2build/bin/windows;${basedir}/compiled/gs2build/bin/script;${env.PATH}"/>
    187187            </exec>
    188188            <exec dir="${basedir}/compiled" executable="${basedir}/compiled/gs2build/bin/windows/perl/bin/perl">
     
    194194                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    195195                <env key="GSDLOS" value="windows"/>
    196                 <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/bin/windows;${basedir}/compiled/bin/script;${env.PATH}"/>
     196                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/gs2build/bin/windows;${basedir}/compiled/gs2build/bin/script;${env.PATH}"/>
    197197            </exec>
    198198            <delete dir="${basedir}/compiled/web/sites/localsite/collect/lucene-jdbm-demo/index"/>
Note: See TracChangeset for help on using the changeset viewer.