Skip to content

open-simulation-platform/osp-validator

Repository files navigation

Description

Supports version 1.0.1 of OSP-IS

This is a java project consisting of a java library, and a command line interface tool to validate FMUs and simulation configurations against OSP-IS.

OSP-IS has been updated in version 1.0.1 to support variable axis properties.

IMPORTRANT

This osp-validator version only works with OspSystemStructure.xml files based on this xsd

Prerequisites

Windows

java
maven

Linux

java
maven

Modules

osp-validator-api

osp-validator-core

osp-validator-cli

osp-model-description

osp-system-structure

osp-validator-gen

Build

$ git clone git@github.com:open-simulation-platform/osp-validator.git
$ cd osp-validator
$ mvn clean package

<module-dir>/target will contain the compiled artifacts.