StegmannSystems / rcp.demo

A RCP Demo Project as example as well as for communication of issues like Java Version, OpenJFX, OSGI and topics like this

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rcp.demo

A RCP Demo Project as example as well as for communication of issues like Java Version, OpenJFX, OSGI and topics like this

Build Status codebeat badge CodeFactor

Quickstart

Running on Windows and Linux environment (at least):

# build without tests and generating the products
./mvnw -B -f rcp.demo.build -PDefault
# tests without product generation
./mvnw -B -f rcp.demo.build/pom.tests.core.xml -PTest

The rcp.demo.product/target folder will contain then all three distributions:

  • Windows 64bit
  • Linux (Gtk) 64Bit
  • Mac OSX 64Bit

Please note: Requires at least Java 11.

You also can use Docker on Windows for testing the Build under Linux

docker run --rm -v %CD%:/workspace -it adoptopenjdk/openjdk11-openj9 /workspace/build.sh

Links

About

A RCP Demo Project as example as well as for communication of issues like Java Version, OpenJFX, OSGI and topics like this

License:MIT License


Languages

Language:Java 99.1%Language:Shell 0.9%