# HG changeset patch # User duane.cawthron@nokia.com # Date 1250533795 18000 # Node ID 339bf2142549367fec61e562e908d339cc6d7edb # Parent d23909ab8f1b52b4d2d1379b5d31bfff0114c6d1 update from Symbian Foundation build team diff -r d23909ab8f1b -r 339bf2142549 automation/product_builder/carbide.c/build_carbide.bat --- a/automation/product_builder/carbide.c/build_carbide.bat Wed Aug 12 10:09:44 2009 -0500 +++ b/automation/product_builder/carbide.c/build_carbide.bat Mon Aug 17 13:29:55 2009 -0500 @@ -2,16 +2,16 @@ rem Run this script to build Carbide.c -set TOP=D:\work +set TOP=C:\work rem Prerequisites rem Install Merurial -rem Install Java jdk-1_5_0_15 -rem Install Cygwin in C:\cygwin (must also have cygwin\bin2) +rem Install Java JDK-1_5_0_20-b02 +rem Install Cybwin in c:\cywin (must also have cygwin\bin2) rem Install Carbide.c ADT in %TOP%\ADT rem set WORKSPACE. The path to WORKSPACE must be short (about 30 characters) -set WORKSPACE=D:\work\build +set WORKSPACE=C:\work\build if not exist %WORKSPACE% mkdir %WORKSPACE% rem set Mercurial host @@ -25,18 +25,20 @@ rem set HG_EPL_HOST=sylgbpwe0001.symbian.intra/hg/i_hg/oss/MCL/sftools rem rem Symbian Foundation -set HG_SFL_HOST=https://developer.symbian.org/sfl/MCL/sftools -set HG_EPL_HOST=https://developer.symbian.org/oss/MCL/sftools - +set HG_SFL_HOST=developer.symbian.org/sfl/MCL/sftools +set HG_EPL_HOST=developer.symbian.org/oss/MCL/sftools + rem set Mercurial username and password -set HG_USERNAME= -set HG_PASSWORD= +set HG_USERNAME +set HG_PASSWORD +set HG_HTTP=https rem set Mercurial revision set HG_REVISION=RCL_2_1 chdir /D %TOP% -hg clone -r %HG_REVISION% http://%HG_USERNAME%:%HG_PASSWORD%@%HG_EPL_HOST%/dev/ide/carbidecpp/ +hg clone -r %HG_REVISION% %HG_HTTP%//%HG_USERNAME%:%HG_PASSWORD%@%HG_EPL_HOST%/dev/ide/carbidecpp/ chdir /D C:\cygwin\bin2 call cmd_call_bash.bat %TOP%/carbidecpp/automation/product_builder/carbide.c/build_carbide.sh --WORKSPACE:%WORKSPACE% --CARBIDE_VERSION_2DIGITS:2.1 --CARBIDE_VERSION_3DIGITS:2.1.1 --HG_SFL_HOST:%HG_SFL_HOST% --HG_EPL_HOST:%HG_EPL_HOST% --HG_REVISION:%HG_REVISION% --HG_USERNAME:%HG_USERNAME% --HG_PASSWORD:%HG_PASSWORD% --BASE_CARBIDE:%TOP%/ADT +