Ignore:
Timestamp:
2010-04-15T21:01:21+12:00 (14 years ago)
Author:
ak19
Message:

No quotes around GSDLHOME filepath in setup.bat. since the set operations of batchfiles don't want spaces in their assignments, and where quotes are needed in setup.bat, setup.bat handles this itself

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/release-kits/kits/rk3/installer/build.xml

    r21847 r21890  
    119119        <!-- if windows -->
    120120        <echo message="Setting GSDLHOME in gs2build\setup.bat"/>
    121         <rsr file="${installDir}/gs2build/setup.bat" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="&quot;${installDir.local}\gs2build&quot;" />
     121        <!-- No quotes around GSDLHOME filepath in setup.bat. since the set operations of batchfiles don't want spaces in their assignments, and where quotes are needed in setup.bat, setup.bat handles this itself -->
     122        <rsr file="${installDir}/gs2build/setup.bat" pattern="&quot;?\*\*GSDLHOME\*\*&quot;?" replacement="${installDir.local}\gs2build" />
    122123        <!-- /if -->
    123124
Note: See TracChangeset for help on using the changeset viewer.