Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.66 KB

File metadata and controls

40 lines (34 loc) · 1.66 KB

Verfication Server

  • authors: Petr Bauch, Michal Dobes jr. and Tomas Kratochvila
  • project: AUFOVER
  • description: OSLC Verification Server based on Proxygen by Honeywell. Need to run on linux due to dependencies with formal verification tools installed and server ports opened.

Full deployment

The integration of complete verification platform as deployed in Honeywell for both testing and production servers

OSLC Automation Adapter

  • author: Ondrej Vasicek
  • project: AUFOVER
  • description: OSLC Verification Server based on LYO client developed by Ondrej Vasicek from Honeywell. Need to run on linux server with formal verification tools installed and server ports opened.

How to build and run

First run or clean run:

$ cd adapter
$ mvn clean install jetty:run-exploded

Normal run:

$ cd adapter
$ mvn jetty:run-exploded

How to configure

Use the adapter/adapter.properties file.

Directory structure

  • adapter - source of the adapter, oslc4j project
  • adapter-model - model of the adapter, Lyo Designer modeling project
  • dev_tools - my development scripts
  • lyo.domains - imported domain models (https://github.com/eclipse/lyo.domains)