xetra11
12/19/2020, 12:22 AMgradle packageMsi
in my GitHub Action pipeline. Unfortunately I fail with this error:
* What went wrong:
Execution failed for task ':packageMsi'.
> Process 'command 'C:\hostedtoolcache\windows\jdk\14.0.2\x64\bin\jpackage.exe'' finished with non-zero exit value 1
I used this runs-on
OS:
Virtual Environment
Environment: windows-2019
Version: 20201210.0
Dominaezzz
12/19/2020, 12:30 AM--info
or --verbose
xetra11
12/19/2020, 12:48 AM> Task :packageMsi
java.io.IOException: Command [light.exe, -nologo, -spdb, -ext, WixUtilExtension, -out, D:\a\CK3-Workbench\CK3-Workbench\build\compose\binaries\main\msi\ck3-workbench-0.0.1.msi, -ext, WixUIExtension, -loc, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.incubator.jpackage14032834758551665868\config\MsiInstallerStrings_en.wxl, -b, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.incubator.jpackage14032834758551665868\config, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.incubator.jpackage14032834758551665868\wixobj\main.wixobj, C:\Users\RUNNER~1\AppData\Local\Temp\jdk.incubator.jpackage14032834758551665868\wixobj\bundle.wixobj]in C:\Users\RUNNER~1\AppData\Local\Temp\jdk.incubator.jpackage14032834758551665868\images\win-msi.image\ck3-workbench exited with 103 code
Thomas
12/19/2020, 10:37 AMxetra11
12/19/2020, 10:44 AMgradle packageMsi
build doesn't it? Since on my local machine I never installed WiX as well and it works there and on all other windows 10 systems I tried it outEnvironment: windows-2019
packageMsi
yet (wild guessing)Thomas
12/19/2020, 10:48 AMxetra11
12/19/2020, 11:00 AMpackageMsi
task does download it tho:downloadWix (Thread[Execution worker for ':',5,main]) started.
> Task :downloadWix
Caching disabled for task ':downloadWix' because:
Build cache is disabled
Task ':downloadWix' is not up-to-date because:
Task.upToDateWhen is false.
Download <https://github.com/wixtoolset/wix3/releases/download/wix3112rtm/wix311-binaries.zip>
:downloadWix (Thread[Execution worker for ':',5,main]) completed. Took 0.993 secs.
:unzipWix (Thread[Execution worker for ':',5,main]) started.
> Task :unzipWix
Caching disabled for task ':unzipWix' because:
Build cache is disabled
Task ':unzipWix' is not up-to-date because:
No history is available.
:unzipWix (Thread[Execution worker for ':',5,main]) completed. Took 1.533 secs.
:packageMsi (Thread[Execution worker for ':',5,main]) started.
Thomas
12/19/2020, 11:11 AMxetra11
12/19/2020, 11:18 AMThomas
12/19/2020, 11:21 AMxetra11
12/19/2020, 11:26 AM