Add headless CLI product for simulation - #53
Open
klinakuf wants to merge 1 commit into
Open
Conversation
- New bundle org.palladiosimulator.analyzer.slingshot.headless with IApplication entry point and CLI argument parsing - New Eclipse .product file for standalone headless distribution - Test fragment with PCM model loading tests using MinimalModel and UsageModelOnly models from E2E test repository - ADR 001 documenting the headless CLI architecture decision - Requirements documentation and usage guide - Example MinimalModel directory with run script for end users The headless product bundles all Slingshot features except UI, and runs simulations directly via SimulationDriver without the Eclipse launch framework.
klinakuf
force-pushed
the
feature/headless-cli-product
branch
from
June 12, 2026 21:33
5566e9a to
7104a85
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a headless Eclipse RCP product that runs Slingshot simulations directly from the CLI, without the Eclipse/Palladio Bench IDE.
Changes
Build
JAVA_HOME=/path/to/jdk17 mvn clean verify
Product archives are generated at releng/.../headless.product/target/products/ for macOS, Linux, and Windows.