Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Does the toolbox packager function in headless mode?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Analog Devices, Inc. Systems Development Group
am 5 Okt. 2018
Geschlossen: MATLAB Answer Bot
am 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 Kommentare
Antworten (0)
Diese Frage ist geschlossen.
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!