Browse Source

AMBARI-4525 - Fix Ambari MSI build process

tbeerbower 11 năm trước cách đây
mục cha
commit
8d5c0b6a88
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      contrib/ambari-scom/msi/build.cmd

+ 2 - 2
contrib/ambari-scom/msi/build.cmd

@@ -34,8 +34,8 @@ copy /y "%cd%\src\Result\bin\Debug\Ambari_Result.exe" "%cd%\src\bin\Ambari_Resul
 
 
 echo Building MSI
 echo Building MSI
 pushd "%cd%\src" || exit /b 1
 pushd "%cd%\src" || exit /b 1
-start /wait /min candle "%cd%\ambari-scom.wxs"  || exit /b 1
-start /wait /min light "%cd%\ambari-scom.wixobj"  || exit /b 1
+candle "%cd%\ambari-scom.wxs"  2>&1 || exit /b 1
+light "%cd%\ambari-scom.wixobj" 2>&1 || exit /b 1
 if not exist "%cd%\ambari-scom.msi" (
 if not exist "%cd%\ambari-scom.msi" (
 echo MSI build failed
 echo MSI build failed
 exit /b 1
 exit /b 1