From 503cbf7debf3c2515188243e5549687c6df843f2 Mon Sep 17 00:00:00 2001 From: DieterHolz Date: Wed, 21 Jun 2023 14:47:11 +0200 Subject: [PATCH 01/39] ipnumber of pi is set in pom.xml now new run-configuration 'Rerun version on Pi' --- .run/Debug on Pi.run.xml | 4 +- .run/Rerun version on Pi.run.xml | 33 ++++++++++ .run/Run on Pi.run.xml | 4 +- README.md | 17 ++--- pom.xml | 63 ++++++++++++++----- src/main/java/com/pi4j/catalog/Launcher.java | 10 +-- .../InstanceAlreadyRunningException.java | 10 --- 7 files changed, 99 insertions(+), 42 deletions(-) create mode 100644 .run/Rerun version on Pi.run.xml delete mode 100644 src/main/java/com/pi4j/catalog/components/helpers/InstanceAlreadyRunningException.java diff --git a/.run/Debug on Pi.run.xml b/.run/Debug on Pi.run.xml index 8707aed..d54524a 100644 --- a/.run/Debug on Pi.run.xml +++ b/.run/Debug on Pi.run.xml @@ -10,9 +10,7 @@