Changeset 19845 for release-kits


Ignore:
Timestamp:
2009-06-15T16:19:19+12:00 (15 years ago)
Author:
oranfry
Message:

tee.exe now part of wirk release kits so we can put the output of wirk into release directory

Location:
release-kits/shared/windows
Files:
2 added
1 edited

Legend:

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

    r19467 r19845  
    8484    //create the command
    8585    stringstream command;
    86     command << 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
     
    107107    command << " \"-Dbasedir=" << pwd << "\"";
    108108
     109    //pipe it all to tee
     110    command << " | " << WIRK_HOME << "\\windows\\util\\tee.exe " << pwd << "\\wirk" << XXX << ".out";
     111   
    109112    cout
    110113        << "O-----------------------------------------O" << endl
Note: See TracChangeset for help on using the changeset viewer.