Changeset 24085 for main/trunk


Ignore:
Timestamp:
2011-05-24T15:04:35+12:00 (13 years ago)
Author:
sjm84
Message:

Further fixes to Greenstone 3 collection building on Windows

File:
1 edited

Legend:

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

    r24084 r24085  
    142142                <arg line="gs2build/bin/script/import.pl -site localsite lucene-jdbm-demo"/>
    143143                <env key="GSDLHOME" path="${basedir}/compiled/gs2build"/>
     144                <env key="GSDL3HOME" path="${basedir}/compiled/web"/>
     145                <env key="GSDL3SRCHOME" path="${basedir}/compiled"/>
    144146                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    145147                <env key="GSDLOS" path="windows"/>
     
    150152                <arg line="gs2build/bin/script/buildcol.pl -site localsite lucene-jdbm-demo"/>
    151153                <env key="GSDLHOME" path="${basedir}/compiled/gs2build"/>
     154                <env key="GSDL3HOME" path="${basedir}/compiled/web"/>
     155                <env key="GSDL3SRCHOME" path="${basedir}/compiled"/>
    152156                <env key="GSDLCOLLECTDIR" path="${basedir}/compiled/web/sites/localsite/collect"/>
    153157                <env key="GSDLOS" path="windows"/>
Note: See TracChangeset for help on using the changeset viewer.