Ignore:
Timestamp:
2011-05-26T17:16:51+12:00 (13 years ago)
Author:
sjm84
Message:

Added -removeold and corrected the GSDLOS environment variable to be a value rather than a path

File:
1 edited

Legend:

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

    r24092 r24094  
    178178            <exec dir="${basedir}/compiled" executable="${basedir}/compiled/gs2build/bin/windows/perl/bin/perl">
    179179                <arg line="-S"/>
    180                 <arg line="gs2build/bin/script/import.pl -site localsite lucene-jdbm-demo"/>
     180                <arg line="gs2build/bin/script/import.pl -removeold -site localsite lucene-jdbm-demo"/>
    181181                <env key="GSDLHOME" path="${basedir}/compiled/gs2build"/>
    182182                <env key="GSDL3HOME" path="${basedir}/compiled/web"/>
    183183                <env key="GSDL3SRCHOME" path="${basedir}/compiled"/>
    184184                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    185                 <env key="GSDLOS" path="windows"/>
     185                <env key="GSDLOS" value="windows"/>
    186186                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/bin/windows;${basedir}/compiled/bin/script;${env.PATH}"/>
    187187            </exec>
    188188            <exec dir="${basedir}/compiled" executable="${basedir}/compiled/gs2build/bin/windows/perl/bin/perl">
    189189                <arg line="-S"/>
    190                 <arg line="gs2build/bin/script/buildcol.pl -site localsite lucene-jdbm-demo"/>
     190                <arg line="gs2build/bin/script/buildcol.pl -removeold -site localsite lucene-jdbm-demo"/>
    191191                <env key="GSDLHOME" path="${basedir}/compiled/gs2build"/>
    192192                <env key="GSDL3HOME" path="${basedir}/compiled/web"/>
    193193                <env key="GSDL3SRCHOME" path="${basedir}/compiled"/>
    194194                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    195                 <env key="GSDLOS" path="windows"/>
     195                <env key="GSDLOS" value="windows"/>
    196196                <env key="PATH" path="${basedir}/compiled/gs2build/bin/windows/perl/bin;${basedir}/compiled/bin/windows;${basedir}/compiled/bin/script;${env.PATH}"/>
    197197            </exec>
Note: See TracChangeset for help on using the changeset viewer.