-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue in web UI [theia-sadl-extension] #813
Comments
@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 |
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
The text was updated successfully, but these errors were encountered: