Changeset 19850 for release-kits


Ignore:
Timestamp:
2009-06-16T09:49:53+12:00 (15 years ago)
Author:
oranfry
Message:

assume cmd.exe on the path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/windows/wirk.cpp

    r19848 r19850  
    8484    //create the command
    8585    stringstream command;
    86     command << "c:\\windows\\cmd.exe /c " << WIRK_HOME << "\\core\\ant\\bin\\ant.bat -f \"" << WIRK_HOME << "\\ant-scripts\\build.xml\" -addressing \"-Dwirk" << XXX << ".home=" << WIRK_HOME << "\"";
     86    command << "cmd.exe /c " << WIRK_HOME << "\\core\\ant\\bin\\ant.bat -f \"" << WIRK_HOME << "\\ant-scripts\\build.xml\" -addressing \"-Dwirk" << XXX << ".home=" << WIRK_HOME << "\"";
    8787
    8888    //pass on the arguments
Note: See TracChangeset for help on using the changeset viewer.