Open AnjaliSankaran opened 3 years ago
@AnjaliSankaran , I'm afraid WebSADL has fallen into some disrepair, see #788 . If you run the docker version "0.2.0-next.b2c251dd" you will at least have the OWL files generated. @tuxji , @agabaldon , @AbhaMoitra , is there any GE effort to maintain WebSADL in a functional state?
I am currently not using WebSADL on any projects. In fact I had tried out WebSADL some time back but have not used it on any project.
@crapo , I'm not using WebSADL either even though I've merged dependabot bumps and fixed problems building WebSADL with GitHub Actions (that's why I didn't know that it wasn't working fully anymore). I've been working on a SADL-Eclipse Docker image. The purpose of the SADL-Eclipse Docker image is not to provide a SADL web user interface or a SADL graphical user interface, but to generate OWL files from SADL files on the command line without needing to install an Eclipse product and run SADL in the IDE interactively. @AnjaliSankaran , if you only want to generate OWL files from SADL files and you have a self-contained / standalone SADL project (I'm still working on issues handling SADL projects importing SADL files from other SADL projects), you can try running sadl/sadl-eclipse:dev
to see if the image works for your use case.
Hi Team,
Issue in web UI
In eclipse UI owl files are getting created when we save the sadl file, but when I am trying form web based[theia-sadl-extension] UI owl file are not generating. I am running this project in windows. It will be great if helping in fixing this.
Thanks