ControlSystemStudio / phoebus

A framework and set of tools to monitor and operate large scale control systems, such as the ones in the accelerator community.
http://phoebus.org/
Eclipse Public License 1.0
89 stars 87 forks source link

Cannot resolve org.epics:pbrawclient:0.0.8 #1997

Closed nugatritter closed 3 years ago

nugatritter commented 3 years ago

When I import the current phoebus project (585095) into Intellij IDEA, I get following error: Cannot resolve org.epics:pbrawclient:0.0.8 How can I resolve this issue?

georgweiss commented 3 years ago

Is this the only failing dependency? Can you build on command line, e.g. mvn clean install? Any additional debug information available? Screen shot from my IntelliJ instance showing resolved pbrawclient dependency: Screenshot 2021-08-30 at 10 21 55

nugatritter commented 3 years ago

Yes, this is the only failing dependency. I work under Windows and have not configured my command line to create Maven projects. Therefore, I cannot create these projects here. Here are my dependencies in Intellij IDEA Screenshot01

nugatritter commented 3 years ago

Okay, I set up Maven and here is the resulting log file:

D:\IdeaProjects\phoebus>mvn clean install
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.phoebus:phoebus-target:jar:4.6.6-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.atlassian.commonmark:commonmark:jar -> duplicate declaration of version 0.17.0 @ line 341, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.atlassian.commonmark:commonmark-ext-gfm-tables:jar -> duplicate declaration of version 0.17.0 @ line 346, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.atlassian.commonmark:commonmark-ext-image-attributes:jar -> duplicate declaration of version 0.17.0 @ line 351, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.phoebus:app-trends-rich-adapters:jar:4.6.6-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.phoebus:app-email-ui:jar -> duplicate declaration of version 4.6.6-SNAPSHOT @ line 25, column 17
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] phoebus (parent)                                                   [pom]
[INFO] dependencies                                                       [pom]
[INFO] install-jars                                                       [jar]
[INFO] phoebus-target                                                     [jar]
[INFO] core                                                               [pom]
[INFO] core-vtype                                                         [jar]
[INFO] core-formula                                                       [jar]
[INFO] core-framework                                                     [jar]
[INFO] core-types                                                         [jar]
[INFO] core-util                                                          [jar]
[INFO] core-pva                                                           [jar]
[INFO] core-pv                                                            [jar]
[INFO] core-security                                                      [jar]
[INFO] core-ui                                                            [jar]
[INFO] core-logbook                                                       [jar]
[INFO] core-email                                                         [jar]
[INFO] core-launcher                                                      [jar]
[INFO] app                                                                [pom]
[INFO] app-diag                                                           [jar]
[INFO] app-log-configuration                                              [jar]
[INFO] app-probe                                                          [jar]
[INFO] app-pvtable                                                        [jar]
[INFO] app-pvtree                                                         [jar]
[INFO] app-update                                                         [jar]
[INFO] app-email                                                          [pom]
[INFO] app-email-ui                                                       [jar]
[INFO] app-errlog                                                         [jar]
[INFO] app-filebrowser                                                    [jar]
[INFO] app-logbook                                                        [pom]
[INFO] app-logbook-inmemory                                               [jar]
[INFO] app-logbook-ui                                                     [jar]
[INFO] app-logbook-olog                                                   [pom]
[INFO] app-logbook-olog-client                                            [jar]
[INFO] app-logbook-olog-client-es                                         [jar]
[INFO] app-logbook-olog-ui                                                [jar]
[INFO] app-logbook-elog                                                   [jar]
[INFO] app-rtplot                                                         [jar]
[INFO] app-databrowser                                                    [jar]
[INFO] app-display                                                        [pom]
[INFO] app-display-model                                                  [jar]
[INFO] app-display-representation                                         [jar]
[INFO] app-3d-viewer                                                      [jar]
[INFO] app-display-representation-javafx                                  [jar]
[INFO] app-display-fonts                                                  [jar]
[INFO] app-display-runtime                                                [jar]
[INFO] app-display-editor                                                 [jar]
[INFO] app-display-convert-medm                                           [jar]
[INFO] app-display-convert-edm                                            [jar]
[INFO] app-display-navigation                                             [jar]
[INFO] app-display-adapters                                               [jar]
[INFO] app-alarm                                                          [pom]
[INFO] app-alarm-model                                                    [jar]
[INFO] app-alarm-ui                                                       [jar]
[INFO] app-alarm-logging-ui                                               [jar]
[INFO] app-alarm-datasouce                                                [jar]
[INFO] app-scan                                                           [pom]
[INFO] app-scan-model                                                     [jar]
[INFO] app-scan-client                                                    [jar]
[INFO] app-scan-ui                                                        [jar]
[INFO] app-channel                                                        [pom]
[INFO] app-channel-channelfinder                                          [jar]
[INFO] app-channel-utility                                                [jar]
[INFO] app-channel-views                                                  [jar]
[INFO] app-perfmon                                                        [jar]
[INFO] app-pace                                                           [jar]
[INFO] app-save-and-restore                                               [pom]
[INFO] app-save-and-restore-model                                         [jar]
[INFO] app-save-and-restore-ui                                            [jar]
[INFO] app-console                                                        [jar]
[INFO] app-trends                                                         [pom]
[INFO] app-trends-rich-adapters                                           [jar]
[INFO] app-trends-simple-adapters                                         [jar]
[INFO] app-utility                                                        [pom]
[INFO] app-utility-preference-manager                                     [jar]
[INFO] app-imageviewer                                                    [jar]
[INFO] product                                                            [jar]
[INFO] services                                                           [pom]
[INFO] service-alarm-server                                               [jar]
[INFO] service-archive-engine                                             [jar]
[INFO] service-scan-server                                                [jar]
[INFO] service-alarm-logger                                               [jar]
[INFO] service-alarm-config-logger                                        [jar]
[INFO] service-save-and-restore                                           [jar]
[INFO]
[INFO] -------------------------< org.phoebus:parent >-------------------------
[INFO] Building phoebus (parent) 4.6.6-SNAPSHOT                          [1/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ parent ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ parent ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
[INFO] Installing D:\IdeaProjects\phoebus\pom.xml to C:\Users\ggf\.m2\repository\org\phoebus\parent\4.6.6-SNAPSHOT\parent-4.6.6-SNAPSHOT.pom
[INFO]
[INFO] ----------------------< org.phoebus:dependencies >----------------------
[INFO] Building dependencies 4.6.6-SNAPSHOT                              [2/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dependencies ---
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ dependencies ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ dependencies ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ dependencies ---
[INFO] Installing D:\IdeaProjects\phoebus\dependencies\pom.xml to C:\Users\ggf\.m2\repository\org\phoebus\dependencies\4.6.6-SNAPSHOT\dependencies-4.6.6-SNAPSHOT.pom
[INFO]
[INFO] ----------------------< org.phoebus:install-jars >----------------------
[INFO] Building install-jars 4.6.6-SNAPSHOT                              [3/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ install-jars ---
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install-file (install-pbraw) @ install-jars ---
[INFO] Installing D:\IdeaProjects\phoebus\dependencies\install-jars\lib\pbraw\pbrawclient-0.0.8.jar to C:\Users\ggf\.m2\repository\org\epics\pbrawclient\0.0.8\pbrawclient-0.0.8.jar
[INFO] Installing D:\IdeaProjects\phoebus\dependencies\install-jars\lib\pbraw\pom.xml to C:\Users\ggf\.m2\repository\org\epics\pbrawclient\0.0.8\pbrawclient-0.0.8.pom
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ install-jars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\IdeaProjects\phoebus\dependencies\install-jars\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ install-jars ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ install-jars ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\IdeaProjects\phoebus\dependencies\install-jars\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ install-jars ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ install-jars ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ install-jars ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: D:\IdeaProjects\phoebus\dependencies\install-jars\target\install-jars-4.6.6-SNAPSHOT.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ install-jars ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ install-jars ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ install-jars ---
[INFO] Installing D:\IdeaProjects\phoebus\dependencies\install-jars\target\install-jars-4.6.6-SNAPSHOT.jar to C:\Users\ggf\.m2\repository\org\phoebus\install-jars\4.6.6-SNAPSHOT\install-jars-4.6.6-SNAPSHOT.jar
[INFO] Installing D:\IdeaProjects\phoebus\dependencies\install-jars\pom.xml to C:\Users\ggf\.m2\repository\org\phoebus\install-jars\4.6.6-SNAPSHOT\install-jars-4.6.6-SNAPSHOT.pom
[INFO]
[INFO] ---------------------< org.phoebus:phoebus-target >---------------------
[INFO] Building phoebus-target 4.6.6-SNAPSHOT                            [4/83]
[INFO] --------------------------------[ jar ]---------------------------------
[WARNING] The artifact com.atlassian.commonmark:commonmark:jar:0.17.0 has been relocated to org.commonmark:commonmark:jar:0.17.0
[WARNING] The artifact com.atlassian.commonmark:commonmark-ext-gfm-tables:jar:0.17.0 has been relocated to org.commonmark:commonmark-ext-gfm-tables:jar:0.17.0
[WARNING] The artifact com.atlassian.commonmark:commonmark-ext-image-attributes:jar:0.17.0 has been relocated to org.commonmark:commonmark-ext-image-attributes:jar:0.17.0
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ phoebus-target ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ phoebus-target ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\IdeaProjects\phoebus\dependencies\phoebus-target\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ phoebus-target ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ phoebus-target ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\IdeaProjects\phoebus\dependencies\phoebus-target\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ phoebus-target ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ phoebus-target ---
[INFO] No tests to run.
[INFO]
[INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-dependencies) @ phoebus-target ---
[INFO] Copying jaxb-api-2.4.0-b180830.0359.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jaxb-api-2.4.0-b180830.0359.jar
[INFO] Copying istack-commons-runtime-4.0.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\istack-commons-runtime-4.0.1.jar
[INFO] Copying jsonassert-1.5.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jsonassert-1.5.0.jar
[INFO] Copying commonmark-ext-gfm-tables-0.17.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\commonmark-ext-gfm-tables-0.17.0.jar
[INFO] Copying eclipselink-3.0.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\eclipselink-3.0.2.jar
[INFO] Copying derbyshared-10.15.2.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\derbyshared-10.15.2.0.jar
[INFO] Copying javafx-controls-16-win.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-controls-16-win.jar
[INFO] Copying opentest4j-1.2.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\opentest4j-1.2.0.jar
[INFO] Copying httpasyncclient-4.1.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\httpasyncclient-4.1.4.jar
[INFO] Copying j2objc-annotations-1.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\j2objc-annotations-1.3.jar
[INFO] Copying xml-apis-ext-1.3.04.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\xml-apis-ext-1.3.04.jar
[INFO] Copying tomcat-embed-websocket-9.0.52.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\tomcat-embed-websocket-9.0.52.jar
[INFO] Copying batik-xml-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-xml-1.14.jar
[INFO] Copying lucene-grouping-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-grouping-8.9.0.jar
[INFO] Copying jersey-core-1.19.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jersey-core-1.19.4.jar
[INFO] Copying jetty-util-9.4.30.v20200611.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jetty-util-9.4.30.v20200611.jar
[INFO] Copying lucene-analyzers-common-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-analyzers-common-8.9.0.jar
[INFO] Copying lucene-backward-codecs-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-backward-codecs-8.9.0.jar
[INFO] Copying javax.activation-api-1.2.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javax.activation-api-1.2.0.jar
[INFO] Copying hppc-0.8.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\hppc-0.8.1.jar
[INFO] Copying batik-parser-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-parser-1.14.jar
[INFO] Copying install-jars-4.6.6-SNAPSHOT.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\install-jars-4.6.6-SNAPSHOT.jar
[INFO] Copying jersey-multipart-1.19.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jersey-multipart-1.19.4.jar
[INFO] Copying elasticsearch-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-7.14.0.jar
[INFO] Copying lucene-queries-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-queries-8.9.0.jar
[INFO] Copying jfxtras-agenda-15-r2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jfxtras-agenda-15-r2.jar
[INFO] Copying spring-boot-starter-tomcat-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-starter-tomcat-2.5.4.jar
[INFO] Copying jakarta.xml.bind-api-2.3.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jakarta.xml.bind-api-2.3.3.jar
[INFO] Copying log4j-to-slf4j-2.14.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\log4j-to-slf4j-2.14.1.jar
[INFO] Copying connect-api-2.8.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\connect-api-2.8.0.jar
[INFO] Copying log4j-api-2.11.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\log4j-api-2.11.1.jar
[INFO] Copying jetty-http-9.4.30.v20200611.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jetty-http-9.4.30.v20200611.jar
[INFO] Copying testfx-junit-4.0.13-alpha.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\testfx-junit-4.0.13-alpha.jar
[INFO] Copying jackson-databind-2.10.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-databind-2.10.1.jar
[INFO] Copying jna-5.7.0-1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jna-5.7.0-1.jar
[INFO] Copying lucene-sandbox-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-sandbox-8.9.0.jar
[INFO] Copying spring-core-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-core-5.3.9.jar
[INFO] Copying javafx-web-16.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-web-16.jar
[INFO] Copying spring-context-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-context-5.3.9.jar
[INFO] Copying mockito-core-2.23.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\mockito-core-2.23.4.jar
[INFO] Copying commonmark-0.17.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\commonmark-0.17.0.jar
[INFO] Copying lucene-misc-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-misc-8.9.0.jar
[INFO] Copying javax.mail-1.6.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javax.mail-1.6.2.jar
[INFO] Copying jsr311-api-1.1.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jsr311-api-1.1.1.jar
[INFO] Copying javafx-web-16-win.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-web-16-win.jar
[INFO] Copying jackson-dataformat-yaml-2.10.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-dataformat-yaml-2.10.4.jar
[INFO] Copying guava-30.1.1-jre.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\guava-30.1.1-jre.jar
[INFO] Copying parent-join-client-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\parent-join-client-7.14.0.jar
[INFO] Copying javafx-controls-16.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-controls-16.jar
[INFO] Copying jakarta.activation-2.0.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jakarta.activation-2.0.1.jar
[INFO] Copying xmlunit-core-2.8.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\xmlunit-core-2.8.2.jar
[INFO] Copying rocksdbjni-5.18.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\rocksdbjni-5.18.4.jar
[INFO] Copying elasticsearch-secure-sm-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-secure-sm-7.14.0.jar
[INFO] Copying json-path-2.5.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\json-path-2.5.0.jar
[INFO] Copying jmatio-1.5.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jmatio-1.5.jar
[INFO] Copying spring-boot-autoconfigure-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-autoconfigure-2.5.4.jar
[INFO] Copying javafx-media-16-win.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-media-16-win.jar
[INFO] Copying javafx-fxml-16.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-fxml-16.jar
[INFO] Copying json-smart-2.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\json-smart-2.3.jar
[INFO] Copying listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar
[INFO] Copying batik-bridge-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-bridge-1.14.jar
[INFO] Copying junit-4.13.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\junit-4.13.1.jar
[INFO] Copying jersey-client-1.19.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jersey-client-1.19.4.jar
[INFO] Copying batik-script-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-script-1.14.jar
[INFO] Copying spring-expression-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-expression-5.3.9.jar
[INFO] Copying spring-boot-starter-logging-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-starter-logging-2.5.4.jar
[INFO] Copying reactive-streams-1.0.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\reactive-streams-1.0.3.jar
[INFO] Copying lucene-spatial3d-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-spatial3d-8.9.0.jar
[INFO] Copying validation-api-2.0.1.Final.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\validation-api-2.0.1.Final.jar
[INFO] Copying assertj-core-3.9.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\assertj-core-3.9.1.jar
[INFO] Copying jakarta.activation-api-1.2.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jakarta.activation-api-1.2.2.jar
[INFO] Copying asm-5.0.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\asm-5.0.4.jar
[INFO] Copying batik-shared-resources-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-shared-resources-1.14.jar
[INFO] Copying spring-boot-starter-json-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-starter-json-2.5.4.jar
[INFO] Copying junit-platform-engine-1.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\junit-platform-engine-1.7.2.jar
[INFO] Copying failureaccess-1.0.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\failureaccess-1.0.1.jar
[INFO] Copying zstd-jni-1.4.9-1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\zstd-jni-1.4.9-1.jar
[INFO] Copying txw2-3.0.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\txw2-3.0.1.jar
[INFO] Copying jfxtras-fxml-15-r2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jfxtras-fxml-15-r2.jar
[INFO] Copying elasticsearch-rest-client-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-rest-client-7.14.0.jar
[INFO] Copying xmlgraphics-commons-2.6.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\xmlgraphics-commons-2.6.jar
[INFO] Copying tomcat-embed-el-9.0.52.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\tomcat-embed-el-9.0.52.jar
[INFO] Copying commons-codec-1.11.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\commons-codec-1.11.jar
[INFO] Copying protobuf-java-3.17.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\protobuf-java-3.17.3.jar
[INFO] Copying spring-aop-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-aop-5.3.9.jar
[INFO] Copying commonmark-ext-image-attributes-0.17.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\commonmark-ext-image-attributes-0.17.0.jar
[INFO] Copying elasticsearch-rest-client-sniffer-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-rest-client-sniffer-7.14.0.jar
[INFO] Copying lang-mustache-client-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lang-mustache-client-7.14.0.jar
[INFO] Copying elasticsearch-plugin-classloader-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-plugin-classloader-7.14.0.jar
[INFO] Copying jsr305-3.0.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jsr305-3.0.2.jar
[INFO] Copying tomcat-embed-core-9.0.52.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\tomcat-embed-core-9.0.52.jar
[INFO] Copying jersey-server-1.19.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jersey-server-1.19.4.jar
[INFO] Copying elasticsearch-x-content-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-x-content-7.14.0.jar
[INFO] Copying jython-standalone-2.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jython-standalone-2.7.2.jar
[INFO] Copying mockito-junit-jupiter-3.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\mockito-junit-jupiter-3.9.0.jar
[INFO] Copying spring-jcl-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-jcl-5.3.9.jar
[INFO] Copying elasticsearch-rest-high-level-client-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-rest-high-level-client-7.14.0.jar
[INFO] Copying jopt-simple-5.0.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jopt-simple-5.0.2.jar
[INFO] Copying rhino-1.7.13.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\rhino-1.7.13.jar
[INFO] Copying junit-platform-commons-1.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\junit-platform-commons-1.7.2.jar
[INFO] Copying javafx-media-16.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-media-16.jar
[INFO] Copying spring-boot-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-2.5.4.jar
[INFO] Copying controlsfx-11.1.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\controlsfx-11.1.0.jar
[INFO] Copying logback-classic-1.2.5.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\logback-classic-1.2.5.jar
[INFO] Copying javafx-fxml-16-win.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-fxml-16-win.jar
[INFO] Copying slf4j-api-1.7.25.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\slf4j-api-1.7.25.jar
[INFO] Copying lucene-core-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-core-8.9.0.jar
[INFO] Copying py4j-0.10.9.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\py4j-0.10.9.2.jar
[INFO] Copying epics-pvdata-6.1.6.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\epics-pvdata-6.1.6.jar
[INFO] Copying derby-10.15.2.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\derby-10.15.2.0.jar
[INFO] Copying jackson-dataformat-smile-2.10.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-dataformat-smile-2.10.4.jar
[INFO] Copying junit-jupiter-params-5.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\junit-jupiter-params-5.7.2.jar
[INFO] Copying aggs-matrix-stats-client-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\aggs-matrix-stats-client-7.14.0.jar
[INFO] Copying vtype-json-1.0.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\vtype-json-1.0.4.jar
[INFO] Copying jfxtras-controls-15-r2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jfxtras-controls-15-r2.jar
[INFO] Copying jaxb-runtime-3.0.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jaxb-runtime-3.0.1.jar
[INFO] Copying byte-buddy-agent-1.9.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\byte-buddy-agent-1.9.3.jar
[INFO] Copying jfxtras-common-15-r2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jfxtras-common-15-r2.jar
[INFO] Copying objenesis-2.6.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\objenesis-2.6.jar
[INFO] Copying xml-apis-1.4.01.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\xml-apis-1.4.01.jar
[INFO] Copying batik-gvt-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-gvt-1.14.jar
[INFO] Copying batik-awt-util-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-awt-util-1.14.jar
[INFO] Copying logback-core-1.2.5.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\logback-core-1.2.5.jar
[INFO] Copying batik-svggen-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-svggen-1.14.jar
[INFO] Copying commons-math3-3.6.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\commons-math3-3.6.1.jar
[INFO] Copying spring-boot-starter-test-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-starter-test-2.5.4.jar
[INFO] Copying checker-qual-3.8.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\checker-qual-3.8.0.jar
[INFO] Copying elasticsearch-core-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-core-7.14.0.jar
[INFO] Copying elasticsearch-geo-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-geo-7.14.0.jar
[INFO] Copying serializer-2.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\serializer-2.7.2.jar
[INFO] Copying batik-ext-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-ext-1.14.jar
[INFO] Copying epics-ntypes-0.3.6.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\epics-ntypes-0.3.6.jar
[INFO] Copying spring-boot-starter-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-starter-2.5.4.jar
[INFO] Copying lucene-join-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-join-8.9.0.jar
[INFO] Copying commons-io-1.3.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\commons-io-1.3.1.jar
[INFO] Copying junit-jupiter-api-5.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\junit-jupiter-api-5.7.2.jar
[INFO] Copying xalan-2.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\xalan-2.7.2.jar
[INFO] Copying jackson-core-2.10.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-core-2.10.1.jar
[INFO] Copying epics-util-1.0.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\epics-util-1.0.4.jar
[INFO] Copying snappy-java-1.1.8.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\snappy-java-1.1.8.1.jar
[INFO] Copying snakeyaml-1.28.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\snakeyaml-1.28.jar
[INFO] Copying jackson-datatype-jdk8-2.10.5.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-datatype-jdk8-2.10.5.jar
[INFO] Copying hamcrest-all-1.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\hamcrest-all-1.3.jar
[INFO] Copying org.eclipse.paho.client.mqttv3-1.2.5.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\org.eclipse.paho.client.mqttv3-1.2.5.jar
[INFO] Copying org.eclipse.jgit-5.12.0.202106070339-r.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\org.eclipse.jgit-5.12.0.202106070339-r.jar
[INFO] Copying batik-svg-dom-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-svg-dom-1.14.jar
[INFO] Copying lz4-java-1.7.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lz4-java-1.7.1.jar
[INFO] Copying vtype-1.0.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\vtype-1.0.4.jar
[INFO] Copying t-digest-3.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\t-digest-3.2.jar
[INFO] Copying HdrHistogram-2.1.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\HdrHistogram-2.1.9.jar
[INFO] Copying activation-1.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\activation-1.1.jar
[INFO] Copying javafx-base-16-win.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-base-16-win.jar
[INFO] Copying batik-css-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-css-1.14.jar
[INFO] Copying jaxb-core-3.0.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jaxb-core-3.0.1.jar
[INFO] Copying epics-core-7.0.7.pom to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\epics-core-7.0.7.pom
[INFO] Copying testfx-core-4.0.13-alpha.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\testfx-core-4.0.13-alpha.jar
[INFO] Copying pbrawclient-0.0.8.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\pbrawclient-0.0.8.jar
[INFO] Copying apiguardian-api-1.1.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\apiguardian-api-1.1.0.jar
[INFO] Copying mysql-connector-java-8.0.25.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\mysql-connector-java-8.0.25.jar
[INFO] Copying httpcore-4.4.12.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\httpcore-4.4.12.jar
[INFO] Copying spring-test-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-test-5.3.9.jar
[INFO] Copying hamcrest-2.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\hamcrest-2.2.jar
[INFO] Copying joda-time-2.10.10.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\joda-time-2.10.10.jar
[INFO] Copying error_prone_annotations-2.5.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\error_prone_annotations-2.5.1.jar
[INFO] Copying javax.servlet-api-3.1.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javax.servlet-api-3.1.0.jar
[INFO] Copying jul-to-slf4j-1.7.32.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jul-to-slf4j-1.7.32.jar
[INFO] Copying batik-dom-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-dom-1.14.jar
[INFO] Copying jackson-module-parameter-names-2.12.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-module-parameter-names-2.12.4.jar
[INFO] Copying kafka-streams-2.8.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\kafka-streams-2.8.0.jar
[INFO] Copying jackson-annotations-2.10.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-annotations-2.10.1.jar
[INFO] Copying jackson-datatype-jsr310-2.10.1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-datatype-jsr310-2.10.1.jar
[INFO] Copying rxjava-3.1.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\rxjava-3.1.0.jar
[INFO] Copying javafx-base-16.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-base-16.jar
[INFO] Copying slf4j-jdk14-1.7.32.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\slf4j-jdk14-1.7.32.jar
[INFO] Copying jca-2.4.6.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jca-2.4.6.jar
[INFO] Copying kafka-clients-2.8.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\kafka-clients-2.8.0.jar
[INFO] Copying JavaEWAH-1.1.7.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\JavaEWAH-1.1.7.jar
[INFO] Copying javax.json-api-1.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javax.json-api-1.0.jar
[INFO] Copying elasticsearch-cli-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\elasticsearch-cli-7.14.0.jar
[INFO] Copying spring-boot-test-autoconfigure-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-test-autoconfigure-2.5.4.jar
[INFO] Copying connect-json-2.8.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\connect-json-2.8.0.jar
[INFO] Copying byte-buddy-1.9.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\byte-buddy-1.9.3.jar
[INFO] Copying javafx-graphics-16-win.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-graphics-16-win.jar
[INFO] Copying mapper-extras-client-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\mapper-extras-client-7.14.0.jar
[INFO] Copying freetts-1.2.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\freetts-1.2.2.jar
[INFO] Copying batik-util-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-util-1.14.jar
[INFO] Copying accessors-smart-1.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\accessors-smart-1.2.jar
[INFO] Copying jakarta.annotation-api-1.3.5.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jakarta.annotation-api-1.3.5.jar
[INFO] Copying javafx-swing-16.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-swing-16.jar
[INFO] Copying batik-transcoder-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-transcoder-1.14.jar
[INFO] Copying spring-beans-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-beans-5.3.9.jar
[INFO] Copying lucene-memory-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-memory-8.9.0.jar
[INFO] Copying httpcore-nio-4.4.12.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\httpcore-nio-4.4.12.jar
[INFO] Copying hamcrest-core-1.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\hamcrest-core-1.3.jar
[INFO] Copying javafx-graphics-16.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-graphics-16.jar
[INFO] Copying postgresql-42.2.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\postgresql-42.2.9.jar
[INFO] Copying mimepull-1.9.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\mimepull-1.9.3.jar
[INFO] Copying lucene-suggest-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-suggest-8.9.0.jar
[INFO] Copying javax.activation-1.2.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javax.activation-1.2.0.jar
[INFO] Copying batik-anim-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-anim-1.14.jar
[INFO] Copying javafx-swing-16-win.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\javafx-swing-16-win.jar
[INFO] Copying jetty-servlet-9.4.30.v20200611.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jetty-servlet-9.4.30.v20200611.jar
[INFO] Copying batik-constants-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-constants-1.14.jar
[INFO] Copying spring-boot-test-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-test-2.5.4.jar
[INFO] Copying lucene-queryparser-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-queryparser-8.9.0.jar
[INFO] Copying lucene-highlighter-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-highlighter-8.9.0.jar
[INFO] Copying jetty-io-9.4.30.v20200611.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jetty-io-9.4.30.v20200611.jar
[INFO] Copying epics-pvaccess-5.1.6.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\epics-pvaccess-5.1.6.jar
[INFO] Copying jetty-security-9.4.30.v20200611.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jetty-security-9.4.30.v20200611.jar
[INFO] Copying spring-webmvc-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-webmvc-5.3.9.jar
[INFO] Copying junit-jupiter-5.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\junit-jupiter-5.7.2.jar
[INFO] Copying httpclient-4.5.10.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\httpclient-4.5.10.jar
[INFO] Copying compiler-0.9.6.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\compiler-0.9.6.jar
[INFO] Copying junit-jupiter-engine-5.7.2.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\junit-jupiter-engine-5.7.2.jar
[INFO] Copying spring-web-5.3.9.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-web-5.3.9.jar
[INFO] Copying jackson-dataformat-cbor-2.10.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jackson-dataformat-cbor-2.10.4.jar
[INFO] Copying lucene-spatial-extras-8.9.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\lucene-spatial-extras-8.9.0.jar
[INFO] Copying commons-logging-1.1.3.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\commons-logging-1.1.3.jar
[INFO] Copying jetty-server-9.4.30.v20200611.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\jetty-server-9.4.30.v20200611.jar
[INFO] Copying rank-eval-client-7.14.0.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\rank-eval-client-7.14.0.jar
[INFO] Copying batik-i18n-1.14.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\batik-i18n-1.14.jar
[INFO] Copying android-json-0.0.20131108.vaadin1.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\android-json-0.0.20131108.vaadin1.jar
[INFO] Copying spring-boot-starter-web-2.5.4.jar to D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\lib\spring-boot-starter-web-2.5.4.jar
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ phoebus-target ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\phoebus-target-4.6.6-SNAPSHOT.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ phoebus-target ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ phoebus-target ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ phoebus-target ---
[INFO] Installing D:\IdeaProjects\phoebus\dependencies\phoebus-target\target\phoebus-target-4.6.6-SNAPSHOT.jar to C:\Users\ggf\.m2\repository\org\phoebus\phoebus-target\4.6.6-SNAPSHOT\phoebus-target-4.6.6-SNAPSHOT.jar
[INFO] Installing D:\IdeaProjects\phoebus\dependencies\phoebus-target\pom.xml to C:\Users\ggf\.m2\repository\org\phoebus\phoebus-target\4.6.6-SNAPSHOT\phoebus-target-4.6.6-SNAPSHOT.pom
[INFO]
[INFO] --------------------------< org.phoebus:core >--------------------------
[INFO] Building core 4.6.6-SNAPSHOT                                      [5/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ core ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core ---
[INFO] Installing D:\IdeaProjects\phoebus\core\pom.xml to C:\Users\ggf\.m2\repository\org\phoebus\core\4.6.6-SNAPSHOT\core-4.6.6-SNAPSHOT.pom
[INFO]
[INFO] -----------------------< org.phoebus:core-vtype >-----------------------
[INFO] Building core-vtype 4.6.6-SNAPSHOT                                [6/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-vtype ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core-vtype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\IdeaProjects\phoebus\core\vtype\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ core-vtype ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to D:\IdeaProjects\phoebus\core\vtype\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core-vtype ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\IdeaProjects\phoebus\core\vtype\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ core-vtype ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to D:\IdeaProjects\phoebus\core\vtype\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ core-vtype ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.pom (3.3 kB at 12 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.20/surefire-providers-2.20.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.20/surefire-providers-2.20.pom (2.6 kB at 55 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.20/surefire-junit4-2.20.jar (82 kB at 969 kB/s)
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.phoebus.core.vtypes.VTypeHelperTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.phoebus.core.vtypes.VTypeHelperTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core-vtype ---
[INFO] Building jar: D:\IdeaProjects\phoebus\core\vtype\target\core-vtype-4.6.6-SNAPSHOT.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ core-vtype ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ core-vtype ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core-vtype ---
[INFO] Installing D:\IdeaProjects\phoebus\core\vtype\target\core-vtype-4.6.6-SNAPSHOT.jar to C:\Users\ggf\.m2\repository\org\phoebus\core-vtype\4.6.6-SNAPSHOT\core-vtype-4.6.6-SNAPSHOT.jar
[INFO] Installing D:\IdeaProjects\phoebus\core\vtype\pom.xml to C:\Users\ggf\.m2\repository\org\phoebus\core-vtype\4.6.6-SNAPSHOT\core-vtype-4.6.6-SNAPSHOT.pom
[INFO]
[INFO] ----------------------< org.phoebus:core-formula >----------------------
[INFO] Building core-formula 4.6.6-SNAPSHOT                              [7/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-formula ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core-formula ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ core-formula ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 76 source files to D:\IdeaProjects\phoebus\core\formula\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core-formula ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\IdeaProjects\phoebus\core\formula\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ core-formula ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 16 source files to D:\IdeaProjects\phoebus\core\formula\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ core-formula ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.csstudio.apputil.formula.array.ArrayDivisionFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.csstudio.apputil.formula.array.ArrayDivisionFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayInverseScalarDivisionFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayInverseScalarDivisionFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayMaxFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayMaxFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayMinFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayMinFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayMultiplicationFunctionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayMultiplicationFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayOfFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayOfFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayPowFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayPowFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayRangeOfFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayRangeOfFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayScalarDivisionFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayScalarDivisionFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArrayStatsFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArrayStatsFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ArraySumFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ArraySumFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ElementAtNumberFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ElementAtNumberFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.HistogramOfFunctionTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.csstudio.apputil.formula.array.HistogramOfFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.ScaleArrayFormulaFunctionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.ScaleArrayFormulaFunctionTest
[INFO] Running org.csstudio.apputil.formula.array.SubArrayFunctionTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.csstudio.apputil.formula.array.SubArrayFunctionTest
[INFO] Running org.csstudio.apputil.formula.FormulaUnitTest
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction abs(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction acos(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction asin(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction atan(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction ceil(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction cos(angle)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction cosh(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction exp(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction expm1(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction floor(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction log(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction log10(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction sin(angle)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction sinh(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction sqrt(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction tan(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction tanh(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction toDegrees(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction toRadians(x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction atan2(y,x)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction hypot(x,y)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction pow(base,exponent)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction fac(n)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction adData(data,type)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction concat(String...)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction scale(array,factor,[offset])
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction subArray(<String | Number> array,fromIndex,toIndex)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction elementAt(<String | Number> array,index)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arraySum(array,offset)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayPow(array,exponent)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayMult(array,array)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayDiv(array,array)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayDivScalar(array,denominator)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayDivScalarInv(nominator,array)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayOf(<String | Number>...)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayRangeOf(array)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayStats(array)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayMax(array)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction arrayMin(array)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction highestSeverity(String...)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction majorAlarm(Boolean,String)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction minorAlarm(Boolean,String)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction indexOf(Enum)
Aug. 30, 2021 11:03:52 AM org.csstudio.apputil.formula.Formula <clinit>
FINE: SPI FormulaFunction enumOf(value,intervals,labels)
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.csstudio.apputil.formula.FormulaUnitTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ core-formula ---
[INFO] Building jar: D:\IdeaProjects\phoebus\core\formula\target\core-formula-4.6.6-SNAPSHOT.jar
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:integration-test (default) @ core-formula ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-failsafe-plugin:2.22.0:verify (default) @ core-formula ---
[INFO] Tests are skipped.
[INFO]
[INFO] --- maven-install-plugin:2.4:install (default-install) @ core-formula ---
[INFO] Installing D:\IdeaProjects\phoebus\core\formula\target\core-formula-4.6.6-SNAPSHOT.jar to C:\Users\ggf\.m2\repository\org\phoebus\core-formula\4.6.6-SNAPSHOT\core-formula-4.6.6-SNAPSHOT.jar
[INFO] Installing D:\IdeaProjects\phoebus\core\formula\pom.xml to C:\Users\ggf\.m2\repository\org\phoebus\core-formula\4.6.6-SNAPSHOT\core-formula-4.6.6-SNAPSHOT.pom
[INFO]
[INFO] ---------------------< org.phoebus:core-framework >---------------------
[INFO] Building core-framework 4.6.6-SNAPSHOT                            [8/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-framework ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ core-framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:compile (default-compile) @ core-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 68 source files to D:\IdeaProjects\phoebus\core\framework\target\classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ core-framework ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.6.2:testCompile (default-testCompile) @ core-framework ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 18 source files to D:\IdeaProjects\phoebus\core\framework\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.20:test (default-test) @ core-framework ---
[INFO]
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.phoebus.framework.autocomplete.FormulaFunctionProposalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.phoebus.framework.autocomplete.FormulaFunctionProposalTest
[INFO] Running org.phoebus.framework.autocomplete.HistoryTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.autocomplete.HistoryTest
[INFO] Running org.phoebus.framework.autocomplete.LocProposalTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.phoebus.framework.autocomplete.LocProposalTest
[INFO] Running org.phoebus.framework.autocomplete.ProposalTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.autocomplete.ProposalTest
[INFO] Running org.phoebus.framework.autocomplete.SimProposalTest
sine(2, 4,
NORMAL 'sim://'
MATCH 'sine'
MATCH '(2,' - '(min,'
MATCH ' 4,' - 'max,'
COMMENT 'update_seconds)'
sim://sine(-10, 10, 2)
MATCH 'sim://sine'
MATCH '(-10,' - '(min,'
MATCH ' 10,' - 'max,'
MATCH ' 2)' - 'update_seconds)'
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.autocomplete.SimProposalTest
[INFO] Running org.phoebus.framework.jobs.CommandExecutorTest
Examples directory: D:\IdeaProjects\phoebus\core\framework\src\test\resources\cmds
Examples directory: D:\IdeaProjects\phoebus\core\framework\src\test\resources\cmds
[path/cmd]
[path/cmd, arg1]
[path/cmd, arg1, arg2]
[path/cmd, one arg]
[path/cmd, one arg, arg2, arg3]
Examples directory: D:\IdeaProjects\phoebus\core\framework\src\test\resources\cmds
Examples directory: D:\IdeaProjects\phoebus\core\framework\src\test\resources\cmds
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.phoebus.framework.jobs.CommandExecutorTest
[INFO] Running org.phoebus.framework.jobs.JobMonitorTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.jobs.JobMonitorTest
[INFO] Running org.phoebus.framework.jobs.JobTest
Doing something..
Doing something..
INFO: Job 'Demo': Wasting time - Cancelled
[Job 'Demo': Wasting time - Cancelled]
[Job 'Demo': Wasting time - Cancelled]
Doing something..
Cancelled, exiting early
Job A
Job B
[Job 'Demo': Stepping (0/3)]
[Job 'Demo': Stepping (0/3)]
[Job 'Demo': Stepping (1/3)]
[Job 'Demo': Stepping (2/3)]
[Job 'Demo': Finished (3/3)]
[]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.475 s - in org.phoebus.framework.jobs.JobTest
[INFO] Running org.phoebus.framework.macros.MacrosUnitTest
[]
[FINAL = '$(MAY_NOT_BE_SET=default_value)']
[A = 'a', B = 'b']
[DERIVED = '$(MAIN=default)']
[DERIVED = '$(MAIN=default)', MAIN = 'main']
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.phoebus.framework.macros.MacrosUnitTest
[INFO] Running org.phoebus.framework.nls.NLSMessagesTest
SEVERE: org.phoebus.framework.nls.NLSMessagesTest is missing value for 'MissingMessage'
Messages for 'de': Moin, Tschüss
SEVERE: org.phoebus.framework.nls.NLSMessagesTest is missing value for 'MissingMessage'
Message missing from all localizations: <MissingMessage>
SEVERE: org.phoebus.framework.nls.NLSMessagesTest is missing value for 'MissingMessage'
Messages for the nonexistent 'fr' localization: Hello, Bye
SEVERE: org.phoebus.framework.nls.NLSMessagesTest is missing value for 'MissingMessage'
Message missing from 'de': How are you?
SEVERE: org.phoebus.framework.nls.NLSMessagesTest is missing value for 'MissingMessage'
Messages for 'en': Hello, Bye
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.phoebus.framework.nls.NLSMessagesTest
[INFO] Running org.phoebus.framework.persistence.XMLMementoTest
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<memento>
    <sub1 x="10"/>
    <sub2 y="20">
        <sub2_1 z="30"/>
    </sub2>
</memento>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<memento flag="true" float="3.14" huge="2147483649" number="42" text="Some text&#10;Another line"/>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<memento>
    <sub1 x="10"/>
</memento>

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<memento>
    <sub1 x="10"/>
</memento>

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.phoebus.framework.persistence.XMLMementoTest
[INFO] Running org.phoebus.framework.persistence.XMLUtilUnitTest
Found widget with name Fred
Name: Fred
Date:  --
Detected: Wrong document type. Expected <no_display> but found <display>
Found widget with version 1.0
Found widget with version 1.0
Found 2 widgets
Found widget name in line 4
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.phoebus.framework.persistence.XMLUtilUnitTest
[INFO] Running org.phoebus.framework.persistence.XMLWriteTest

== Plain XML output ==
<?xml version="1.0" encoding="UTF-8"?><display><widget type="whatever"><x>42</x><y>73</y><align side="left"/><text>Hello, Dolly!</text><option wrap="true"/></widget></display>

== Indented XML output ==
<?xml version="1.0" encoding="UTF-8"?>
<display>
  <widget type="whatever">
    <x>42</x>
    <y>73</y>
    <align side="left"/>
    <text>Hello, Dolly!</text>
    <option wrap="true"/>
  </widget>
</display>

Desired output:
<?xml version="1.0" encoding="UTF-8"?>
<display>
  <widget type="whatever">
    <x>42</x>
    <y>73</y>
    <align side="left"/>
    <text>Hello, Dolly!</text>
    <option wrap="true"/>
  </widget>
</display>

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.persistence.XMLWriteTest
[INFO] Running org.phoebus.framework.preferences.AnnotatedPreferencesTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.preferences.AnnotatedPreferencesTest
[INFO] Running org.phoebus.framework.preferences.PreferencesReaderTest
Running on Java 16.0.2 in C:\Program Files\OpenJDK\jdk-16.0.2
Expect warning about undefined property
SEVERE: Reading Preferences: Java system property or Environment variable'$(VeryUnlikelyToExist)' is not defined
WARNING: Prefs file removed in background C:\Users\ggf\.phoebus\.userPrefs\prefs.xml
# Preference settings
# Format:
# the.package.name/key=value
org.csstudio.display.builder.editor/hidden_widget_types=linear-meter,knob,gauge,clock,digital_clock
org.csstudio.display.builder.editor/new_display_template=examples:/initial.bob
org.csstudio.display.builder.editor/undo_stack_size=50
org.csstudio.display.builder.editor.app.DisplayEditorInstance/prop_divider=0.7541899441340782
org.csstudio.display.builder.editor.app.DisplayEditorInstance/props=false
org.csstudio.display.builder.editor.app.DisplayEditorInstance/show_coords=true
org.csstudio.display.builder.editor.app.DisplayEditorInstance/snap_grid=true
org.csstudio.display.builder.editor.app.DisplayEditorInstance/snap_widgets=true
org.csstudio.display.builder.editor.app.DisplayEditorInstance/tree=false
org.csstudio.display.builder.editor.app.DisplayEditorInstance/tree_divider=0.25219473264166004
org.csstudio.display.builder.editor.properties.RulesDialog/content.divider.position=0.3556547619047619
org.csstudio.display.builder.editor.properties.RulesDialog/content.height=544.0
org.csstudio.display.builder.editor.properties.RulesDialog/content.width=1364.0
org.csstudio.display.builder.editor.properties.RulesDialog/dialog.x=481.0
org.csstudio.display.builder.editor.properties.RulesDialog/dialog.y=377.0
org.csstudio.display.builder.editor.properties.RulesDialog/rule.content.divider.position=0.5005861664712778
org.csstudio.display.builder.model/cache_timeout=60
org.csstudio.display.builder.model/class_files=examples:classes.bcf
org.csstudio.display.builder.model/color_files=examples:color.def
org.csstudio.display.builder.model/font_files=examples:font.def
org.csstudio.display.builder.model/legacy_font_calibration=1.01
org.csstudio.display.builder.model/macros=<EXAMPLE_MACRO>Value from Preferences</EXAMPLE_MACRO><TEST>true</TEST>
org.csstudio.display.builder.model/max_reparse_iterations=5000
org.csstudio.display.builder.model/read_timeout=10000
org.csstudio.display.builder.model/skip_defaults=true
org.csstudio.display.builder.representation/embedded_timeout=5000
org.csstudio.display.builder.representation/image_update_delay=250
org.csstudio.display.builder.representation/performance_log_period_secs=5
org.csstudio.display.builder.representation/performance_log_threshold_ms=20
org.csstudio.display.builder.representation/plot_update_delay=250
org.csstudio.display.builder.representation/tooltip_length=150
org.csstudio.display.builder.representation/update_accumulation_time=20
org.csstudio.display.builder.representation/update_delay=100
org.csstudio.display.builder.representation.javafx/inc_dec_slider=true
org.csstudio.display.builder.representation.javafx.ScriptsDialog/content.divider.position=0.5
org.csstudio.display.builder.representation.javafx.ScriptsDialog/content.height=532.0
org.csstudio.display.builder.representation.javafx.ScriptsDialog/content.width=774.0
org.csstudio.display.builder.representation.javafx.ScriptsDialog/dialog.x=708.0
org.csstudio.display.builder.representation.javafx.ScriptsDialog/dialog.y=320.0
org.csstudio.display.builder.representation.javafx.actionsdialog.ActionsDialog/content.height=885.0
org.csstudio.display.builder.representation.javafx.actionsdialog.ActionsDialog/content.width=1000.0
org.csstudio.display.builder.representation.javafx.actionsdialog.ActionsDialog/dialog.x=626.0
org.csstudio.display.builder.representation.javafx.actionsdialog.ActionsDialog/dialog.y=107.0
org.csstudio.display.builder.runtime/probe_display=examples:/probe.bob
org.csstudio.display.builder.runtime/pv_name_patches=\{"longString":true\}"@@^="([a-zA-Z]+)"@loc://str$1("$1")
org.csstudio.display.builder.runtime/python_path=
org.csstudio.display.builder.runtime/update_throttle=250
org.csstudio.display.converter.edm/auto_converter_dir=
org.csstudio.display.converter.edm/colors_list=
org.csstudio.display.converter.edm/edm_paths_config=
org.csstudio.display.converter.edm/font_mappings=helvetica=Liberation Sans,courier=Liberation Mono,times=Liberation Serif,.*=Liberation Sans
org.csstudio.display.converter.edm/stp_path_patch_pattern=
org.csstudio.display.converter.edm/stp_path_patch_replacement=
org.csstudio.javafx.rtplot/shady_future=128, 128, 128, 128
org.csstudio.scan.client/host=localhost
org.csstudio.scan.client/poll_period=1000
org.csstudio.scan.client/port=4810
org.csstudio.scan.ui/monitor_status=false
org.csstudio.trends.databrowser3/archive_fetch_delay=500
org.csstudio.trends.databrowser3/archive_rescale=STAGGER
org.csstudio.trends.databrowser3/archives=pbraw://www.helmholtz-berlin.de/archiver/retrieval/|BESSY ArchAppl (external access)*pbraw://www.helmholtz-berlin.de/archiver/FASTZC/retrieval/|BESSY FASTZC (external access)*pbraw://www.helmholtz-berlin.de/archiver/MLS/retrieval/|MLS ArchAppl (external access)*pbraw://www.helmholtz-berlin.de/archiver/BPRO/retrieval/|bERLinPro ArchAppl (external access)*pbraw://www.helmholtz-berlin.de/archiver/ALL/retrieval/|Meta ArchAppl of all archives (TEST!) (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2003-2010.cgi|old BESSY Channel Archiver data 2003-2010 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2011-2013.cgi|old BESSY Channel Archiver data 2011-2013 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2014-2015.cgi|old BESSY Channel Archiver data 2014-2015 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2016.cgi|old BESSY Channel Archiver data 2016 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2017-1.cgi|old BESSY Channel Archiver data 2017-1 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2017-2.cgi|old BESSY Channel Archiver data 2017-2 (external access)*xnds://www.helmholtz-berlin.de/archiver/cgi/ArchiveDataServer-HoBiCaT.cgi|HoBiCaT Channel Archiver (external access)*pbraw://archiver.bessy.de/retrieval/|BESSY ArchAppl (internal access)*pbraw://archiver.bessy.de/FASTZC/retrieval/|BESSY FASTZC (internal access)*pbraw://archiver.bessy.de/MLS/retrieval/|MLS ArchAppl (internal access)*pbraw://archiver.bessy.de/BPRO/retrieval/|bERLinPro ArchAppl (internal access)*pbraw://archiver.bessy.de/ALL/retrieval/|Meta ArchAppl of all archives (TEST!) (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2003-2010.cgi|old BESSY Channel Archiver data 2003-2010 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2011-2013.cgi|old BESSY Channel Archiver data 2011-2013 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2014-2015.cgi|old BESSY Channel Archiver data 2014-2015 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2016.cgi|old BESSY Channel Archiver data 2016 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2017-1.cgi|old BESSY Channel Archiver data 2017-1 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2017-2.cgi|old BESSY Channel Archiver data 2017-2 (internal access)*xnds://archiver.bessy.de/cgi/ArchiveDataServer-HoBiCaT.cgi|HoBiCaT Channel Archiver (internal access)
org.csstudio.trends.databrowser3/automatic_history_refresh=false
org.csstudio.trends.databrowser3/concurrent_requests=1000
org.csstudio.trends.databrowser3/drop_failed_archives=true
org.csstudio.trends.databrowser3/email_default_sender=
org.csstudio.trends.databrowser3/line_width=2
org.csstudio.trends.databrowser3/live_buffer_size=5000
org.csstudio.trends.databrowser3/opacity=40
org.csstudio.trends.databrowser3/plot_bins=-3
org.csstudio.trends.databrowser3/plt_repository=/opt/codac/opi/databrowser/
org.csstudio.trends.databrowser3/prompt_for_errors=false
org.csstudio.trends.databrowser3/prompt_for_raw_data_request=true
org.csstudio.trends.databrowser3/prompt_for_visibility=true
org.csstudio.trends.databrowser3/scan_period=0.0
org.csstudio.trends.databrowser3/scroll_step=5
org.csstudio.trends.databrowser3/time_span=3600
org.csstudio.trends.databrowser3/time_span_shortcuts=30 Minutes,-30 min|1 Hour,-1 hour|12 Hours,-12 hour|1 Day,-1 days|7 Days,-7 days
org.csstudio.trends.databrowser3/trace_type=AREA
org.csstudio.trends.databrowser3/update_period=3.0
org.csstudio.trends.databrowser3/urls=pbraw://www.helmholtz-berlin.de/archiver/retrieval/|BESSY ArchAppl (external access)*pbraw://www.helmholtz-berlin.de/archiver/FASTZC/retrieval/|BESSY FASTZC (external access)*pbraw://www.helmholtz-berlin.de/archiver/MLS/retrieval/|MLS ArchAppl (external access)*pbraw://www.helmholtz-berlin.de/archiver/BPRO/retrieval/|bERLinPro ArchAppl (external access)*pbraw://www.helmholtz-berlin.de/archiver/ALL/retrieval/|Meta ArchAppl of all archives (TEST!) (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2003-2010.cgi|old BESSY Channel Archiver data 2003-2010 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2011-2013.cgi|old BESSY Channel Archiver data 2011-2013 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2014-2015.cgi|old BESSY Channel Archiver data 2014-2015 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2016.cgi|old BESSY Channel Archiver data 2016 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2017-1.cgi|old BESSY Channel Archiver data 2017-1 (external access)*xnds://www.helmholtz-berlin.de/archiver/CARCH/cgi/ArchiveDataServer-2017-2.cgi|old BESSY Channel Archiver data 2017-2 (external access)*xnds://www.helmholtz-berlin.de/archiver/cgi/ArchiveDataServer-HoBiCaT.cgi|HoBiCaT Channel Archiver (external access)*pbraw://archiver.bessy.de/retrieval/|BESSY ArchAppl (internal access)*pbraw://archiver.bessy.de/FASTZC/retrieval/|BESSY FASTZC (internal access)*pbraw://archiver.bessy.de/MLS/retrieval/|MLS ArchAppl (internal access)*pbraw://archiver.bessy.de/BPRO/retrieval/|bERLinPro ArchAppl (internal access)*pbraw://archiver.bessy.de/ALL/retrieval/|Meta ArchAppl of all archives (TEST!) (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2003-2010.cgi|old BESSY Channel Archiver data 2003-2010 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2011-2013.cgi|old BESSY Channel Archiver data 2011-2013 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2014-2015.cgi|old BESSY Channel Archiver data 2014-2015 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2016.cgi|old BESSY Channel Archiver data 2016 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2017-1.cgi|old BESSY Channel Archiver data 2017-1 (internal access)*xnds://archiver.bessy.de/CARCH/cgi/ArchiveDataServer-2017-2.cgi|old BESSY Channel Archiver data 2017-2 (internal access)*xnds://archiver.bessy.de/cgi/ArchiveDataServer-HoBiCaT.cgi|HoBiCaT Channel Archiver (internal access)
org.csstudio.trends.databrowser3/use_auto_scale=false
org.csstudio.trends.databrowser3/use_default_archives=false
org.csstudio.trends.databrowser3/use_trace_names=true
org.phoebus.app.viewer3d/cone_faces=8
org.phoebus.app.viewer3d/default_dir=$(user.home)
org.phoebus.app.viewer3d/read_timeout=10000
org.phoebus.applications.alarm/alarm_area_column_count=3
org.phoebus.applications.alarm/alarm_area_font_size=15
org.phoebus.applications.alarm/alarm_area_gap=5
org.phoebus.applications.alarm/alarm_area_level=2
org.phoebus.applications.alarm/alarm_menu_max_items=10
org.phoebus.applications.alarm/alarm_table_max_rows=2500
org.phoebus.applications.alarm/annunciator_retention_count=100
org.phoebus.applications.alarm/annunciator_threshold=3
org.phoebus.applications.alarm/automated_action_followup=mailto:, cmd:
org.phoebus.applications.alarm/automated_email_sender=Alarm Notifier <alarm_server@example.org>
org.phoebus.applications.alarm/command_directory=$(user.home)
org.phoebus.applications.alarm/config_name=BESSY2
org.phoebus.applications.alarm/config_names=BESSY2
org.phoebus.applications.alarm/connection_timeout=30
org.phoebus.applications.alarm/disable_notify_visible=false
org.phoebus.applications.alarm/heartbeat_pv=
org.phoebus.applications.alarm/heartbeat_secs=10
org.phoebus.applications.alarm/idle_timeout=10
org.phoebus.applications.alarm/nag_period=00:15:00
org.phoebus.applications.alarm/server=phat.trs.bessy.de:9092
org.phoebus.applications.alarm.logging.ui/es_host=130.199.219.152
org.phoebus.applications.alarm.logging.ui/es_index=accelerator_alarms
org.phoebus.applications.alarm.logging.ui/es_max_size=1000
org.phoebus.applications.alarm.logging.ui/es_port=9200
org.phoebus.applications.alarm.logging.ui/es_sniff=false
org.phoebus.applications.console/directory=$(user.home)
org.phoebus.applications.console/font_name=Liberation Mono
org.phoebus.applications.console/font_size=14
org.phoebus.applications.console/history_size=20
org.phoebus.applications.console/output_line_limit=100
org.phoebus.applications.console/prompt=>>>
org.phoebus.applications.console/prompt_info=Enter console command
org.phoebus.applications.console/shell=/usr/bin/python -i
org.phoebus.applications.errlog/max_lines=500
org.phoebus.applications.filebrowser/default_root=$(user.home)
org.phoebus.applications.filebrowser/show_hidden=false
org.phoebus.applications.pvtable/max_update_period=500
org.phoebus.applications.pvtable/show_description=true
org.phoebus.applications.pvtable/show_units=true
org.phoebus.applications.pvtable/tolerance=0.1
org.phoebus.applications.pvtable/treat_byte_array_as_string=true
org.phoebus.applications.pvtree/fields=aai(INP);ai(INP);bi(INP);compress(INP);longin(INP);int64in(INP);mbbi(INP);mbbiDirect(INP);mbboDirect(INP);stringin(INP);lsi(INP);subArray(INP);waveform(INP);aao(DOL);ao(DOL);bo(DOL);fanout(DOL);longout(DOL);int64out(DOL);mbbo(DOL);stringout(DOL);sub(INPA-L);genSub(INPA-L);calc(INPA-L);calcout(INPA-L);aSub(INPA-U);seq(SELN);bigASub(INP001-128);scalcout(INPA-L,INAA,INBB,INCC,INDD,INEE,INFF,INGG,INHH,INII,INJJ,INKK,INLL);alarm(INP1-9,INP10)
org.phoebus.applications.pvtree/read_long_fields=true
org.phoebus.applications.pvtree/update_period=0.5
org.phoebus.applications.saveandrestore/enableCSVIO=false
org.phoebus.applications.saveandrestore/httpClient.connectTimeout=1000
org.phoebus.applications.saveandrestore/httpClient.readTimeout=1000
org.phoebus.applications.saveandrestore/jmasar.service.url=http://localhost:8080
org.phoebus.applications.saveandrestore/regexHierarchyParser.regexList=(\w+)_(\w+):(\w+)_(\w+):(.*),(\w+)_(\w+):(\w+)_(.*),(\w+)_(\w+):(.*),(\w+):(.*)
org.phoebus.applications.saveandrestore/sortSnapshotsTimeReversed=false
org.phoebus.applications.saveandrestore/splitSaveset=false
org.phoebus.applications.saveandrestore/splitSnapshot=false
org.phoebus.applications.saveandrestore/treeTableView.enable=false
org.phoebus.applications.saveandrestore/treeTableView.hierarchyParser=RegexHierarchyParser
org.phoebus.applications.update/cone_faces=8
org.phoebus.applications.update/current_version=
org.phoebus.applications.update/default_dir=$(user.home)
org.phoebus.applications.update/delay=10
org.phoebus.applications.update/read_timeout=10000
org.phoebus.applications.update/removals=CSS_Phoebus\.app/Contents/.*,CSS_Phoebus\.app/,phoebus\.app/Contents/.*,phoebus\.app/,phoebus-[^/]+/,product-[^/]+/,jdk/.*
org.phoebus.applications.update/update_url=
org.phoebus.archive.reader.appliance/useHttps=false
org.phoebus.archive.reader.appliance/useNewOptimizedOperator=true
org.phoebus.archive.reader.appliance/useStatisticsForOptimizedData=true
org.phoebus.archive.reader.channelarchiver/use_https=false
org.phoebus.archive.reader.rdb/fetch_size=1000
org.phoebus.archive.reader.rdb/password=$archive
org.phoebus.archive.reader.rdb/prefix=
org.phoebus.archive.reader.rdb/starttime_function=
org.phoebus.archive.reader.rdb/stored_procedure=
org.phoebus.archive.reader.rdb/timeout_secs=120
org.phoebus.archive.reader.rdb/use_array_blob=true
org.phoebus.archive.reader.rdb/user=archive
org.phoebus.channel.views.ui/show_active_cb=false
org.phoebus.channelfinder/password=adminPass
org.phoebus.channelfinder/serviceURL=http://localhost:8080/ChannelFinder
org.phoebus.channelfinder/username=admin
org.phoebus.elog.api/categories=Other
org.phoebus.elog.api/elog_url=http://localhost:8080/demo
org.phoebus.elog.api/types=
org.phoebus.email/mailhost=smart.helmholtz-berlin.de
org.phoebus.email/mailport=25
org.phoebus.email/password=
org.phoebus.email/username=
org.phoebus.framework.autocomplete/enable_formula_proposals=true
org.phoebus.framework.autocomplete/enable_loc_pv_proposals=true
org.phoebus.framework.autocomplete/enable_mqtt_pv_proposals=false
org.phoebus.framework.autocomplete/enable_pva_pv_proposals=true
org.phoebus.framework.autocomplete/enable_sim_pv_proposals=true
org.phoebus.framework.autocomplete/enable_sys_pv_proposals=true
org.phoebus.framework.workbench/external_apps_directory=$(user.home)
org.phoebus.logbook.olog.ui/calendar_view_item_stylesheet=Agenda.css
org.phoebus.logbook.olog.ui/default_logbook_query=desc=*&start=12 hours&end=now
org.phoebus.logbook.olog.ui/default_logbooks=Scratch Pad
org.phoebus.logbook.olog.ui/level_field_name=Level:
org.phoebus.logbook.olog.ui/markup_help=CommonmarkCheatsheet.html
org.phoebus.logbook.olog.ui/save_credentials=false
org.phoebus.logbook.ui/calendar_view_item_stylesheet=Agenda.css
org.phoebus.logbook.ui/default_logbook_query=desc=*&start=12 hours&end=now
org.phoebus.logbook.ui/default_logbooks=Scratch Pad
org.phoebus.logbook.ui/level_field_name=Level:
org.phoebus.logbook.ui/logbook_factory=inmemory
org.phoebus.logbook.ui/save_credentials=false
org.phoebus.olog.api/connectTimeout=0
org.phoebus.olog.api/debug=false
org.phoebus.olog.api/olog_url=localhost:9092
org.phoebus.olog.api/password=****
org.phoebus.olog.api/username=user
org.phoebus.olog.es.api/connectTimeout=0
org.phoebus.olog.es.api/debug=false
org.phoebus.olog.es.api/levels=Urgent,Suggestion,Info,Request,Problem
org.phoebus.olog.es.api/olog_url=http://localhost:8080/Olog
org.phoebus.olog.es.api/password=1234
org.phoebus.olog.es.api/username=admin
org.phoebus.pv/default=ca
org.phoebus.pv.ca/addr_list=
org.phoebus.pv.ca/auto_addr_list=true
org.phoebus.pv.ca/beacon_period=15
org.phoebus.pv.ca/connection_timeout=30
org.phoebus.pv.ca/dbe_property_supported=false
org.phoebus.pv.ca/large_array_threshold=100000
org.phoebus.pv.ca/max_array_bytes=100000000
org.phoebus.pv.ca/monitor_mask=VALUE
org.phoebus.pv.ca/name_servers=
org.phoebus.pv.ca/repeater_port=5065
org.phoebus.pv.ca/server_port=5064
org.phoebus.pv.ca/variable_length_array=auto
org.phoebus.pv.formula/throttle_ms=500
org.phoebus.pv.mqtt/mqtt_broker=tcp://localhost:1883
org.phoebus.security/authorization_file=
org.phoebus.ui/default_apps=run,3d,convert_edm
org.phoebus.ui/hide_spi_menu=org.phoebus.ui.monitoring.FreezeUI
org.phoebus.ui/home_display=examples:/01_main.bob?app=display_runtime,Example Display
org.phoebus.ui/max_array_formatting=256
org.phoebus.ui/splash=false
org.phoebus.ui/status_show_user=true
org.phoebus.ui/top_resources=examples:/01_main.bob?app=display_runtime,Example Display | pv://?sim://sine&app=probe,Probe Example | pv://?sim://sine&loc://x(10)&app=pv_table,PV Table Example | http://www.google.com?app=web, Google
org.phoebus.ui/ui_monitor_period=500
org.phoebus.ui/welcome=
org.phoebus.ui.dialog.MultiLineInputDialog/content.height=300.0
org.phoebus.ui.dialog.MultiLineInputDialog/content.width=600.0
org.phoebus.ui.dialog.MultiLineInputDialog/dialog.x=936.0
org.phoebus.ui.dialog.MultiLineInputDialog/dialog.y=669.0
# End.
Done
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.phoebus.framework.preferences.PreferencesReaderTest
[INFO] Running org.phoebus.framework.util.ResourceParserTest
file:/some/file/path
file:/some/file/path?app=probe
file:/D:/IdeaProjects/phoebus/core/framework/src/test/resources/test.plt
file:///D:/IdeaProjects/phoebus/core/framework/src/test/resources/test.plt
D:\IdeaProjects\phoebus\core\framework\some\bogus\file
{Fred=[], X=[1], Y=[2 3], Z=[2+3]}
pv://?Fred
[Fred]
pv://?Fred&Jane&AnotherPV&app=probe&target=test
[Fred, Jane, AnotherPV]
No PVs found in 'pv://some.site'
http://some.site/file/path
[ERROR] Tests run: 6, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.016 s <<< FAILURE! - in org.phoebus.framework.util.ResourceParserTest
[ERROR] checkFileToURI(org.phoebus.framework.util.ResourceParserTest)  Time elapsed: 0 s  <<< FAILURE!
java.lang.AssertionError:

Expected: "file:/C:/some/dir%20with%20space/file.abc"
     but: was "file:/D:/some/dir%20with%20space/file.abc"
        at org.phoebus.framework.util.ResourceParserTest.checkFileToURI(ResourceParserTest.java:108)

[INFO] Running org.phoebus.framework.util.RingBufferUnitTest
1

1 2 3 4
1 2 3 4 5
5 6 7 8 9
5 6 7 8 9
5 6 7 8 9 10
5
6
7
8
9
10
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.util.RingBufferUnitTest
[INFO] Running org.phoebus.framework.workbench.LocationsTest
Install location: D:\IdeaProjects\phoebus
User location   : C:\Users\ggf\.phoebus
==> Development setup, found core/framework/src
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.phoebus.framework.workbench.LocationsTest
[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   ResourceParserTest.checkFileToURI:108
Expected: "file:/C:/some/dir%20with%20space/file.abc"
     but: was "file:/D:/some/dir%20with%20space/file.abc"
[INFO]
[ERROR] Tests run: 57, Failures: 1, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] phoebus (parent) 4.6.6-SNAPSHOT .................... SUCCESS [  0.432 s]
[INFO] dependencies 4.6.6-SNAPSHOT ........................ SUCCESS [  0.015 s]
[INFO] install-jars 4.6.6-SNAPSHOT ........................ SUCCESS [  0.602 s]
[INFO] phoebus-target 4.6.6-SNAPSHOT ...................... SUCCESS [  1.605 s]
[INFO] core 4.6.6-SNAPSHOT ................................ SUCCESS [  0.015 s]
[INFO] core-vtype 4.6.6-SNAPSHOT .......................... SUCCESS [  3.565 s]
[INFO] core-formula 4.6.6-SNAPSHOT ........................ SUCCESS [  3.667 s]
[INFO] core-framework 4.6.6-SNAPSHOT ...................... FAILURE [  7.829 s]
[INFO] core-types 4.6.6-SNAPSHOT .......................... SKIPPED
[INFO] core-util 4.6.6-SNAPSHOT ........................... SKIPPED
[INFO] core-pva 4.6.6-SNAPSHOT ............................ SKIPPED
[INFO] core-pv 4.6.6-SNAPSHOT ............................. SKIPPED
[INFO] core-security 4.6.6-SNAPSHOT ....................... SKIPPED
[INFO] core-ui 4.6.6-SNAPSHOT ............................. SKIPPED
[INFO] core-logbook 4.6.6-SNAPSHOT ........................ SKIPPED
[INFO] core-email 4.6.6-SNAPSHOT .......................... SKIPPED
[INFO] core-launcher 4.6.6-SNAPSHOT ....................... SKIPPED
[INFO] app 4.6.6-SNAPSHOT ................................. SKIPPED
[INFO] app-diag 4.6.6-SNAPSHOT ............................ SKIPPED
[INFO] app-log-configuration 4.6.6-SNAPSHOT ............... SKIPPED
[INFO] app-probe 4.6.6-SNAPSHOT ........................... SKIPPED
[INFO] app-pvtable 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-pvtree 4.6.6-SNAPSHOT .......................... SKIPPED
[INFO] app-update 4.6.6-SNAPSHOT .......................... SKIPPED
[INFO] app-email 4.6.6-SNAPSHOT ........................... SKIPPED
[INFO] app-email-ui 4.6.6-SNAPSHOT ........................ SKIPPED
[INFO] app-errlog 4.6.6-SNAPSHOT .......................... SKIPPED
[INFO] app-filebrowser 4.6.6-SNAPSHOT ..................... SKIPPED
[INFO] app-logbook 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-logbook-inmemory 4.6.6-SNAPSHOT ................ SKIPPED
[INFO] app-logbook-ui 4.6.6-SNAPSHOT ...................... SKIPPED
[INFO] app-logbook-olog 4.6.6-SNAPSHOT .................... SKIPPED
[INFO] app-logbook-olog-client 4.6.6-SNAPSHOT ............. SKIPPED
[INFO] app-logbook-olog-client-es 4.6.6-SNAPSHOT .......... SKIPPED
[INFO] app-logbook-olog-ui 4.6.6-SNAPSHOT ................. SKIPPED
[INFO] app-logbook-elog 4.6.6-SNAPSHOT .................... SKIPPED
[INFO] app-rtplot 4.6.6-SNAPSHOT .......................... SKIPPED
[INFO] app-databrowser 4.6.6-SNAPSHOT ..................... SKIPPED
[INFO] app-display 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-display-model 4.6.6-SNAPSHOT ................... SKIPPED
[INFO] app-display-representation 4.6.6-SNAPSHOT .......... SKIPPED
[INFO] app-3d-viewer 4.6.6-SNAPSHOT ....................... SKIPPED
[INFO] app-display-representation-javafx 4.6.6-SNAPSHOT ... SKIPPED
[INFO] app-display-fonts 4.6.6-SNAPSHOT ................... SKIPPED
[INFO] app-display-runtime 4.6.6-SNAPSHOT ................. SKIPPED
[INFO] app-display-editor 4.6.6-SNAPSHOT .................. SKIPPED
[INFO] app-display-convert-medm 4.6.6-SNAPSHOT ............ SKIPPED
[INFO] app-display-convert-edm 4.6.6-SNAPSHOT ............. SKIPPED
[INFO] app-display-navigation 4.6.6-SNAPSHOT .............. SKIPPED
[INFO] app-display-adapters 4.6.6-SNAPSHOT ................ SKIPPED
[INFO] app-alarm 4.6.6-SNAPSHOT ........................... SKIPPED
[INFO] app-alarm-model 4.6.6-SNAPSHOT ..................... SKIPPED
[INFO] app-alarm-ui 4.6.6-SNAPSHOT ........................ SKIPPED
[INFO] app-alarm-logging-ui 4.6.6-SNAPSHOT ................ SKIPPED
[INFO] app-alarm-datasouce 4.6.6-SNAPSHOT ................. SKIPPED
[INFO] app-scan 4.6.6-SNAPSHOT ............................ SKIPPED
[INFO] app-scan-model 4.6.6-SNAPSHOT ...................... SKIPPED
[INFO] app-scan-client 4.6.6-SNAPSHOT ..................... SKIPPED
[INFO] app-scan-ui 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-channel 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-channel-channelfinder 4.6.6-SNAPSHOT ........... SKIPPED
[INFO] app-channel-utility 4.6.6-SNAPSHOT ................. SKIPPED
[INFO] app-channel-views 4.6.6-SNAPSHOT ................... SKIPPED
[INFO] app-perfmon 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-pace 4.6.6-SNAPSHOT ............................ SKIPPED
[INFO] app-save-and-restore 4.6.6-SNAPSHOT ................ SKIPPED
[INFO] app-save-and-restore-model 4.6.6-SNAPSHOT .......... SKIPPED
[INFO] app-save-and-restore-ui 4.6.6-SNAPSHOT ............. SKIPPED
[INFO] app-console 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-trends 4.6.6-SNAPSHOT .......................... SKIPPED
[INFO] app-trends-rich-adapters 4.6.6-SNAPSHOT ............ SKIPPED
[INFO] app-trends-simple-adapters 4.6.6-SNAPSHOT .......... SKIPPED
[INFO] app-utility 4.6.6-SNAPSHOT ......................... SKIPPED
[INFO] app-utility-preference-manager 4.6.6-SNAPSHOT ...... SKIPPED
[INFO] app-imageviewer 4.6.6-SNAPSHOT ..................... SKIPPED
[INFO] product 4.6.6-SNAPSHOT ............................. SKIPPED
[INFO] services 4.6.6-SNAPSHOT ............................ SKIPPED
[INFO] service-alarm-server 4.6.6-SNAPSHOT ................ SKIPPED
[INFO] service-archive-engine 4.6.6-SNAPSHOT .............. SKIPPED
[INFO] service-scan-server 4.6.6-SNAPSHOT ................. SKIPPED
[INFO] service-alarm-logger 4.6.6-SNAPSHOT ................ SKIPPED
[INFO] service-alarm-config-logger 4.6.6-SNAPSHOT ......... SKIPPED
[INFO] service-save-and-restore 4.6.7-SNAPSHOT ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  18.122 s
[INFO] Finished at: 2021-08-30T11:04:01+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project core-framework: There are test failures.
[ERROR]
[ERROR] Please refer to D:\IdeaProjects\phoebus\core\framework\target\surefire-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :core-framework
georgweiss commented 3 years ago

Seems a junit test is failing the build. Please run mvn -DskipTests=true clean install to establish that build is OK with respect to dependencies.

nugatritter commented 3 years ago

That looks good.

D:\IdeaProjects\phoebus>mvn -DskipTests=true clean
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.phoebus:phoebus-target:jar:4.6.6-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.atlassian.commonmark:commonmark:jar -> duplicate declaration of version 0.17.0 @ line 341, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.atlassian.commonmark:commonmark-ext-gfm-tables:jar -> duplicate declaration of version 0.17.0 @ line 346, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: com.atlassian.commonmark:commonmark-ext-image-attributes:jar -> duplicate declaration of version 0.17.0 @ line 351, column 17
[WARNING]
[WARNING] Some problems were encountered while building the effective model for org.phoebus:app-trends-rich-adapters:jar:4.6.6-SNAPSHOT
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.phoebus:app-email-ui:jar -> duplicate declaration of version 4.6.6-SNAPSHOT @ line 25, column 17
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] phoebus (parent)                                                   [pom]
[INFO] dependencies                                                       [pom]
[INFO] install-jars                                                       [jar]
[INFO] phoebus-target                                                     [jar]
[INFO] core                                                               [pom]
[INFO] core-vtype                                                         [jar]
[INFO] core-formula                                                       [jar]
[INFO] core-framework                                                     [jar]
[INFO] core-types                                                         [jar]
[INFO] core-util                                                          [jar]
[INFO] core-pva                                                           [jar]
[INFO] core-pv                                                            [jar]
[INFO] core-security                                                      [jar]
[INFO] core-ui                                                            [jar]
[INFO] core-logbook                                                       [jar]
[INFO] core-email                                                         [jar]
[INFO] core-launcher                                                      [jar]
[INFO] app                                                                [pom]
[INFO] app-diag                                                           [jar]
[INFO] app-log-configuration                                              [jar]
[INFO] app-probe                                                          [jar]
[INFO] app-pvtable                                                        [jar]
[INFO] app-pvtree                                                         [jar]
[INFO] app-update                                                         [jar]
[INFO] app-email                                                          [pom]
[INFO] app-email-ui                                                       [jar]
[INFO] app-errlog                                                         [jar]
[INFO] app-filebrowser                                                    [jar]
[INFO] app-logbook                                                        [pom]
[INFO] app-logbook-inmemory                                               [jar]
[INFO] app-logbook-ui                                                     [jar]
[INFO] app-logbook-olog                                                   [pom]
[INFO] app-logbook-olog-client                                            [jar]
[INFO] app-logbook-olog-client-es                                         [jar]
[INFO] app-logbook-olog-ui                                                [jar]
[INFO] app-logbook-elog                                                   [jar]
[INFO] app-rtplot                                                         [jar]
[INFO] app-databrowser                                                    [jar]
[INFO] app-display                                                        [pom]
[INFO] app-display-model                                                  [jar]
[INFO] app-display-representation                                         [jar]
[INFO] app-3d-viewer                                                      [jar]
[INFO] app-display-representation-javafx                                  [jar]
[INFO] app-display-fonts                                                  [jar]
[INFO] app-display-runtime                                                [jar]
[INFO] app-display-editor                                                 [jar]
[INFO] app-display-convert-medm                                           [jar]
[INFO] app-display-convert-edm                                            [jar]
[INFO] app-display-navigation                                             [jar]
[INFO] app-display-adapters                                               [jar]
[INFO] app-alarm                                                          [pom]
[INFO] app-alarm-model                                                    [jar]
[INFO] app-alarm-ui                                                       [jar]
[INFO] app-alarm-logging-ui                                               [jar]
[INFO] app-alarm-datasouce                                                [jar]
[INFO] app-scan                                                           [pom]
[INFO] app-scan-model                                                     [jar]
[INFO] app-scan-client                                                    [jar]
[INFO] app-scan-ui                                                        [jar]
[INFO] app-channel                                                        [pom]
[INFO] app-channel-channelfinder                                          [jar]
[INFO] app-channel-utility                                                [jar]
[INFO] app-channel-views                                                  [jar]
[INFO] app-perfmon                                                        [jar]
[INFO] app-pace                                                           [jar]
[INFO] app-save-and-restore                                               [pom]
[INFO] app-save-and-restore-model                                         [jar]
[INFO] app-save-and-restore-ui                                            [jar]
[INFO] app-console                                                        [jar]
[INFO] app-trends                                                         [pom]
[INFO] app-trends-rich-adapters                                           [jar]
[INFO] app-trends-simple-adapters                                         [jar]
[INFO] app-utility                                                        [pom]
[INFO] app-utility-preference-manager                                     [jar]
[INFO] app-imageviewer                                                    [jar]
[INFO] product                                                            [jar]
[INFO] services                                                           [pom]
[INFO] service-alarm-server                                               [jar]
[INFO] service-archive-engine                                             [jar]
[INFO] service-scan-server                                                [jar]
[INFO] service-alarm-logger                                               [jar]
[INFO] service-alarm-config-logger                                        [jar]
[INFO] service-save-and-restore                                           [jar]
[INFO]
[INFO] -------------------------< org.phoebus:parent >-------------------------
[INFO] Building phoebus (parent) 4.6.6-SNAPSHOT                          [1/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO]
[INFO] ----------------------< org.phoebus:dependencies >----------------------
[INFO] Building dependencies 4.6.6-SNAPSHOT                              [2/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ dependencies ---
[INFO]
[INFO] ----------------------< org.phoebus:install-jars >----------------------
[INFO] Building install-jars 4.6.6-SNAPSHOT                              [3/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ install-jars ---
[INFO] Deleting D:\IdeaProjects\phoebus\dependencies\install-jars\target
[INFO]
[INFO] ---------------------< org.phoebus:phoebus-target >---------------------
[INFO] Building phoebus-target 4.6.6-SNAPSHOT                            [4/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ phoebus-target ---
[INFO] Deleting D:\IdeaProjects\phoebus\dependencies\phoebus-target\target
[INFO]
[INFO] --------------------------< org.phoebus:core >--------------------------
[INFO] Building core 4.6.6-SNAPSHOT                                      [5/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core ---
[INFO]
[INFO] -----------------------< org.phoebus:core-vtype >-----------------------
[INFO] Building core-vtype 4.6.6-SNAPSHOT                                [6/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-vtype ---
[INFO] Deleting D:\IdeaProjects\phoebus\core\vtype\target
[INFO]
[INFO] ----------------------< org.phoebus:core-formula >----------------------
[INFO] Building core-formula 4.6.6-SNAPSHOT                              [7/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-formula ---
[INFO] Deleting D:\IdeaProjects\phoebus\core\formula\target
[INFO]
[INFO] ---------------------< org.phoebus:core-framework >---------------------
[INFO] Building core-framework 4.6.6-SNAPSHOT                            [8/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-framework ---
[INFO] Deleting D:\IdeaProjects\phoebus\core\framework\target
[INFO]
[INFO] -----------------------< org.phoebus:core-types >-----------------------
[INFO] Building core-types 4.6.6-SNAPSHOT                                [9/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-types ---
[INFO]
[INFO] -----------------------< org.phoebus:core-util >------------------------
[INFO] Building core-util 4.6.6-SNAPSHOT                                [10/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-util ---
[INFO]
[INFO] ------------------------< org.phoebus:core-pva >------------------------
[INFO] Building core-pva 4.6.6-SNAPSHOT                                 [11/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-pva ---
[INFO]
[INFO] ------------------------< org.phoebus:core-pv >-------------------------
[INFO] Building core-pv 4.6.6-SNAPSHOT                                  [12/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-pv ---
[INFO]
[INFO] ---------------------< org.phoebus:core-security >----------------------
[INFO] Building core-security 4.6.6-SNAPSHOT                            [13/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-security ---
[INFO]
[INFO] ------------------------< org.phoebus:core-ui >-------------------------
[INFO] Building core-ui 4.6.6-SNAPSHOT                                  [14/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-ui ---
[INFO]
[INFO] ----------------------< org.phoebus:core-logbook >----------------------
[INFO] Building core-logbook 4.6.6-SNAPSHOT                             [15/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-logbook ---
[INFO]
[INFO] -----------------------< org.phoebus:core-email >-----------------------
[INFO] Building core-email 4.6.6-SNAPSHOT                               [16/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-email ---
[INFO]
[INFO] ---------------------< org.phoebus:core-launcher >----------------------
[INFO] Building core-launcher 4.6.6-SNAPSHOT                            [17/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-launcher ---
[INFO]
[INFO] --------------------------< org.phoebus:app >---------------------------
[INFO] Building app 4.6.6-SNAPSHOT                                      [18/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app ---
[INFO]
[INFO] ------------------------< org.phoebus:app-diag >------------------------
[INFO] Building app-diag 4.6.6-SNAPSHOT                                 [19/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-diag ---
[INFO]
[INFO] -----------------< org.phoebus:app-log-configuration >------------------
[INFO] Building app-log-configuration 4.6.6-SNAPSHOT                    [20/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-log-configuration ---
[INFO]
[INFO] -----------------------< org.phoebus:app-probe >------------------------
[INFO] Building app-probe 4.6.6-SNAPSHOT                                [21/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-probe ---
[INFO]
[INFO] ----------------------< org.phoebus:app-pvtable >-----------------------
[INFO] Building app-pvtable 4.6.6-SNAPSHOT                              [22/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-pvtable ---
[INFO]
[INFO] -----------------------< org.phoebus:app-pvtree >-----------------------
[INFO] Building app-pvtree 4.6.6-SNAPSHOT                               [23/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-pvtree ---
[INFO]
[INFO] -----------------------< org.phoebus:app-update >-----------------------
[INFO] Building app-update 4.6.6-SNAPSHOT                               [24/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-update ---
[INFO]
[INFO] -----------------------< org.phoebus:app-email >------------------------
[INFO] Building app-email 4.6.6-SNAPSHOT                                [25/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-email ---
[INFO]
[INFO] ----------------------< org.phoebus:app-email-ui >----------------------
[INFO] Building app-email-ui 4.6.6-SNAPSHOT                             [26/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-email-ui ---
[INFO]
[INFO] -----------------------< org.phoebus:app-errlog >-----------------------
[INFO] Building app-errlog 4.6.6-SNAPSHOT                               [27/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-errlog ---
[INFO]
[INFO] --------------------< org.phoebus:app-filebrowser >---------------------
[INFO] Building app-filebrowser 4.6.6-SNAPSHOT                          [28/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-filebrowser ---
[INFO]
[INFO] ----------------------< org.phoebus:app-logbook >-----------------------
[INFO] Building app-logbook 4.6.6-SNAPSHOT                              [29/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook ---
[INFO]
[INFO] ------------------< org.phoebus:app-logbook-inmemory >------------------
[INFO] Building app-logbook-inmemory 4.6.6-SNAPSHOT                     [30/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook-inmemory ---
[INFO]
[INFO] ---------------------< org.phoebus:app-logbook-ui >---------------------
[INFO] Building app-logbook-ui 4.6.6-SNAPSHOT                           [31/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook-ui ---
[INFO]
[INFO] --------------------< org.phoebus:app-logbook-olog >--------------------
[INFO] Building app-logbook-olog 4.6.6-SNAPSHOT                         [32/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook-olog ---
[INFO]
[INFO] ----------------< org.phoebus:app-logbook-olog-client >-----------------
[INFO] Building app-logbook-olog-client 4.6.6-SNAPSHOT                  [33/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook-olog-client ---
[INFO]
[INFO] ---------------< org.phoebus:app-logbook-olog-client-es >---------------
[INFO] Building app-logbook-olog-client-es 4.6.6-SNAPSHOT               [34/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook-olog-client-es ---
[INFO]
[INFO] ------------------< org.phoebus:app-logbook-olog-ui >-------------------
[INFO] Building app-logbook-olog-ui 4.6.6-SNAPSHOT                      [35/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook-olog-ui ---
[INFO]
[INFO] --------------------< org.phoebus:app-logbook-elog >--------------------
[INFO] Building app-logbook-elog 4.6.6-SNAPSHOT                         [36/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-logbook-elog ---
[INFO]
[INFO] -----------------------< org.phoebus:app-rtplot >-----------------------
[INFO] Building app-rtplot 4.6.6-SNAPSHOT                               [37/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-rtplot ---
[INFO]
[INFO] --------------------< org.phoebus:app-databrowser >---------------------
[INFO] Building app-databrowser 4.6.6-SNAPSHOT                          [38/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-databrowser ---
[INFO]
[INFO] ----------------------< org.phoebus:app-display >-----------------------
[INFO] Building app-display 4.6.6-SNAPSHOT                              [39/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display ---
[INFO]
[INFO] -------------------< org.phoebus:app-display-model >--------------------
[INFO] Building app-display-model 4.6.6-SNAPSHOT                        [40/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-model ---
[INFO]
[INFO] ---------------< org.phoebus:app-display-representation >---------------
[INFO] Building app-display-representation 4.6.6-SNAPSHOT               [41/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-representation ---
[INFO]
[INFO] ---------------------< org.phoebus:app-3d-viewer >----------------------
[INFO] Building app-3d-viewer 4.6.6-SNAPSHOT                            [42/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-3d-viewer ---
[INFO]
[INFO] -----------< org.phoebus:app-display-representation-javafx >------------
[INFO] Building app-display-representation-javafx 4.6.6-SNAPSHOT        [43/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-representation-javafx ---
[INFO]
[INFO] -------------------< org.phoebus:app-display-fonts >--------------------
[INFO] Building app-display-fonts 4.6.6-SNAPSHOT                        [44/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-fonts ---
[INFO]
[INFO] ------------------< org.phoebus:app-display-runtime >-------------------
[INFO] Building app-display-runtime 4.6.6-SNAPSHOT                      [45/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-runtime ---
[INFO]
[INFO] -------------------< org.phoebus:app-display-editor >-------------------
[INFO] Building app-display-editor 4.6.6-SNAPSHOT                       [46/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-editor ---
[INFO]
[INFO] ----------------< org.phoebus:app-display-convert-medm >----------------
[INFO] Building app-display-convert-medm 4.6.6-SNAPSHOT                 [47/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-convert-medm ---
[INFO]
[INFO] ----------------< org.phoebus:app-display-convert-edm >-----------------
[INFO] Building app-display-convert-edm 4.6.6-SNAPSHOT                  [48/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-convert-edm ---
[INFO]
[INFO] -----------------< org.phoebus:app-display-navigation >-----------------
[INFO] Building app-display-navigation 4.6.6-SNAPSHOT                   [49/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-navigation ---
[INFO]
[INFO] ------------------< org.phoebus:app-display-adapters >------------------
[INFO] Building app-display-adapters 4.6.6-SNAPSHOT                     [50/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-display-adapters ---
[INFO]
[INFO] -----------------------< org.phoebus:app-alarm >------------------------
[INFO] Building app-alarm 4.6.6-SNAPSHOT                                [51/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-alarm ---
[INFO]
[INFO] --------------------< org.phoebus:app-alarm-model >---------------------
[INFO] Building app-alarm-model 4.6.6-SNAPSHOT                          [52/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-alarm-model ---
[INFO]
[INFO] ----------------------< org.phoebus:app-alarm-ui >----------------------
[INFO] Building app-alarm-ui 4.6.6-SNAPSHOT                             [53/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-alarm-ui ---
[INFO]
[INFO] ------------------< org.phoebus:app-alarm-logging-ui >------------------
[INFO] Building app-alarm-logging-ui 4.6.6-SNAPSHOT                     [54/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-alarm-logging-ui ---
[INFO]
[INFO] ------------------< org.phoebus:app-alarm-datasouce >-------------------
[INFO] Building app-alarm-datasouce 4.6.6-SNAPSHOT                      [55/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-alarm-datasouce ---
[INFO]
[INFO] ------------------------< org.phoebus:app-scan >------------------------
[INFO] Building app-scan 4.6.6-SNAPSHOT                                 [56/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-scan ---
[INFO]
[INFO] ---------------------< org.phoebus:app-scan-model >---------------------
[INFO] Building app-scan-model 4.6.6-SNAPSHOT                           [57/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-scan-model ---
[INFO]
[INFO] --------------------< org.phoebus:app-scan-client >---------------------
[INFO] Building app-scan-client 4.6.6-SNAPSHOT                          [58/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-scan-client ---
[INFO]
[INFO] ----------------------< org.phoebus:app-scan-ui >-----------------------
[INFO] Building app-scan-ui 4.6.6-SNAPSHOT                              [59/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-scan-ui ---
[INFO]
[INFO] ----------------------< org.phoebus:app-channel >-----------------------
[INFO] Building app-channel 4.6.6-SNAPSHOT                              [60/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-channel ---
[INFO]
[INFO] ---------------< org.phoebus:app-channel-channelfinder >----------------
[INFO] Building app-channel-channelfinder 4.6.6-SNAPSHOT                [61/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-channel-channelfinder ---
[INFO]
[INFO] ------------------< org.phoebus:app-channel-utility >-------------------
[INFO] Building app-channel-utility 4.6.6-SNAPSHOT                      [62/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-channel-utility ---
[INFO]
[INFO] -------------------< org.phoebus:app-channel-views >--------------------
[INFO] Building app-channel-views 4.6.6-SNAPSHOT                        [63/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-channel-views ---
[INFO]
[INFO] ----------------------< org.phoebus:app-perfmon >-----------------------
[INFO] Building app-perfmon 4.6.6-SNAPSHOT                              [64/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-perfmon ---
[INFO]
[INFO] ------------------------< org.phoebus:app-pace >------------------------
[INFO] Building app-pace 4.6.6-SNAPSHOT                                 [65/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-pace ---
[INFO]
[INFO] ------------------< org.phoebus:app-save-and-restore >------------------
[INFO] Building app-save-and-restore 4.6.6-SNAPSHOT                     [66/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-save-and-restore ---
[INFO]
[INFO] ---------------< org.phoebus:app-save-and-restore-model >---------------
[INFO] Building app-save-and-restore-model 4.6.6-SNAPSHOT               [67/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-save-and-restore-model ---
[INFO]
[INFO] ----------------< org.phoebus:app-save-and-restore-ui >-----------------
[INFO] Building app-save-and-restore-ui 4.6.6-SNAPSHOT                  [68/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-save-and-restore-ui ---
[INFO]
[INFO] ----------------------< org.phoebus:app-console >-----------------------
[INFO] Building app-console 4.6.6-SNAPSHOT                              [69/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-console ---
[INFO]
[INFO] -----------------------< org.phoebus:app-trends >-----------------------
[INFO] Building app-trends 4.6.6-SNAPSHOT                               [70/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-trends ---
[INFO]
[INFO] ----------------< org.phoebus:app-trends-rich-adapters >----------------
[INFO] Building app-trends-rich-adapters 4.6.6-SNAPSHOT                 [71/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-trends-rich-adapters ---
[INFO]
[INFO] ---------------< org.phoebus:app-trends-simple-adapters >---------------
[INFO] Building app-trends-simple-adapters 4.6.6-SNAPSHOT               [72/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-trends-simple-adapters ---
[INFO]
[INFO] ----------------------< org.phoebus:app-utility >-----------------------
[INFO] Building app-utility 4.6.6-SNAPSHOT                              [73/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-utility ---
[INFO]
[INFO] -------------< org.phoebus:app-utility-preference-manager >-------------
[INFO] Building app-utility-preference-manager 4.6.6-SNAPSHOT           [74/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-utility-preference-manager ---
[INFO]
[INFO] --------------------< org.phoebus:app-imageviewer >---------------------
[INFO] Building app-imageviewer 4.6.6-SNAPSHOT                          [75/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ app-imageviewer ---
[INFO]
[INFO] ------------------------< org.phoebus:product >-------------------------
[INFO] Building product 4.6.6-SNAPSHOT                                  [76/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ product ---
[INFO]
[INFO] ------------------------< org.phoebus:services >------------------------
[INFO] Building services 4.6.6-SNAPSHOT                                 [77/83]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ services ---
[INFO]
[INFO] ------------------< org.phoebus:service-alarm-server >------------------
[INFO] Building service-alarm-server 4.6.6-SNAPSHOT                     [78/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-alarm-server ---
[INFO]
[INFO] -----------------< org.phoebus:service-archive-engine >-----------------
[INFO] Building service-archive-engine 4.6.6-SNAPSHOT                   [79/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-archive-engine ---
[INFO]
[INFO] ------------------< org.phoebus:service-scan-server >-------------------
[INFO] Building service-scan-server 4.6.6-SNAPSHOT                      [80/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-scan-server ---
[INFO]
[INFO] ------------------< org.phoebus:service-alarm-logger >------------------
[INFO] Building service-alarm-logger 4.6.6-SNAPSHOT                     [81/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-alarm-logger ---
[INFO]
[INFO] --------------< org.phoebus:service-alarm-config-logger >---------------
[INFO] Building service-alarm-config-logger 4.6.6-SNAPSHOT              [82/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-alarm-config-logger ---
[INFO]
[INFO] ----------------< org.phoebus:service-save-and-restore >----------------
[INFO] Building service-save-and-restore 4.6.7-SNAPSHOT                 [83/83]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ service-save-and-restore ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] phoebus (parent) 4.6.6-SNAPSHOT .................... SUCCESS [  0.100 s]
[INFO] dependencies 4.6.6-SNAPSHOT ........................ SUCCESS [  0.000 s]
[INFO] install-jars 4.6.6-SNAPSHOT ........................ SUCCESS [  0.000 s]
[INFO] phoebus-target 4.6.6-SNAPSHOT ...................... SUCCESS [  0.069 s]
[INFO] core 4.6.6-SNAPSHOT ................................ SUCCESS [  0.000 s]
[INFO] core-vtype 4.6.6-SNAPSHOT .......................... SUCCESS [  0.016 s]
[INFO] core-formula 4.6.6-SNAPSHOT ........................ SUCCESS [  0.053 s]
[INFO] core-framework 4.6.6-SNAPSHOT ...................... SUCCESS [  0.047 s]
[INFO] core-types 4.6.6-SNAPSHOT .......................... SUCCESS [  0.000 s]
[INFO] core-util 4.6.6-SNAPSHOT ........................... SUCCESS [  0.000 s]
[INFO] core-pva 4.6.6-SNAPSHOT ............................ SUCCESS [  0.016 s]
[INFO] core-pv 4.6.6-SNAPSHOT ............................. SUCCESS [  0.000 s]
[INFO] core-security 4.6.6-SNAPSHOT ....................... SUCCESS [  0.000 s]
[INFO] core-ui 4.6.6-SNAPSHOT ............................. SUCCESS [  0.000 s]
[INFO] core-logbook 4.6.6-SNAPSHOT ........................ SUCCESS [  0.000 s]
[INFO] core-email 4.6.6-SNAPSHOT .......................... SUCCESS [  0.000 s]
[INFO] core-launcher 4.6.6-SNAPSHOT ....................... SUCCESS [  0.000 s]
[INFO] app 4.6.6-SNAPSHOT ................................. SUCCESS [  0.018 s]
[INFO] app-diag 4.6.6-SNAPSHOT ............................ SUCCESS [  0.004 s]
[INFO] app-log-configuration 4.6.6-SNAPSHOT ............... SUCCESS [  0.000 s]
[INFO] app-probe 4.6.6-SNAPSHOT ........................... SUCCESS [  0.000 s]
[INFO] app-pvtable 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-pvtree 4.6.6-SNAPSHOT .......................... SUCCESS [  0.000 s]
[INFO] app-update 4.6.6-SNAPSHOT .......................... SUCCESS [  0.015 s]
[INFO] app-email 4.6.6-SNAPSHOT ........................... SUCCESS [  0.000 s]
[INFO] app-email-ui 4.6.6-SNAPSHOT ........................ SUCCESS [  0.000 s]
[INFO] app-errlog 4.6.6-SNAPSHOT .......................... SUCCESS [  0.000 s]
[INFO] app-filebrowser 4.6.6-SNAPSHOT ..................... SUCCESS [  0.000 s]
[INFO] app-logbook 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-logbook-inmemory 4.6.6-SNAPSHOT ................ SUCCESS [  0.000 s]
[INFO] app-logbook-ui 4.6.6-SNAPSHOT ...................... SUCCESS [  0.016 s]
[INFO] app-logbook-olog 4.6.6-SNAPSHOT .................... SUCCESS [  0.000 s]
[INFO] app-logbook-olog-client 4.6.6-SNAPSHOT ............. SUCCESS [  0.000 s]
[INFO] app-logbook-olog-client-es 4.6.6-SNAPSHOT .......... SUCCESS [  0.000 s]
[INFO] app-logbook-olog-ui 4.6.6-SNAPSHOT ................. SUCCESS [  0.000 s]
[INFO] app-logbook-elog 4.6.6-SNAPSHOT .................... SUCCESS [  0.016 s]
[INFO] app-rtplot 4.6.6-SNAPSHOT .......................... SUCCESS [  0.000 s]
[INFO] app-databrowser 4.6.6-SNAPSHOT ..................... SUCCESS [  0.000 s]
[INFO] app-display 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-display-model 4.6.6-SNAPSHOT ................... SUCCESS [  0.000 s]
[INFO] app-display-representation 4.6.6-SNAPSHOT .......... SUCCESS [  0.000 s]
[INFO] app-3d-viewer 4.6.6-SNAPSHOT ....................... SUCCESS [  0.015 s]
[INFO] app-display-representation-javafx 4.6.6-SNAPSHOT ... SUCCESS [  0.000 s]
[INFO] app-display-fonts 4.6.6-SNAPSHOT ................... SUCCESS [  0.000 s]
[INFO] app-display-runtime 4.6.6-SNAPSHOT ................. SUCCESS [  0.000 s]
[INFO] app-display-editor 4.6.6-SNAPSHOT .................. SUCCESS [  0.016 s]
[INFO] app-display-convert-medm 4.6.6-SNAPSHOT ............ SUCCESS [  0.000 s]
[INFO] app-display-convert-edm 4.6.6-SNAPSHOT ............. SUCCESS [  0.000 s]
[INFO] app-display-navigation 4.6.6-SNAPSHOT .............. SUCCESS [  0.000 s]
[INFO] app-display-adapters 4.6.6-SNAPSHOT ................ SUCCESS [  0.000 s]
[INFO] app-alarm 4.6.6-SNAPSHOT ........................... SUCCESS [  0.000 s]
[INFO] app-alarm-model 4.6.6-SNAPSHOT ..................... SUCCESS [  0.000 s]
[INFO] app-alarm-ui 4.6.6-SNAPSHOT ........................ SUCCESS [  0.015 s]
[INFO] app-alarm-logging-ui 4.6.6-SNAPSHOT ................ SUCCESS [  0.007 s]
[INFO] app-alarm-datasouce 4.6.6-SNAPSHOT ................. SUCCESS [  0.000 s]
[INFO] app-scan 4.6.6-SNAPSHOT ............................ SUCCESS [  0.000 s]
[INFO] app-scan-model 4.6.6-SNAPSHOT ...................... SUCCESS [  0.000 s]
[INFO] app-scan-client 4.6.6-SNAPSHOT ..................... SUCCESS [  0.000 s]
[INFO] app-scan-ui 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-channel 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-channel-channelfinder 4.6.6-SNAPSHOT ........... SUCCESS [  0.000 s]
[INFO] app-channel-utility 4.6.6-SNAPSHOT ................. SUCCESS [  0.016 s]
[INFO] app-channel-views 4.6.6-SNAPSHOT ................... SUCCESS [  0.000 s]
[INFO] app-perfmon 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-pace 4.6.6-SNAPSHOT ............................ SUCCESS [  0.000 s]
[INFO] app-save-and-restore 4.6.6-SNAPSHOT ................ SUCCESS [  0.000 s]
[INFO] app-save-and-restore-model 4.6.6-SNAPSHOT .......... SUCCESS [  0.046 s]
[INFO] app-save-and-restore-ui 4.6.6-SNAPSHOT ............. SUCCESS [  0.000 s]
[INFO] app-console 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-trends 4.6.6-SNAPSHOT .......................... SUCCESS [  0.016 s]
[INFO] app-trends-rich-adapters 4.6.6-SNAPSHOT ............ SUCCESS [  0.000 s]
[INFO] app-trends-simple-adapters 4.6.6-SNAPSHOT .......... SUCCESS [  0.000 s]
[INFO] app-utility 4.6.6-SNAPSHOT ......................... SUCCESS [  0.000 s]
[INFO] app-utility-preference-manager 4.6.6-SNAPSHOT ...... SUCCESS [  0.000 s]
[INFO] app-imageviewer 4.6.6-SNAPSHOT ..................... SUCCESS [  0.000 s]
[INFO] product 4.6.6-SNAPSHOT ............................. SUCCESS [  0.016 s]
[INFO] services 4.6.6-SNAPSHOT ............................ SUCCESS [  0.006 s]
[INFO] service-alarm-server 4.6.6-SNAPSHOT ................ SUCCESS [  0.000 s]
[INFO] service-archive-engine 4.6.6-SNAPSHOT .............. SUCCESS [  0.000 s]
[INFO] service-scan-server 4.6.6-SNAPSHOT ................. SUCCESS [  0.000 s]
[INFO] service-alarm-logger 4.6.6-SNAPSHOT ................ SUCCESS [  0.032 s]
[INFO] service-alarm-config-logger 4.6.6-SNAPSHOT ......... SUCCESS [  0.015 s]
[INFO] service-save-and-restore 4.6.7-SNAPSHOT ............ SUCCESS [  0.016 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.972 s
[INFO] Finished at: 2021-08-30T11:18:25+02:00
[INFO] ------------------------------------------------------------------------
nugatritter commented 3 years ago

Okay, the missing dependency in Intellij is gone. When I run phoebus out of Intellij I get the following message:

"C:\Program Files\OpenJDK\jdk-16.0.2\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.2.1\lib\idea_rt.jar=54708:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.2.1\bin" -Dfile.encoding=UTF-8 -classpath D:\IdeaProjects\phoebus\core\launcher\target\classes;D:\IdeaProjects\phoebus\core\framework\target\classes;D:\IdeaProjects\phoebus\core\ui\target\classes;D:\IdeaProjects\phoebus\app\diag\target\classes;D:\IdeaProjects\phoebus\app\filebrowser\target\classes;D:\IdeaProjects\phoebus\core\util\target\classes;D:\IdeaProjects\phoebus\app\probe\target\classes;D:\IdeaProjects\phoebus\core\types\target\classes;D:\IdeaProjects\phoebus\app\logbook\inmemory\target\classes;D:\IdeaProjects\phoebus\core\logbook\target\classes;C:\Users\ggf\.m2\repository\com\google\guava\guava\30.1.1-jre\guava-30.1.1-jre.jar;C:\Users\ggf\.m2\repository\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\ggf\.m2\repository\com\google\guava\listenablefuture\9999.0-empty-to-avoid-conflict-with-guava\listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar;C:\Users\ggf\.m2\repository\com\google\code\findbugs\jsr305\3.0.2\jsr305-3.0.2.jar;C:\Users\ggf\.m2\repository\org\checkerframework\checker-qual\3.8.0\checker-qual-3.8.0.jar;C:\Users\ggf\.m2\repository\com\google\errorprone\error_prone_annotations\2.5.1\error_prone_annotations-2.5.1.jar;C:\Users\ggf\.m2\repository\com\google\j2objc\j2objc-annotations\1.3\j2objc-annotations-1.3.jar;D:\IdeaProjects\phoebus\app\logbook\olog\ui\target\classes;D:\IdeaProjects\phoebus\core\security\target\classes;C:\Users\ggf\.m2\repository\org\jfxtras\jfxtras-agenda\15-r2\jfxtras-agenda-15-r2.jar;C:\Users\ggf\.m2\repository\org\jfxtras\jfxtras-controls\15-r2\jfxtras-controls-15-r2.jar;C:\Users\ggf\.m2\repository\org\jfxtras\jfxtras-fxml\15-r2\jfxtras-fxml-15-r2.jar;C:\Users\ggf\.m2\repository\org\jfxtras\jfxtras-common\15-r2\jfxtras-common-15-r2.jar;C:\Users\ggf\.m2\repository\org\commonmark\commonmark\0.17.0\commonmark-0.17.0.jar;C:\Users\ggf\.m2\repository\org\commonmark\commonmark-ext-gfm-tables\0.17.0\commonmark-ext-gfm-tables-0.17.0.jar;C:\Users\ggf\.m2\repository\org\commonmark\commonmark-ext-image-attributes\0.17.0\commonmark-ext-image-attributes-0.17.0.jar;D:\IdeaProjects\phoebus\app\logbook\elog\target\classes;C:\Users\ggf\.m2\repository\net\dongliu\requests\5.0.8\requests-5.0.8.jar;C:\Users\ggf\.m2\repository\net\dongliu\commons\8.1.0\commons-8.1.0.jar;C:\Users\ggf\.m2\repository\net\sourceforge\htmlcleaner\htmlcleaner\2.24\htmlcleaner-2.24.jar;C:\Users\ggf\.m2\repository\org\jdom\jdom2\2.0.5\jdom2-2.0.5.jar;D:\IdeaProjects\phoebus\app\logbook\olog\client\target\classes;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.10.1\jackson-core-2.10.1.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.10.1\jackson-annotations-2.10.1.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.10.1\jackson-databind-2.10.1.jar;C:\Users\ggf\.m2\repository\com\sun\jersey\jersey-client\1.19.4\jersey-client-1.19.4.jar;C:\Users\ggf\.m2\repository\com\sun\jersey\contribs\jersey-multipart\1.19.4\jersey-multipart-1.19.4.jar;C:\Users\ggf\.m2\repository\org\jvnet\mimepull\mimepull\1.9.3\mimepull-1.9.3.jar;C:\Users\ggf\.m2\repository\javax\xml\bind\jaxb-api\2.4.0-b180830.0359\jaxb-api-2.4.0-b180830.0359.jar;C:\Users\ggf\.m2\repository\javax\activation\javax.activation-api\1.2.0\javax.activation-api-1.2.0.jar;C:\Users\ggf\.m2\repository\org\glassfish\jaxb\jaxb-runtime\3.0.1\jaxb-runtime-3.0.1.jar;C:\Users\ggf\.m2\repository\com\sun\activation\jakarta.activation\2.0.1\jakarta.activation-2.0.1.jar;C:\Users\ggf\.m2\repository\org\glassfish\jaxb\jaxb-core\3.0.1\jaxb-core-3.0.1.jar;C:\Users\ggf\.m2\repository\jakarta\xml\bind\jakarta.xml.bind-api\3.0.1\jakarta.xml.bind-api-3.0.1.jar;C:\Users\ggf\.m2\repository\org\glassfish\jaxb\txw2\3.0.1\txw2-3.0.1.jar;C:\Users\ggf\.m2\repository\com\sun\istack\istack-commons-runtime\4.0.1\istack-commons-runtime-4.0.1.jar;C:\Users\ggf\.m2\repository\com\sun\activation\javax.activation\1.2.0\javax.activation-1.2.0.jar;D:\IdeaProjects\phoebus\app\logbook\olog\client-es\target\classes;C:\Users\ggf\.m2\repository\com\sun\jersey\jersey-core\1.19.4\jersey-core-1.19.4.jar;C:\Users\ggf\.m2\repository\javax\ws\rs\jsr311-api\1.1.1\jsr311-api-1.1.1.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jsr310\2.10.1\jackson-datatype-jsr310-2.10.1.jar;C:\Users\ggf\.m2\repository\org\eclipse\persistence\eclipselink\3.0.2\eclipselink-3.0.2.jar;D:\IdeaProjects\phoebus\app\pvtable\target\classes;D:\IdeaProjects\phoebus\core\pv\target\classes;D:\IdeaProjects\phoebus\core\pva\target\classes;D:\IdeaProjects\phoebus\app\pvtree\target\classes;D:\IdeaProjects\phoebus\app\log-configuration\target\classes;D:\IdeaProjects\phoebus\app\email\ui\target\classes;D:\IdeaProjects\phoebus\core\email\target\classes;D:\IdeaProjects\phoebus\app\errlog\target\classes;D:\IdeaProjects\phoebus\app\rtplot\target\classes;D:\IdeaProjects\phoebus\app\databrowser\target\classes;C:\Users\ggf\.m2\repository\org\tallison\jmatio\1.5\jmatio-1.5.jar;C:\Users\ggf\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;D:\IdeaProjects\phoebus\core\formula\target\classes;D:\IdeaProjects\phoebus\core\vtype\target\classes;C:\Users\ggf\.m2\repository\com\google\protobuf\protobuf-java\3.17.3\protobuf-java-3.17.3.jar;C:\Users\ggf\.m2\repository\org\epics\pbrawclient\0.0.8\pbrawclient-0.0.8.jar;C:\Users\ggf\.m2\repository\org\apache\commons\commons-math3\3.6.1\commons-math3-3.6.1.jar;D:\IdeaProjects\phoebus\app\display\representation-javafx\target\classes;C:\Users\ggf\.m2\repository\org\controlsfx\controlsfx\11.1.0\controlsfx-11.1.0.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-base\16\javafx-base-16.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-base\16\javafx-base-16-win.jar;D:\IdeaProjects\phoebus\app\display\model\target\classes;D:\IdeaProjects\phoebus\app\display\representation\target\classes;D:\IdeaProjects\phoebus\app\display\fonts\target\classes;D:\IdeaProjects\phoebus\app\display\runtime\target\classes;C:\Users\ggf\.m2\repository\org\python\jython-standalone\2.7.2\jython-standalone-2.7.2.jar;C:\Users\ggf\.m2\repository\net\sf\py4j\py4j\0.10.9.2\py4j-0.10.9.2.jar;C:\Users\ggf\.m2\repository\org\mozilla\rhino\1.7.13\rhino-1.7.13.jar;D:\IdeaProjects\phoebus\app\display\editor\target\classes;D:\IdeaProjects\phoebus\app\display\navigation\target\classes;D:\IdeaProjects\phoebus\app\display\adapters\target\classes;D:\IdeaProjects\phoebus\app\display\convert-medm\target\classes;D:\IdeaProjects\phoebus\app\display\convert-edm\target\classes;D:\IdeaProjects\phoebus\app\scan\ui\target\classes;D:\IdeaProjects\phoebus\app\scan\model\target\classes;D:\IdeaProjects\phoebus\app\scan\client\target\classes;D:\IdeaProjects\phoebus\app\alarm\ui\target\classes;D:\IdeaProjects\phoebus\app\alarm\model\target\classes;C:\Users\ggf\.m2\repository\net\sf\sociaal\freetts\1.2.2\freetts-1.2.2.jar;D:\IdeaProjects\phoebus\app\alarm\logging-ui\target\classes;C:\Users\ggf\.m2\repository\org\elasticsearch\client\elasticsearch-rest-high-level-client\7.14.0\elasticsearch-rest-high-level-client-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\elasticsearch\7.14.0\elasticsearch-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\elasticsearch-core\7.14.0\elasticsearch-core-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\elasticsearch-secure-sm\7.14.0\elasticsearch-secure-sm-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\elasticsearch-x-content\7.14.0\elasticsearch-x-content-7.14.0.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-smile\2.10.4\jackson-dataformat-smile-2.10.4.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-yaml\2.10.4\jackson-dataformat-yaml-2.10.4.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-cbor\2.10.4\jackson-dataformat-cbor-2.10.4.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\elasticsearch-geo\7.14.0\elasticsearch-geo-7.14.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-core\8.9.0\lucene-core-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-analyzers-common\8.9.0\lucene-analyzers-common-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-backward-codecs\8.9.0\lucene-backward-codecs-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-grouping\8.9.0\lucene-grouping-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-highlighter\8.9.0\lucene-highlighter-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-join\8.9.0\lucene-join-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-memory\8.9.0\lucene-memory-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-misc\8.9.0\lucene-misc-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-queries\8.9.0\lucene-queries-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-queryparser\8.9.0\lucene-queryparser-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-sandbox\8.9.0\lucene-sandbox-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-spatial-extras\8.9.0\lucene-spatial-extras-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-spatial3d\8.9.0\lucene-spatial3d-8.9.0.jar;C:\Users\ggf\.m2\repository\org\apache\lucene\lucene-suggest\8.9.0\lucene-suggest-8.9.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\elasticsearch-cli\7.14.0\elasticsearch-cli-7.14.0.jar;C:\Users\ggf\.m2\repository\net\sf\jopt-simple\jopt-simple\5.0.2\jopt-simple-5.0.2.jar;C:\Users\ggf\.m2\repository\com\carrotsearch\hppc\0.8.1\hppc-0.8.1.jar;C:\Users\ggf\.m2\repository\joda-time\joda-time\2.10.10\joda-time-2.10.10.jar;C:\Users\ggf\.m2\repository\com\tdunning\t-digest\3.2\t-digest-3.2.jar;C:\Users\ggf\.m2\repository\org\hdrhistogram\HdrHistogram\2.1.9\HdrHistogram-2.1.9.jar;C:\Users\ggf\.m2\repository\org\apache\logging\log4j\log4j-api\2.11.1\log4j-api-2.11.1.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\jna\5.7.0-1\jna-5.7.0-1.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\elasticsearch-plugin-classloader\7.14.0\elasticsearch-plugin-classloader-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\client\elasticsearch-rest-client\7.14.0\elasticsearch-rest-client-7.14.0.jar;C:\Users\ggf\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.4\httpasyncclient-4.1.4.jar;C:\Users\ggf\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.12\httpcore-nio-4.4.12.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\plugin\mapper-extras-client\7.14.0\mapper-extras-client-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\plugin\parent-join-client\7.14.0\parent-join-client-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\plugin\aggs-matrix-stats-client\7.14.0\aggs-matrix-stats-client-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\plugin\rank-eval-client\7.14.0\rank-eval-client-7.14.0.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\plugin\lang-mustache-client\7.14.0\lang-mustache-client-7.14.0.jar;C:\Users\ggf\.m2\repository\com\github\spullara\mustache\java\compiler\0.9.6\compiler-0.9.6.jar;C:\Users\ggf\.m2\repository\org\elasticsearch\client\elasticsearch-rest-client-sniffer\7.14.0\elasticsearch-rest-client-sniffer-7.14.0.jar;C:\Users\ggf\.m2\repository\org\apache\httpcomponents\httpclient\4.5.10\httpclient-4.5.10.jar;C:\Users\ggf\.m2\repository\org\apache\httpcomponents\httpcore\4.4.12\httpcore-4.4.12.jar;C:\Users\ggf\.m2\repository\commons-codec\commons-codec\1.11\commons-codec-1.11.jar;C:\Users\ggf\.m2\repository\commons-logging\commons-logging\1.1.3\commons-logging-1.1.3.jar;D:\IdeaProjects\phoebus\app\alarm\datasource\target\classes;D:\IdeaProjects\phoebus\app\update\target\classes;D:\IdeaProjects\phoebus\app\3d-viewer\target\classes;D:\IdeaProjects\phoebus\app\perfmon\target\classes;D:\IdeaProjects\phoebus\app\console\target\classes;D:\IdeaProjects\phoebus\app\imageviewer\target\classes;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-svggen\1.14\batik-svggen-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-shared-resources\1.14\batik-shared-resources-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-transcoder\1.14\batik-transcoder-1.14.jar;C:\Users\ggf\.m2\repository\xml-apis\xml-apis-ext\1.3.04\xml-apis-ext-1.3.04.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-util\1.14\batik-util-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-xml\1.14\batik-xml-1.14.jar;D:\IdeaProjects\phoebus\app\trends\rich-adapters\target\classes;D:\IdeaProjects\phoebus\app\channel\views\target\classes;D:\IdeaProjects\phoebus\app\channel\utility\target\classes;D:\IdeaProjects\phoebus\app\channel\channelfinder\target\classes;D:\IdeaProjects\phoebus\app\save-and-restore\ui\target\classes;C:\Users\ggf\.m2\repository\io\reactivex\rxjava2\rxjava\2.2.21\rxjava-2.2.21.jar;C:\Users\ggf\.m2\repository\org\reactivestreams\reactive-streams\1.0.3\reactive-streams-1.0.3.jar;D:\IdeaProjects\phoebus\app\save-and-restore\model\target\classes;C:\Users\ggf\.m2\repository\javax\json\javax.json-api\1.1.4\javax.json-api-1.1.4.jar;C:\Users\ggf\.m2\repository\org\epics\vtype-gson\1.0.4\vtype-gson-1.0.4.jar;C:\Users\ggf\.m2\repository\com\google\code\gson\gson\2.8.6\gson-2.8.6.jar;C:\Users\ggf\.m2\repository\javax\ws\rs\javax.ws.rs-api\2.1\javax.ws.rs-api-2.1.jar;C:\Users\ggf\.m2\repository\org\glassfish\javax.json\1.1.4\javax.json-1.1.4.jar;C:\Users\ggf\.m2\repository\org\eclipse\jgit\org.eclipse.jgit\5.12.0.202106070339-r\org.eclipse.jgit-5.12.0.202106070339-r.jar;C:\Users\ggf\.m2\repository\com\googlecode\javaewah\JavaEWAH\1.1.7\JavaEWAH-1.1.7.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\jaxrs\jackson-jaxrs-json-provider\2.10.1\jackson-jaxrs-json-provider-2.10.1.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\jaxrs\jackson-jaxrs-base\2.10.1\jackson-jaxrs-base-2.10.1.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\module\jackson-module-jaxb-annotations\2.10.1\jackson-module-jaxb-annotations-2.10.1.jar;C:\Users\ggf\.m2\repository\jakarta\activation\jakarta.activation-api\1.2.1\jakarta.activation-api-1.2.1.jar;C:\Users\ggf\.m2\repository\org\apache\commons\commons-collections4\4.4\commons-collections4-4.4.jar;C:\Users\ggf\.m2\repository\org\epics\vtype\1.0.4\vtype-1.0.4.jar;C:\Users\ggf\.m2\repository\org\epics\epics-util\1.0.4\epics-util-1.0.4.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-controls\16\javafx-controls-16.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-controls\16\javafx-controls-16-win.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-graphics\16\javafx-graphics-16.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-graphics\16\javafx-graphics-16-win.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-web\16\javafx-web-16.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-web\16\javafx-web-16-win.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-media\16\javafx-media-16.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-media\16\javafx-media-16-win.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-swing\16\javafx-swing-16.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-swing\16\javafx-swing-16-win.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-fxml\16\javafx-fxml-16.jar;C:\Users\ggf\.m2\repository\org\openjfx\javafx-fxml\16\javafx-fxml-16-win.jar;C:\Users\ggf\.m2\repository\org\epics\epics-pvdata\6.1.6\epics-pvdata-6.1.6.jar;C:\Users\ggf\.m2\repository\org\epics\epics-ntypes\0.3.6\epics-ntypes-0.3.6.jar;C:\Users\ggf\.m2\repository\org\epics\epics-pvaccess\5.1.6\epics-pvaccess-5.1.6.jar;C:\Users\ggf\.m2\repository\org\epics\jca\2.4.6\jca-2.4.6.jar;C:\Users\ggf\.m2\repository\org\epics\vtype-json\1.0.4\vtype-json-1.0.4.jar;C:\Users\ggf\.m2\repository\com\sun\mail\javax.mail\1.6.2\javax.mail-1.6.2.jar;C:\Users\ggf\.m2\repository\javax\activation\activation\1.1\activation-1.1.jar;C:\Users\ggf\.m2\repository\mysql\mysql-connector-java\8.0.25\mysql-connector-java-8.0.25.jar;C:\Users\ggf\.m2\repository\org\postgresql\postgresql\42.2.9\postgresql-42.2.9.jar;C:\Users\ggf\.m2\repository\com\sun\jersey\jersey-server\1.19.4\jersey-server-1.19.4.jar;C:\Users\ggf\.m2\repository\org\eclipse\jetty\jetty-server\9.4.30.v20200611\jetty-server-9.4.30.v20200611.jar;C:\Users\ggf\.m2\repository\javax\servlet\javax.servlet-api\3.1.0\javax.servlet-api-3.1.0.jar;C:\Users\ggf\.m2\repository\org\eclipse\jetty\jetty-http\9.4.30.v20200611\jetty-http-9.4.30.v20200611.jar;C:\Users\ggf\.m2\repository\org\eclipse\jetty\jetty-util\9.4.30.v20200611\jetty-util-9.4.30.v20200611.jar;C:\Users\ggf\.m2\repository\org\eclipse\jetty\jetty-io\9.4.30.v20200611\jetty-io-9.4.30.v20200611.jar;C:\Users\ggf\.m2\repository\org\eclipse\jetty\jetty-servlet\9.4.30.v20200611\jetty-servlet-9.4.30.v20200611.jar;C:\Users\ggf\.m2\repository\org\eclipse\jetty\jetty-security\9.4.30.v20200611\jetty-security-9.4.30.v20200611.jar;C:\Users\ggf\.m2\repository\org\apache\derby\derby\10.15.2.0\derby-10.15.2.0.jar;C:\Users\ggf\.m2\repository\org\apache\derby\derbyshared\10.15.2.0\derbyshared-10.15.2.0.jar;C:\Users\ggf\.m2\repository\org\apache\kafka\kafka-streams\2.8.0\kafka-streams-2.8.0.jar;C:\Users\ggf\.m2\repository\org\apache\kafka\connect-json\2.8.0\connect-json-2.8.0.jar;C:\Users\ggf\.m2\repository\org\apache\kafka\connect-api\2.8.0\connect-api-2.8.0.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\datatype\jackson-datatype-jdk8\2.10.5\jackson-datatype-jdk8-2.10.5.jar;C:\Users\ggf\.m2\repository\org\rocksdb\rocksdbjni\5.18.4\rocksdbjni-5.18.4.jar;C:\Users\ggf\.m2\repository\org\apache\kafka\kafka-clients\2.8.0\kafka-clients-2.8.0.jar;C:\Users\ggf\.m2\repository\com\github\luben\zstd-jni\1.4.9-1\zstd-jni-1.4.9-1.jar;C:\Users\ggf\.m2\repository\org\lz4\lz4-java\1.7.1\lz4-java-1.7.1.jar;C:\Users\ggf\.m2\repository\org\xerial\snappy\snappy-java\1.1.8.1\snappy-java-1.1.8.1.jar;C:\Users\ggf\.m2\repository\io\reactivex\rxjava3\rxjava\3.1.0\rxjava-3.1.0.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-anim\1.14\batik-anim-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-awt-util\1.14\batik-awt-util-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-bridge\1.14\batik-bridge-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-constants\1.14\batik-constants-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-css\1.14\batik-css-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-dom\1.14\batik-dom-1.14.jar;C:\Users\ggf\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar;C:\Users\ggf\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar;C:\Users\ggf\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-ext\1.14\batik-ext-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-gvt\1.14\batik-gvt-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-i18n\1.14\batik-i18n-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-parser\1.14\batik-parser-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-script\1.14\batik-script-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\batik-svg-dom\1.14\batik-svg-dom-1.14.jar;C:\Users\ggf\.m2\repository\org\apache\xmlgraphics\xmlgraphics-commons\2.6\xmlgraphics-commons-2.6.jar;C:\Users\ggf\.m2\repository\commons-io\commons-io\1.3.1\commons-io-1.3.1.jar;C:\Users\ggf\.m2\repository\org\eclipse\paho\org.eclipse.paho.client.mqttv3\1.2.5\org.eclipse.paho.client.mqttv3-1.2.5.jar;C:\Users\ggf\.m2\repository\org\springframework\boot\spring-boot-starter\2.5.4\spring-boot-starter-2.5.4.jar;C:\Users\ggf\.m2\repository\org\springframework\boot\spring-boot\2.5.4\spring-boot-2.5.4.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-context\5.3.9\spring-context-5.3.9.jar;C:\Users\ggf\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\2.5.4\spring-boot-autoconfigure-2.5.4.jar;C:\Users\ggf\.m2\repository\org\springframework\boot\spring-boot-starter-logging\2.5.4\spring-boot-starter-logging-2.5.4.jar;C:\Users\ggf\.m2\repository\ch\qos\logback\logback-classic\1.2.5\logback-classic-1.2.5.jar;C:\Users\ggf\.m2\repository\ch\qos\logback\logback-core\1.2.5\logback-core-1.2.5.jar;C:\Users\ggf\.m2\repository\org\apache\logging\log4j\log4j-to-slf4j\2.14.1\log4j-to-slf4j-2.14.1.jar;C:\Users\ggf\.m2\repository\org\slf4j\jul-to-slf4j\1.7.32\jul-to-slf4j-1.7.32.jar;C:\Users\ggf\.m2\repository\jakarta\annotation\jakarta.annotation-api\1.3.5\jakarta.annotation-api-1.3.5.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-core\5.3.9\spring-core-5.3.9.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-jcl\5.3.9\spring-jcl-5.3.9.jar;C:\Users\ggf\.m2\repository\org\yaml\snakeyaml\1.28\snakeyaml-1.28.jar;C:\Users\ggf\.m2\repository\org\springframework\boot\spring-boot-starter-web\2.5.4\spring-boot-starter-web-2.5.4.jar;C:\Users\ggf\.m2\repository\org\springframework\boot\spring-boot-starter-json\2.5.4\spring-boot-starter-json-2.5.4.jar;C:\Users\ggf\.m2\repository\com\fasterxml\jackson\module\jackson-module-parameter-names\2.12.4\jackson-module-parameter-names-2.12.4.jar;C:\Users\ggf\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\2.5.4\spring-boot-starter-tomcat-2.5.4.jar;C:\Users\ggf\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\9.0.52\tomcat-embed-core-9.0.52.jar;C:\Users\ggf\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\9.0.52\tomcat-embed-el-9.0.52.jar;C:\Users\ggf\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\9.0.52\tomcat-embed-websocket-9.0.52.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-web\5.3.9\spring-web-5.3.9.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-beans\5.3.9\spring-beans-5.3.9.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-webmvc\5.3.9\spring-webmvc-5.3.9.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-aop\5.3.9\spring-aop-5.3.9.jar;C:\Users\ggf\.m2\repository\org\springframework\spring-expression\5.3.9\spring-expression-5.3.9.jar;C:\Users\ggf\.m2\repository\javax\validation\validation-api\2.0.1.Final\validation-api-2.0.1.Final.jar;C:\Users\ggf\.m2\repository\org\slf4j\slf4j-jdk14\1.7.32\slf4j-jdk14-1.7.32.jar org.phoebus.ui.application.PhoebusApplication
Error: JavaFX runtime components are missing, and are required to run this application

Do you have any advice on how to solve the problem?

georgweiss commented 3 years ago

Added screen shot of my run configuration. Make sure "Use classpath of module" says "product". All other settings in the screen shot are up to you, except Main Class, which must be org.phoebus.product.Launcher.

Screenshot 2021-08-30 at 11 48 23

nugatritter commented 3 years ago

org.phoebus.product.Launcher That solved my problem. Everything works now. Thank you very much!

georgweiss commented 3 years ago

FYI: building with Maven installs pbrawclient to the local Maven repo.