Changeset 19324


Ignore:
Timestamp:
2009-05-06T10:52:43+12:00 (15 years ago)
Author:
oranfry
Message:

import windows scripts and set ANT_HOME

Location:
release-kits/wirk2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • release-kits/wirk2/ant-scripts/build.xml

    r19039 r19324  
    2626    <import file="../core/ant-scripts/operations-on-gli.xml"/>
    2727    <import file="../greenstone2/ant-scripts/rk2-targets.xml"/>
     28    <import file="../windows/ant-scripts/windows-targets.xml"/>
     29   
    2830    <import file="compile.xml"/>
    2931    <import file="create-distribution.xml"/>
  • release-kits/wirk2/src/wirk2.cpp

    r19006 r19324  
    6767    string JAVA_HOME = getenv( "JAVA_HOME" );
    6868    string WIRK2_HOME = getenv( "WIRK2_HOME" );
    69 
     69    putenv( ("ANT_HOME=" + WIRK2_HOME + "\\core\\ant").c_str() );
     70   
    7071    //get the pwd
    7172    string pwd;
Note: See TracChangeset for help on using the changeset viewer.