Ignore:
Timestamp:
2011-05-24T13:23:33+12:00 (13 years ago)
Author:
sjm84
Message:

Corrected some windows paths to do with building the lucene-jdbm-demo collection in Greenstone 3

File:
1 edited

Legend:

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

    r24053 r24084  
    138138
    139139        <if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
    140             <exec dir="${basedir}/compiled" executable="${basedir}/compiled/bin/windows/perl/bin/perl">
     140            <exec dir="${basedir}/compiled" executable="${basedir}/compiled/gs2build/bin/windows/perl/bin/perl">
    141141                <arg line="-S"/>
    142142                <arg line="gs2build/bin/script/import.pl -site localsite lucene-jdbm-demo"/>
     
    144144                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    145145                <env key="GSDLOS" path="windows"/>
    146                 <env key="PATH" path="${basedir}/compiled/bin/windows/perl/bin:${basedir}/compiled/bin/windows:${basedir}/compiled/bin/script:${env.PATH}"/>
    147             </exec>
    148             <exec dir="${basedir}/compiled" executable="${basedir}/compiled/bin/windows/perl/bin/perl">
     146                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/bin/windows;${basedir}/compiled/bin/script;${env.PATH}"/>
     147            </exec>
     148            <exec dir="${basedir}/compiled" executable="${basedir}/compiled/gs2build/bin/windows/perl/bin/perl">
    149149                <arg line="-S"/>
    150150                <arg line="gs2build/bin/script/buildcol.pl -site localsite lucene-jdbm-demo"/>
     
    152152                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    153153                <env key="GSDLOS" path="windows"/>
    154                 <env key="PATH" path="${basedir}/compiled/bin/windows/perl/bin:${basedir}/compiled/bin/windows:${basedir}/compiled/bin/script:${env.PATH}"/>
     154                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/bin/windows;${basedir}/compiled/bin/script;${env.PATH}"/>
    155155            </exec>
    156156            <delete dir="${basedir}/compiled/web/sites/collect/localsite/collect/lucene-jdbm-demo/index"/>
Note: See TracChangeset for help on using the changeset viewer.