common/hlm.bat
author dario
Thu, 07 May 2009 12:06:21 +0100
changeset 185 91ad95e5509a
parent 6 8bbcf7b2218d
permissions -rw-r--r--
Setting sf.spec.logs.raptorfilter.enable by default to true, as this will enable the full log and also the scanlog html report in the build results

@echo off
setlocal
if not defined HELIUM_HOME set HELIUM_HOME=%~dp0..\..\..\..\helium
echo %HELIUM_HOME%
rem call ..\..\build\env.bat
call %HELIUM_HOME%\hlm.bat %*
endlocal