Ignore:
Timestamp:
2009-08-10T12:12:07+12:00 (15 years ago)
Author:
oranfry
Message:

copy correct uninstaller script on windows, and prevent erroneous progress output at install

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/core/ant-scripts/init.xml

    r20112 r20190  
    316316        <!-- windows -->
    317317        <else><if><bool><equals arg1="${rk.os}" arg2="windows"/></bool>
    318             <copy file="${rk.home}/core/uninstaller/Uninstall.sh" todir="distributions/web"/>
     318            <copy file="${rk.home}/core/uninstaller/Uninstall.bat" todir="distributions/web"/>
    319319
    320320        <!-- else fail -->
     
    346346            <delete dir="distributions/web"/>
    347347            <mkdir dir="distributions"/>
    348             <exec executable="cp"><arg line="-r compiled distributions/web"/></exec>
     348            <exec executable="cp" failonerror="true"><arg line="-r compiled distributions/web"/></exec>
    349349
    350350        <!-- else fail -->
Note: See TracChangeset for help on using the changeset viewer.