This repository is part of a serie of repositories related to GEMOC Studio :
- https://github.com/eclipse/gemoc-studio
- https://github.com/eclipse/gemoc-studio-modeldebugging
- https://github.com/eclipse/gemoc-studio-execution-ale
- https://github.com/eclipse/gemoc-studio-execution-java
- https://github.com/eclipse/gemoc-studio-execution-moccml
- https://github.com/eclipse/gemoc-studio-moccml
- https://github.com/eclipse/gemoc-studio-commons
This repository contains the code for assembling the GEMOC Studio hosted in the Eclipse foundation (see GEMOC project @ Eclipse).
It can be downloaded from gemoc.org/download.html. (Older builds are available).
The contact page lists all the various ways to interact in the context of the GEMOC Studio.
As a user of the GEMOC Studio you'll probably be interested by the matrix channel , the GEMOC User mailing list, or the forum.
In case of trouble with the studio, you can use one the issue trackers of the Studio. Since the Studio is an assembly of various tools and components, the precise tracker will depend on the involved component.
- https://github.com/eclipse/gemoc-studio/issues : Main/Global tracker, use this tracker if this is an assembly problem or if you don't know which precise component is affected.
- https://github.com/eclipse/gemoc-studio-modeldebugging/issues : Tracker for issues related to the main framework, to the definition of Sequential languages and to the sequential engine.
(Please note that some older issues are still in the old repositories in the GEMOC github organization https://github.com/gemoc)
Some additional trackers may be used on the repositories of the GEMOC github organization : typically those related to a given example ( ActitivityDiagram, ArduinoModeling, ardurobotmodeling)
If you wish to contribute to the project, you'll find some guidance and tip and tricks on the project github wiki pages.
A dedicated section is available in the documentation.
- Instructions about how to build locally the eclipse studio are available in this readme page https://github.com/eclipse/gemoc-studio/tree/master/dev_support/tycho_full_compilation (or in the documentation).
- Instructions about how to build locally the pomfirst components are available in this readme page https://github.com/eclipse/gemoc-studio/tree/master/dev_support/pomfirst_full_compilation (or in the documentation).
- Continuous integration on Eclipse CI