Info
This question is closed. Reopen it to edit or answer.
Does the toolbox packager function in headless mode?
2 views (last 30 days)
Show older comments
Analog Devices, Inc. Systems Development Group
on 5 Oct 2018
Closed: MATLAB Answer Bot
on 20 Aug 2021
I'm creating and packaging a toolbox using the "matlab.addons.toolbox.packagetoolbox" methods in a CI system. Therefore, MATLAB runs headless (-nodisplay) in this environment. In this mode, the packaging tool does not correctly configure the "configuration.xml" file. Basically, it doesn't include the paths of the toolbox's files. However, when I do this directly from MATLAB with the desktop running it does provide these paths correctly in the "configuration.xml" file.
My guess is this is related to the jvm somehow.
0 Comments
Answers (0)
This question is closed.
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!