Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[capella-dev] capella-dev@xxxxxxxxxxx

Hello all,


i am looking for a way to generate html from a capella project using command-line only and no display attached. This project needs to be imported/opened on the fly using cli as well (Think CICD pipelines)

I tried playing with some params but it always ends up throwing an error:

Capella: Cannot open display

The command I used:


./capella -nosplash -application org.polarsys.capella.core.commandline.core -appid org.polarsys.kitalpha.doc.gen.business.capella.commandline -data ~/vector-workspace/ -import ~/vector-workspace/VECTOR/ -input /VECTOR/VECTOR.aird -filepath /VECTOR/VECTOR.aird -forceoutputfoldercreation -outputFolder /VECTOR/HTML -clean


But then it throws the SWTError (gtk_init_check() failed) and then Cannot open display.

Is there a way to do this (yet)?




Back to the top