source: other-projects/expeditee-release-kits/bin/rk.bat@ 29389

Last change on this file since 29389 was 29230, checked in by ak19, 10 years ago

Updating bat.in file to include a call to vcvars.bat to get expeditee generated on windows again. Adding in the create-expeditee.bat that is used on the windows release machine to run the scripts that generate the nightly binaries. One of its tasks is to ensure the expeditee snapshot folder exists and contains the rke-build.properties file. A template .in version of this file has now been added. The create-expeditee.bat along with a customised rke-setup.bat now follow the instructions in the README.txt to generate a binary.

File size: 369 bytes
Line 
1@echo off
2set RELEASE_DIR=%CD%
3echo **** RELEASE_DIR: %RELEASE_DIR%
4pushd "%CD%"
5CD /D "%~dp0\.."
6
7@echo on
8cmd.exe /c ant -f "%CD%\kits\%RK_NAME%\ant-scripts\build.xml" "-Drk.home=%CD%" "-Drk.name=%RK_NAME%" "-Dbasedir=%RELEASE_DIR%" -lib "%RELEASE_DIR%/installer/classes" %* | "%CD%\shared\windows\utils\tee.exe" "%RELEASE_DIR%\%RK_NAME%.out"
9
10:end
11
12popd
Note: See TracBrowser for help on using the repository browser.