ObeoNetwork / POOSL

Eclipse Public License 2.0
1 stars 0 forks source link

[link=https://github.com/eclipse/poosl/actions/workflows/maven.yml] image::https://github.com/eclipse/poosl/workflows/Java%20CI/badge.svg[gh-actions status]

This is an archived repository used to prepare POOSL IDE to go to the Eclipse Foundation. The code has moved to the Eclipse Foundation, you can find it on: https://github.com/eclipse/poosl

= Brief introduction to the POOSL project

The Parallel Object-Oriented Specification Language (POOSL) is a very expressive language to model concurrent hardware/software systems. POOSL has a small set of powerful primitives and it has an unambiguous formal semantics in terms of mathematical axioms and rules. POOSL models can be simulated with the Rotalumis simulator.

This project provides an Eclipse-based tool for editing and debugging POOSL models.

== How to install https://raw.githubusercontent.com/eclipse/poosl/main/docs/User/InstallationManual.pdf[Installation guide] helps you to install Eclipse and POOSL features.

== How to download Eclipse Features

Update site and help are accessible on https://obeonetwork.github.io/POOSL[gh-pages site].

== How to build

Here you will find a introduction how to setup, build and run tests.

=== Preconditions

We assume the following tools/frameworks are available

=== Command To build the poosl project via maven you have to go run the following commands.

[source]

cd ${POOSL_SRC} mvn clean verify

Executing this command will build the plugins, features, updatesite and products.

=== Locations Update site is available at ${POOSL_SRC}/releng/org.eclipse.poosl.update/target/repository Product are available at ${POOSL_SRC}/releng/org.eclipse.poosl.product/target/products

== Developing

Development guidelines are described at https://github.com/eclipse/poosl/tree/main/docs/Developer[org.eclipse.poosl.docs/Developer/readme.adoc]

=== Development environment

With Eclipse instal, use following Oomph setup to have a proper tool set (in Advanced mode).

[source]

https://raw.githubusercontent.com/eclipse/poosl/main/parent/oomph/org.eclipse.setup

Once the repository is cloned, following preferences should be set:

=== Contributing

== Automatic Tests via RCPTT

[source,bash]

cd ${POOSL_SRC} mvn verify -P integration-tests