Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.93 KB

File metadata and controls

60 lines (41 loc) · 1.93 KB

Aspect Model Editor backend

Table of Contents

Introduction

This project is used as the backend for the Aspect Model Editor and interacts with the ESMF-SDK to create SAMM specific Aspect Models.

Getting help

Are you having trouble with Aspect Model Editor backend? We want to help!

Setup

  • Download and install GraalVm 22.3.1 and JDK 17
  • Download and Install Maven
  • Environment Settings
    • Add "{JAVA_HOME}/bin" to PATH
    • Add "{MAVEN_HOME}/bin" to PATH
  • Configure Maven Settings

Note : Configure your IDE to use the new JDK and Maven installation.

Build and run

mvn clean package
mvn exec:java -Dexec.mainClass="org.eclipse.esmf.ame.Application"

We are always looking forward to your contributions. For more details on how to contribute just take a look at the contribution guidelines. Please create an issue first before opening a pull request.

License

SPDX-License-Identifier: MPL-2.0

This program and the accompanying materials are made available under the terms of the Mozilla Public License, v. 2.0.

The Notice file details contained third party materials.

GraalVm native-image

To build a native image we use GraalVm: GraalVm