diff -r 7c4a911dc066 -r 541af5ee3ed9 buildframework/helium/hlm.bat --- a/buildframework/helium/hlm.bat Fri Aug 13 14:59:05 2010 +0300 +++ b/buildframework/helium/hlm.bat Wed Aug 18 17:23:33 2010 +0300 @@ -1,65 +1,11 @@ @echo off -rem -rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). -rem All rights reserved. -rem This component and the accompanying materials are made available -rem under the terms of the License "Eclipse Public License v1.0" -rem which accompanies this distribution, and is available -rem at the URL "http://www.eclipse.org/legal/epl-v10.html". -rem -rem Initial Contributors: -rem Nokia Corporation - initial contribution. -rem -rem Contributors: -rem -rem Description: -rem - -setlocal - -REM Set the Helium location -REM Make sure the path is not ending with a backslash! -if not defined HELIUM_HOME ( - set HELIUM_HOME_TEMP=%~dp0 -) -if not defined HELIUM_HOME ( - set HELIUM_HOME=%HELIUM_HOME_TEMP:~0,-1% -) +rem if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\helium -rem Loading runtime environment tools -if exist "%HELIUM_HOME%\runtime\runtime_env.bat" ( -call %HELIUM_HOME%\runtime\runtime_env.bat -) - -if not exist "%HELIUM_HOME%\extensions\nokia\build.xml" ( -set HLM_SUBCON=1 -set HLM_DISABLE_INTERNAL_DATA=1 -) - +helium\hlm.bat %* -REM Configure Java -if not defined JAVA_6_HOME ( -set TESTED_JAVA=C:\Apps\j2sdk_1.6.0_02 -) ELSE set TESTED_JAVA=%JAVA_6_HOME% -if exist "%TESTED_JAVA%" (set JAVA_HOME=%TESTED_JAVA%) -if not exist "%JAVA_HOME%" ( echo *** Java cannot be found & goto :errorstop ) -set PATH=%JAVA_HOME%\bin;%PATH% - -REM Needed by python logging -set PID=1 -perl "%HELIUM_HOME%\tools\common\bin\getppid.pl" > "%TEMP%\%USERNAME%pid.txt" -set /p PID=< "%TEMP%\%USERNAME%pid.txt" - -REM Configure Apache Ant -if not defined TESTED_ANT ( - set TESTED_ANT=C:\APPS\ant_1.7 -) -if exist "%TESTED_ANT%" (set ANT_HOME=%TESTED_ANT%) -if not exist "%ANT_HOME%" ( echo *** Ant cannot be found & goto :errorstop ) - -set SIGNALING_ANT_ARGS= -Dant.executor.class=com.nokia.helium.core.ant.HeliumExecutor -set LOGGING_ANT_ARGS= -listener com.nokia.helium.logger.ant.listener.StatusAndLogListener +perl "%HELIUM_HOME%\tools\common\bin\getppid.pl" > %TEMP%\%USERNAME%pid.txt +set /p PID=< %TEMP%\%USERNAME%pid.txt if not defined HLM_DISABLE_INTERNAL_DATA ( set INTERNAL_DATA_ANT_ARGS= -listener com.nokia.helium.internaldata.ant.listener.Listener