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
83 stars 87 forks source link

import phoebus in eclipse #658

Closed forestmojo closed 5 years ago

forestmojo commented 5 years ago

hi,

I followed the instruction: 1.install Eclipse Oxygen 4.7.1a, jdk9.04 2.In Help/Eclipse Marketplace, search for Maven Integration for Eclipse Luna or newer 3.Use File/Import/Maven/Existing Maven Projects to import the phoebus source code. 4.change JRE System Library from J2SE-1.5 to default jdk-9.04 but there are many erros: Description Resource Path Location Type '<>' cannot be used with anonymous classes FileHelper.java /core-framework/src/main/java/org/phoebus/framework/workbench line 33 Java Problem '<>' operator is not allowed for source level below 1.7 AdapterService.java /core-framework/src/main/java/org/phoebus/framework/adapter line 35 Java Problem '<>' operator is not allowed for source level below 1.7 AdapterService.java /core-framework/src/main/java/org/phoebus/framework/adapter line 41 Java Problem '<>' operator is not allowed for source level below 1.7 ApplicationService.java /core-framework/src/main/java/org/phoebus/framework/workbench line 36 Java Problem '<>' operator is not allowed for source level below 1.7 ApplicationService.java /core-framework/src/main/java/org/phoebus/framework/workbench line 39 Java Problem '<>' operator is not allowed for source level below 1.7 CommandExecutor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 65 Java Problem '<>' operator is not allowed for source level below 1.7 FileHelper.java /core-framework/src/main/java/org/phoebus/framework/workbench line 33 Java Problem '<>' operator is not allowed for source level below 1.7 History.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 29 Java Problem '<>' operator is not allowed for source level below 1.7 History.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 65 Java Problem '<>' operator is not allowed for source level below 1.7 JobManager.java /core-framework/src/main/java/org/phoebus/framework/jobs line 34 Java Problem '<>' operator is not allowed for source level below 1.7 JobManager.java /core-framework/src/main/java/org/phoebus/framework/jobs line 83 Java Problem '<>' operator is not allowed for source level below 1.7 LocProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 66 Java Problem '<>' operator is not allowed for source level below 1.7 LocProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 152 Java Problem '<>' operator is not allowed for source level below 1.7 LocProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 48 Java Problem '<>' operator is not allowed for source level below 1.7 Macros.java /core-framework/src/main/java/org/phoebus/framework/macros line 37 Java Problem '<>' operator is not allowed for source level below 1.7 Macros.java /core-framework/src/main/java/org/phoebus/framework/macros line 242 Java Problem '<>' operator is not allowed for source level below 1.7 MqttProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 49 Java Problem '<>' operator is not allowed for source level below 1.7 MqttProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 82 Java Problem '<>' operator is not allowed for source level below 1.7 MqttProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 48 Java Problem '<>' operator is not allowed for source level below 1.7 NLS.java /core-framework/src/main/java/org/phoebus/framework/nls line 70 Java Problem '<>' operator is not allowed for source level below 1.7 PreferencesReader.java /core-framework/src/main/java/org/phoebus/framework/preferences line 100 Java Problem '<>' operator is not allowed for source level below 1.7 Proposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 63 Java Problem '<>' operator is not allowed for source level below 1.7 ProposalService.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 49 Java Problem '<>' operator is not allowed for source level below 1.7 ProposalService.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 53 Java Problem '<>' operator is not allowed for source level below 1.7 PvaProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 46 Java Problem '<>' operator is not allowed for source level below 1.7 RDBConnectionPool.java /core-framework/src/main/java/org/phoebus/framework/rdb line 46 Java Problem '<>' operator is not allowed for source level below 1.7 RDBConnectionPool.java /core-framework/src/main/java/org/phoebus/framework/rdb line 48 Java Problem '<>' operator is not allowed for source level below 1.7 SelectionService.java /core-framework/src/main/java/org/phoebus/framework/selection line 16 Java Problem '<>' operator is not allowed for source level below 1.7 SelectionService.java /core-framework/src/main/java/org/phoebus/framework/selection line 18 Java Problem '<>' operator is not allowed for source level below 1.7 SimProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 72 Java Problem '<>' operator is not allowed for source level below 1.7 SimProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 138 Java Problem '<>' operator is not allowed for source level below 1.7 SimProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 57 Java Problem '<>' operator is not allowed for source level below 1.7 SimProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 111 Java Problem '<>' operator is not allowed for source level below 1.7 XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 186 Java Problem Cannot refer to the non-final local variable adapterFactory defined in an enclosing scope AdapterService.java /core-framework/src/main/java/org/phoebus/framework/adapter line 37 Java Problem Cannot refer to the non-final local variable provider defined in an enclosing scope ProposalService.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 86 Java Problem Cannot refer to the non-final local variable selection defined in an enclosing scope SelectionUtil.java /core-framework/src/main/java/org/phoebus/framework/selection line 26 Java Problem Constructor references are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 190 Java Problem Default methods are allowed only at source level 1.8 or above AppDescriptor.java /core-framework/src/main/java/org/phoebus/framework/spi line 31 Java Problem Default methods are allowed only at source level 1.8 or above AppDescriptor.java /core-framework/src/main/java/org/phoebus/framework/spi line 40 Java Problem Default methods are allowed only at source level 1.8 or above AppDescriptor.java /core-framework/src/main/java/org/phoebus/framework/spi line 48 Java Problem Default methods are allowed only at source level 1.8 or above AppDescriptor.java /core-framework/src/main/java/org/phoebus/framework/spi line 61 Java Problem Default methods are allowed only at source level 1.8 or above AppInstance.java /core-framework/src/main/java/org/phoebus/framework/spi line 13 Java Problem Default methods are allowed only at source level 1.8 or above AppInstance.java /core-framework/src/main/java/org/phoebus/framework/spi line 27 Java Problem Default methods are allowed only at source level 1.8 or above AppInstance.java /core-framework/src/main/java/org/phoebus/framework/spi line 38 Java Problem Default methods are allowed only at source level 1.8 or above AppResourceDescriptor.java /core-framework/src/main/java/org/phoebus/framework/spi line 26 Java Problem Default methods are allowed only at source level 1.8 or above AppResourceDescriptor.java /core-framework/src/main/java/org/phoebus/framework/spi line 50 Java Problem Lambda expressions are allowed only at source level 1.8 or above AdapterService.java /core-framework/src/main/java/org/phoebus/framework/adapter line 31 Java Problem Lambda expressions are allowed only at source level 1.8 or above AdapterService.java /core-framework/src/main/java/org/phoebus/framework/adapter line 33 Java Problem Lambda expressions are allowed only at source level 1.8 or above ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 69 Java Problem Lambda expressions are allowed only at source level 1.8 or above ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 76 Java Problem Lambda expressions are allowed only at source level 1.8 or above JobManager.java /core-framework/src/main/java/org/phoebus/framework/jobs line 45 Java Problem Lambda expressions are allowed only at source level 1.8 or above JobTest.java /core-framework/src/test/java/org/phoebus/framework/jobs line 31 Java Problem Lambda expressions are allowed only at source level 1.8 or above JobTest.java /core-framework/src/test/java/org/phoebus/framework/jobs line 66 Java Problem Lambda expressions are allowed only at source level 1.8 or above JobTest.java /core-framework/src/test/java/org/phoebus/framework/jobs line 88 Java Problem Lambda expressions are allowed only at source level 1.8 or above JobTest.java /core-framework/src/test/java/org/phoebus/framework/jobs line 107 Java Problem Lambda expressions are allowed only at source level 1.8 or above JobTest.java /core-framework/src/test/java/org/phoebus/framework/jobs line 116 Java Problem Lambda expressions are allowed only at source level 1.8 or above Macros.java /core-framework/src/main/java/org/phoebus/framework/macros line 320 Java Problem Lambda expressions are allowed only at source level 1.8 or above ProposalService.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 86 Java Problem Lambda expressions are allowed only at source level 1.8 or above RDBConnectionPool.java /core-framework/src/main/java/org/phoebus/framework/rdb line 38 Java Problem Lambda expressions are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 145 Java Problem Lambda expressions are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 158 Java Problem Lambda expressions are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 159 Java Problem Lambda expressions are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 174 Java Problem Lambda expressions are allowed only at source level 1.8 or above XMLUtil.java /core-framework/src/main/java/org/phoebus/framework/persistence line 230 Java Problem Lambda expressions are allowed only at source level 1.8 or above XMLUtil.java /core-framework/src/main/java/org/phoebus/framework/persistence line 240 Java Problem Method references are allowed only at source level 1.8 or above HistoryTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 25 Java Problem Method references are allowed only at source level 1.8 or above RDBConnectionPool.java /core-framework/src/main/java/org/phoebus/framework/rdb line 122 Java Problem Method references are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 175 Java Problem Method references are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 189 Java Problem Method references are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 191 Java Problem Method references are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 131 Java Problem Method references are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 132 Java Problem Method references are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 138 Java Problem Method references are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 143 Java Problem Method references are allowed only at source level 1.8 or above WorkbenchPreferences.java /core-framework/src/main/java/org/phoebus/framework/workbench line 34 Java Problem Multi-catch parameters are not allowed for source level below 1.7 FilePreferencesXmlSupport.java /core-framework/src/main/java/org/phoebus/framework/preferences line 225 Java Problem Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file (execution: install-pbraw, phase: validate) pom.xml /install-jars line 68 Maven Project Build Lifecycle Mapping Problem Project 'app-display-representation-javafx' is missing required Java project: 'app-3d-viewer' app-display-representation-javafx Build path Build Path Problem Project 'app-logbook-ui' is missing required library: '/dependencies/phoebus-target/target/lib/assertj-core-3.9.1.jar' app-logbook-ui Build path Build Path Problem Project 'app-logbook-ui' is missing required library: '/dependencies/phoebus-target/target/lib/testfx-core-4.0.13-alpha.jar' app-logbook-ui Build path Build Path Problem Project 'app-logbook-ui' is missing required library: '/dependencies/phoebus-target/target/lib/testfx-junit-4.0.13-alpha.jar' app-logbook-ui Build path Build Path Problem Project 'core-pv' is missing required library: '/phoebus-target/target/lib/epics-util-1.0.1-SNAPSHOT.jar' core-pv Build path Build Path Problem Project 'core-pv' is missing required library: '/phoebus-target/target/lib/org.eclipse.paho.client.mqttv3-1.2.0.jar' core-pv Build path Build Path Problem Project 'core-pv' is missing required library: '/phoebus-target/target/lib/vtype-1.0.1-SNAPSHOT.jar' core-pv Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/activation-1.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/commonj.sdo-2.1.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/commons-codec-1.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/commons-logging-1.1.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/controlsfx-9.0.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/derby-10.14.1.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/eclipselink-2.7.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-cli-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-core-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-rest-client-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-rest-high-level-client-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-secure-sm-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-x-content-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/epics-pvaccess-5.1.3-SNAPSHOT.jar' phoebus-target Build path Build Path Problem The project was not built since it depends on phoebus-target, which has build path errors core-email Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-update Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-pvtree Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-pvtable Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-probe Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-pace Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-logbook-utility Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-logbook-olog Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-logbook-inmemory Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-filebrowser Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-email Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-display-runtime Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-display-editor Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-diag Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-databrowser Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-channel-views Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-channel-utility Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-channel-channelfinder Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-alarm-ui Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-alarm-model Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-alarm-logging-ui Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-scan-ui Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-scan-model Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-scan-client Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-rtplot Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-display-representation Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-display-model Unknown Java Problem The project cannot be built until its prerequisite core-ui is built. Cleaning and building all projects is recommended app-perfmon Unknown Java Problem The project cannot be built until its prerequisite core-ui is built. Cleaning and building all projects is recommended app-log-configuration Unknown Java Problem The project cannot be built until its prerequisite core-ui is built. Cleaning and building all projects is recommended app-3dViewer Unknown Java Problem The project cannot be built until build path errors are resolved app-logbook-ui Unknown Java Problem The project cannot be built until build path errors are resolved app-display-representation-javafx Unknown Java Problem The method worked(int) of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 50 Java Problem The method updateTaskName(String) of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 44 Java Problem The method put(Class, List) in the type Map<Class,List> is not applicable for the arguments (Class, ArrayList) AdapterService.java /core-framework/src/main/java/org/phoebus/framework/adapter line 41 Java Problem Type mismatch: cannot convert from List to List JobManager.java /core-framework/src/main/java/org/phoebus/framework/jobs line 34 Java Problem The method put(Class, List) in the type Map<Class,List> is not applicable for the arguments (capture#2-of ? extends Class, ArrayList) AdapterService.java /core-framework/src/main/java/org/phoebus/framework/adapter line 35 Java Problem The method submit(Callable) is ambiguous for the type ExecutorService JobManager.java /core-framework/src/main/java/org/phoebus/framework/jobs line 45 Java Problem The method newThread(Runnable) of type NamedThreadFactory must override a superclass method NamedThreadFactory.java /core-framework/src/main/java/org/phoebus/framework/jobs line 32 Java Problem The method lookup(String) of type SimProposalProvider must override a superclass method SimProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 95 Java Problem The method lookup(String) of type PvaProposalProvider must override a superclass method PvaProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 41 Java Problem The method lookup(String) of type MqttProposalProvider must override a superclass method MqttProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 43 Java Problem The method lookup(String) of type LocProposalProvider must override a superclass method LocProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 43 Java Problem The method updateTaskName(String) of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 74 Java Problem The method worked(int) of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 80 Java Problem The method lookup(String) of type History must override a superclass method History.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 61 Java Problem The method isDone() of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 113 Java Problem The method isDone() of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 85 Java Problem The method isCanceled() of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 107 Java Problem The method isCanceled() of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 72 Java Problem The method hasSubnode(String) of type VariableNode must override a superclass method VariableNode.java /core-formula/src/main/java/org/csstudio/apputil/formula line 68 Java Problem The method hasSubnode(String) of type MinNode must override a superclass method MinNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 49 Java Problem The method hasSubnode(String) of type MaxNode must override a superclass method MaxNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 49 Java Problem The method writeEmptyElement(String, String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 125 Java Problem The method writeEmptyElement(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 134 Java Problem The method writeStartElement(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 143 Java Problem The method writeStartElement(String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 152 Java Problem The method writeStartElement(String, String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 161 Java Problem The method writeAttribute(String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 170 Java Problem The method writeAttribute(String, String, String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 177 Java Problem The method writeAttribute(String, String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 184 Java Problem The method writeNamespace(String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 191 Java Problem The method writeDefaultNamespace(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 198 Java Problem The method writeComment(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 205 Java Problem The method writeProcessingInstruction(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 211 Java Problem The method writeProcessingInstruction(String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 218 Java Problem The method writeEntityRef(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 225 Java Problem The method writeCharacters(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 231 Java Problem The method writeCharacters(char[], int, int) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 238 Java Problem The method writeCData(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 246 Java Problem The method writeEndElement() of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 253 Java Problem The method writeEndDocument() of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 263 Java Problem The method hasSubnode(String) of type MathFuncNode must override a superclass method MathFuncNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 75 Java Problem The method hasSubnode(String) of type IfNode must override a superclass method IfNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 45 Java Problem The method writeDTD(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 52 Java Problem The method hasSubnode(String) of type Formula must override a superclass method Formula.java /core-formula/src/main/java/org/csstudio/apputil/formula line 188 Java Problem The method hasSubnode(String) of type ConstantNode must override a superclass method ConstantNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 39 Java Problem The method setPrefix(String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 70 Java Problem The method setDefaultNamespace(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 77 Java Problem The method setNamespaceContext(NamespaceContext) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 83 Java Problem The method hasSubnode(String) of type AbstractUnaryNode must override a superclass method AbstractUnaryNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 33 Java Problem The method writeStartDocument() of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 96 Java Problem The method writeStartDocument(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 102 Java Problem The method writeStartDocument(String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 109 Java Problem The method writeEmptyElement(String, String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 116 Java Problem The method hasSubnode(String) of type AbstractBinaryNode must override a superclass method AbstractBinaryNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 36 Java Problem The method setString(String, String) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 95 Java Problem The method setNumber(String, Number) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 104 Java Problem The method setBoolean(String, Boolean) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 110 Java Problem The method hasSubnode(Node) of type VariableNode must override a superclass method VariableNode.java /core-formula/src/main/java/org/csstudio/apputil/formula line 61 Java Problem The method hasSubnode(Node) of type MinNode must override a superclass method MinNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 39 Java Problem Type mismatch: cannot convert from Optional to Optional XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 135 Java Problem Type mismatch: cannot convert from Optional to Optional XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 142 Java Problem Type mismatch: cannot convert from Optional to Optional XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 144 Java Problem Type mismatch: cannot convert from Optional to Optional XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 148 Java Problem The method hasSubnode(Node) of type MaxNode must override a superclass method MaxNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 39 Java Problem The method hasSubnode(Node) of type MathFuncNode must override a superclass method MathFuncNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 65 Java Problem The method hasSubnode(Node) of type IfNode must override a superclass method IfNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 36 Java Problem The method hasSubnode(Node) of type Formula must override a superclass method Formula.java /core-formula/src/main/java/org/csstudio/apputil/formula line 181 Java Problem The method hasSubnode(Node) of type ConstantNode must override a superclass method ConstantNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 32 Java Problem The method next() of type XMLUtil.NamedElementIterator must override a superclass method XMLUtil.java /core-framework/src/main/java/org/phoebus/framework/persistence line 144 Java Problem The method hasSubnode(Node) of type AbstractUnaryNode must override a superclass method AbstractUnaryNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 26 Java Problem The method hasSubnode(Node) of type AbstractBinaryNode must override a superclass method AbstractBinaryNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 28 Java Problem The method hasNext() of type XMLUtil.ElementIterator must override a superclass method XMLUtil.java /core-framework/src/main/java/org/phoebus/framework/persistence line 94 Java Problem The method next() of type XMLUtil.ElementIterator must override a superclass method XMLUtil.java /core-framework/src/main/java/org/phoebus/framework/persistence line 100 Java Problem The method hasNext() of type XMLUtil.NamedElementIterator must override a superclass method XMLUtil.java /core-framework/src/main/java/org/phoebus/framework/persistence line 131 Java Problem The method getValue(String) of type Macros must override a superclass method Macros.java /core-framework/src/main/java/org/phoebus/framework/macros line 279 Java Problem The method run() of type new PrivilegedExceptionAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 666 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 711 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 727 Java Problem The method run() of type new PrivilegedExceptionAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 749 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 81 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 130 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 182 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 417 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 484 Java Problem The method run() of type new PrivilegedExceptionAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 553 Java Problem The method run() of type new PrivilegedExceptionAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 595 Java Problem The method run() of type new PrivilegedAction(){} must override a superclass method FileSystemPreferences.java /core-framework/src/main/java/org/phoebus/framework/preferences line 624 Java Problem The method userRoot() of type PhoebusPreferenceService must override a superclass method PhoebusPreferenceService.java /core-framework/src/main/java/org/phoebus/framework/preferences line 23 Java Problem The method systemRoot() of type PhoebusPreferenceService must override a superclass method PhoebusPreferenceService.java /core-framework/src/main/java/org/phoebus/framework/preferences line 28 Java Problem The method getString(String) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 116 Java Problem The method getProperty(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 58 Java Problem The method getPrefix(String) of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 64 Java Problem The method getPercentage() of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 99 Java Problem The method getPercentage() of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 56 Java Problem The method getNumber(String) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 125 Java Problem The method getNamespaceContext() of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 90 Java Problem The method getName() of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 89 Java Problem The method getSelections() of type new Selection(){} must override a superclass method SelectionUtil.java /core-framework/src/main/java/org/phoebus/framework/selection line 30 Java Problem The method getName() of type SimProposalProvider must override a superclass method SimProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 84 Java Problem The method getName() of type PvaProposalProvider must override a superclass method PvaProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 31 Java Problem The method getName() of type MqttProposalProvider must override a superclass method MqttProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 32 Java Problem The method getName() of type LocProposalProvider must override a superclass method LocProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 32 Java Problem The method getName() of type History must override a superclass method History.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 44 Java Problem The method getChildren() of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 184 Java Problem The method getChild(String) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 167 Java Problem The method getBoolean(String) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 158 Java Problem The method flush() of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 270 Java Problem The method eval() of type VariableNode must override a superclass method VariableNode.java /core-formula/src/main/java/org/csstudio/apputil/formula line 54 Java Problem The method eval() of type SubNode must override a superclass method SubNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type RndNode must override a superclass method RndNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type PwrNode must override a superclass method PwrNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method mapping(Function<? super T,? extends U>, Collector<? super U,A,R>) in the type Collectors is not applicable for the arguments (Map.Entry::getValue, Collector<Object,capture#2-of ?,List>) ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 191 Java Problem The method eval() of type OrNode must override a superclass method OrNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The type Map.Entry does not define getValue(T) that is applicable here ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 191 Java Problem The method eval() of type NotNode must override a superclass method NotNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type NotEqualNode must override a superclass method NotEqualNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem Type mismatch: cannot convert from List to List ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 145 Java Problem The method eval() of type MulNode must override a superclass method MulNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem Type mismatch: cannot convert from Object to String ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 158 Java Problem The method eval() of type MinNode must override a superclass method MinNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 25 Java Problem The method eval() of type MaxNode must override a superclass method MaxNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 25 Java Problem The method eval() of type MathFuncNode must override a superclass method MathFuncNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 42 Java Problem The method eval() of type LessThanNode must override a superclass method LessThanNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type LessEqualNode must override a superclass method LessEqualNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type IfNode must override a superclass method IfNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 29 Java Problem The method eval() of type GreaterThanNode must override a superclass method GreaterThanNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The type ExternalApplication must implement the inherited abstract method AppDescriptor.start() ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 28 Java Problem The type ExternalApplication must implement the inherited abstract method AppResourceDescriptor.canOpenResource(String) ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 28 Java Problem The type ExternalApplication must implement the inherited abstract method AppDescriptor.stop() ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 28 Java Problem The method getName() of type ExternalApplication must override a superclass method ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 42 Java Problem The method getDisplayName() of type ExternalApplication must override a superclass method ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 48 Java Problem The method supportedFileExtentions() of type ExternalApplication must override a superclass method ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 54 Java Problem The method getIconURL() of type ExternalApplication must override a superclass method ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 60 Java Problem The method eval() of type GreaterEqualNode must override a superclass method GreaterEqualNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type Formula must override a superclass method Formula.java /core-formula/src/main/java/org/csstudio/apputil/formula line 174 Java Problem The method eval() of type EqualNode must override a superclass method EqualNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type DivNode must override a superclass method DivNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem Type mismatch: cannot convert from List to Collection WorkbenchPreferences.java /core-framework/src/main/java/org/phoebus/framework/workbench line 34 Java Problem The method eval() of type ConstantNode must override a superclass method ConstantNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 25 Java Problem The method eval() of type AndNode must override a superclass method AndNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem The method eval() of type AddNode must override a superclass method AddNode.java /core-formula/src/main/java/org/csstudio/apputil/formula/node line 23 Java Problem Type mismatch: cannot convert from List to List HistoryTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 24 Java Problem The method done() of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 119 Java Problem The method done() of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 78 Java Problem The method createChild(String) of type XMLMementoTree must override a superclass method XMLMementoTree.java /core-framework/src/main/java/org/phoebus/framework/persistence line 176 Java Problem The method create(URI) of type ExternalApplication must override a superclass method ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 74 Java Problem The method create() of type ExternalApplication must override a superclass method ExternalApplication.java /core-framework/src/main/java/org/phoebus/framework/workbench line 66 Java Problem The method collect(Collector<? super Object,A,R>) in the type Stream is not applicable for the arguments (Collector<CharSequence,capture#1-of ?,String>) Macros.java /core-framework/src/main/java/org/phoebus/framework/macros line 321 Java Problem The method close() of type IndentingXMLStreamWriter must override a superclass method IndentingXMLStreamWriter.java /core-framework/src/main/java/org/phoebus/framework/persistence line 276 Java Problem The method call() of type CommandExecutor must override a superclass method CommandExecutor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 104 Java Problem The method beginTask(String) of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 58 Java Problem The method beginTask(String) of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 30 Java Problem The method beginTask(String, int) of type SubJobMonitor must override a superclass method SubJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 65 Java Problem The method beginTask(String, int) of type BasicJobMonitor must override a superclass method BasicJobMonitor.java /core-framework/src/main/java/org/phoebus/framework/jobs line 36 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 103 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 110 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 120 Java Problem Type mismatch: cannot convert from List to List SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 131 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 98 Java Problem Type mismatch: cannot convert from List to List SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 132 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 48 Java Problem Type mismatch: cannot convert from List to List SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 138 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 44 Java Problem Type mismatch: cannot convert from List to List SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 143 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 40 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 144 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 36 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 33 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 30 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 75 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 28 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 24 Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 136 Java Problem The method assertThat(T, Matcher<? super T>) in the type Assert is not applicable for the arguments (Number, Matcher) XMLMementoTest.java /core-framework/src/test/java/org/phoebus/framework/persistence line 40 Java Problem The method assertThat(T, Matcher<? super T>) in the type Assert is not applicable for the arguments (Number, Matcher) XMLMementoTest.java /core-framework/src/test/java/org/phoebus/framework/persistence line 41 Java Problem The method assertThat(T, Matcher<? super T>) in the type Assert is not applicable for the arguments (Number, Matcher) XMLMementoTest.java /core-framework/src/test/java/org/phoebus/framework/persistence line 42 Java Problem The method assertThat(T, Matcher<? super T>) in the type Assert is not applicable for the arguments (Optional, Matcher<Optional>) XMLMementoTest.java /core-framework/src/test/java/org/phoebus/framework/persistence line 44 Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-logbook Unknown Java Problem References to interface static methods are allowed only at source level 1.8 or above SimProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 69 Java Problem References to interface static methods are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 201 Java Problem References to interface static methods are allowed only at source level 1.8 or above ResourceParser.java /core-framework/src/main/java/org/phoebus/framework/util line 144 Java Problem The project cannot be built until build path errors are resolved core-pv Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-security Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-types Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-ui Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-util Unknown Java Problem References to interface static methods are allowed only at source level 1.8 or above PvaProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 23 Java Problem References to interface static methods are allowed only at source level 1.8 or above ProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 40 Java Problem References to interface static methods are allowed only at source level 1.8 or above ProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 35 Java Problem References to interface static methods are allowed only at source level 1.8 or above ProposalService.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 55 Java Problem References to interface static methods are allowed only at source level 1.8 or above Proposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 59 Java Problem References to interface static methods are allowed only at source level 1.8 or above MqttProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 24 Java Problem References to interface static methods are allowed only at source level 1.8 or above MqttProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 80 Java Problem References to interface static methods are allowed only at source level 1.8 or above LocProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 88 Java Problem References to interface static methods are allowed only at source level 1.8 or above LocProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 82 Java Problem References to interface static methods are allowed only at source level 1.8 or above LocProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 76 Java Problem References to interface static methods are allowed only at source level 1.8 or above LocProposalTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 70 Java Problem References to interface static methods are allowed only at source level 1.8 or above LocProposalProvider.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 24 Java Problem References to interface static methods are allowed only at source level 1.8 or above LocProposal.java /core-framework/src/main/java/org/phoebus/framework/autocomplete line 150 Java Problem References to interface static methods are allowed only at source level 1.8 or above HistoryTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 56 Java Problem References to interface static methods are allowed only at source level 1.8 or above HistoryTest.java /core-framework/src/test/java/org/phoebus/framework/autocomplete line 53 Java Problem References to interface static methods are allowed only at source level 1.8 or above ApplicationService.java /core-framework/src/main/java/org/phoebus/framework/workbench line 70 Java Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-misc-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-queries-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-queryparser-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-sandbox-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-spatial-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-spatial-extras-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-spatial3d-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-suggest-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/rank-eval-client-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-memory-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-join-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-highlighter-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-grouping-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-core-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/protobuf-java-2.4.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/pbrawclient-0.0.8.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/org.eclipse.jgit-5.0.3.201809091024-r.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-backward-codecs-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-analyzers-common-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/log4j-api-2.9.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/validation-api-2.0.1.Final.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-aop-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-beans-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-autoconfigure-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-json-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-logging-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-test-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-tomcat-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-web-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-test-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-test-autoconfigure-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-context-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-core-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-expression-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-jcl-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-test-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-web-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-webmvc-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jopt-simple-5.0.2.jar' phoebus-target Build path Build Path Problem The project cannot be built until build path errors are resolved phoebus-target Unknown Java Problem Project 'phoebus-target' is missing required library: 'target/lib/joda-time-2.9.9.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jna-4.5.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-fxml-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-controls-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jmatio-1.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/junit-4.12.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/mockito-core-1.9.5.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-common-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-agenda-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jca-2.4.3-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.annotation-api-1.3.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/vtype-1.0.1-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/py4j-0.10.2.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.mail-1.6.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/objenesis-1.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.servlet-api-3.1.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-http-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-io-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-security-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-server-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-servlet-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-util-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jython-standalone-2.7.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/postgresql-42.1.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/mysql-connector-java-5.1.45.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-module-parameter-names-2.9.6.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-datatype-jsr310-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-datatype-jdk8-2.9.6.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.activation-1.2.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.json-1.0.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.persistence-2.2.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jaxb-api-2.3.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-client-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-core-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-multipart-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-server-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jsr311-api-1.1.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/mimepull-1.9.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-dataformat-yaml-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-dataformat-smile-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-dataformat-cbor-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/kafka-clients-2.0.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/slf4j-api-1.7.25.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/reactive-streams-1.0.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/rxjava-2.1.14.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-databind-2.9.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/kafka-streams-2.0.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-core-2.9.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-annotations-2.9.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hibernate-validator-6.0.12.Final.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hamcrest-core-1.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hamcrest-all-1.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/guava-21.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/freetts-1.2.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/epics-util-1.0.1-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/epics-pvdata-6.1.3-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/HdrHistogram-2.1.9.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hppc-0.7.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpasyncclient-4.1.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpclient-4.5.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpcore-4.4.5.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpcore-nio-4.4.5.jar' phoebus-target Build path Build Path Problem The project cannot be built until build path errors are resolved product Unknown Java Problem Project 'product' is missing required Java project: 'app-3d-viewer' product Build path Build Path Problem The project was not built since it depends on phoebus-target, which has build path errors service-alarm-config-logger Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors service-alarm-logger Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors service-alarm-server Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended service-archive-engine Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors service-scan-server Unknown Java Problem

kasemir commented 5 years ago

I followed the instruction: ... source level below 1.7

Missed a step:

Check Eclipse Preferences:
...
Java, Compiler: JDK Compliance should be "9" or higher
forestmojo commented 5 years ago

hi, Kay:

I think I have modified as it's mentioned in: Check Eclipse Preferences: Java, Installed JREs: JDK 9-or-later should be the default Java, Compiler: JDK Compliance should be "9" or higher

kasemir commented 5 years ago

Check the settings of affected projects like core-framework: ..operator .. not allowed for source level below 1.7. The error indicates that the project is configured for source level 1.7 instead of 9 or higher, hence the error.

forestmojo commented 5 years ago

Now it seems the errors are related with library dependencies: Description Resource Path Location Type Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file (execution: install-pbraw, phase: validate) pom.xml /install-jars line 68 Maven Project Build Lifecycle Mapping Problem Project 'app-display-representation-javafx' is missing required Java project: 'app-3d-viewer' app-display-representation-javafx Build path Build Path Problem Project 'app-logbook-ui' is missing required library: '/dependencies/phoebus-target/target/lib/assertj-core-3.9.1.jar' app-logbook-ui Build path Build Path Problem Project 'app-logbook-ui' is missing required library: '/dependencies/phoebus-target/target/lib/testfx-core-4.0.13-alpha.jar' app-logbook-ui Build path Build Path Problem Project 'app-logbook-ui' is missing required library: '/dependencies/phoebus-target/target/lib/testfx-junit-4.0.13-alpha.jar' app-logbook-ui Build path Build Path Problem Project 'core-pv' is missing required library: '/phoebus-target/target/lib/epics-util-1.0.1-SNAPSHOT.jar' core-pv Build path Build Path Problem Project 'core-pv' is missing required library: '/phoebus-target/target/lib/org.eclipse.paho.client.mqttv3-1.2.0.jar' core-pv Build path Build Path Problem Project 'core-pv' is missing required library: '/phoebus-target/target/lib/vtype-1.0.1-SNAPSHOT.jar' core-pv Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/activation-1.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/commonj.sdo-2.1.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/commons-codec-1.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/commons-logging-1.1.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/controlsfx-9.0.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/derby-10.14.1.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/eclipselink-2.7.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-cli-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-core-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-rest-client-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-rest-high-level-client-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-secure-sm-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/elasticsearch-x-content-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/epics-pvaccess-5.1.3-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/epics-pvdata-6.1.3-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/epics-util-1.0.1-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/freetts-1.2.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/guava-21.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hamcrest-all-1.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hamcrest-core-1.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/HdrHistogram-2.1.9.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hibernate-validator-6.0.12.Final.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/hppc-0.7.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpasyncclient-4.1.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpclient-4.5.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpcore-4.4.5.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/httpcore-nio-4.4.5.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-annotations-2.9.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-core-2.9.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-databind-2.9.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-dataformat-cbor-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-dataformat-smile-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-dataformat-yaml-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-datatype-jdk8-2.9.6.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-datatype-jsr310-2.8.10.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jackson-module-parameter-names-2.9.6.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.activation-1.2.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.annotation-api-1.3.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.json-1.0.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.mail-1.6.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.persistence-2.2.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/javax.servlet-api-3.1.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jaxb-api-2.3.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jca-2.4.3-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-client-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-core-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-multipart-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jersey-server-1.19.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-http-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-io-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-security-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-server-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-servlet-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jetty-util-9.4.9.v20180320.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-agenda-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-common-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-controls-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jfxtras-fxml-9.0-r1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jmatio-1.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jna-4.5.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/joda-time-2.9.9.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jopt-simple-5.0.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jsr311-api-1.1.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/junit-4.12.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/jython-standalone-2.7.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/kafka-clients-2.0.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/kafka-streams-2.0.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/log4j-api-2.9.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-analyzers-common-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-backward-codecs-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-core-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-grouping-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-highlighter-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-join-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-memory-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-misc-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-queries-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-queryparser-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-sandbox-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-spatial-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-spatial-extras-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-spatial3d-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/lucene-suggest-7.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/mimepull-1.9.3.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/mockito-core-1.9.5.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/mysql-connector-java-5.1.45.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/objenesis-1.0.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/org.eclipse.jgit-5.0.3.201809091024-r.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/pbrawclient-0.0.8.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/postgresql-42.1.4.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/protobuf-java-2.4.1.jar' phoebus-target Build path Build Path Problem The project was not built since it depends on phoebus-target, which has build path errors core-util Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-ui Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-types Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-security Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-logbook Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors core-email Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-update Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-pvtree Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-pvtable Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-probe Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-pace Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-logbook-utility Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-logbook-olog Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-logbook-inmemory Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-filebrowser Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-email Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-display-runtime Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-display-editor Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-diag Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-databrowser Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-channel-views Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-channel-utility Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-channel-channelfinder Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-alarm-ui Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-alarm-model Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors app-alarm-logging-ui Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-scan-ui Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-scan-model Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-scan-client Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-rtplot Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-display-representation Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended app-display-model Unknown Java Problem The project cannot be built until its prerequisite core-ui is built. Cleaning and building all projects is recommended app-perfmon Unknown Java Problem The project cannot be built until its prerequisite core-ui is built. Cleaning and building all projects is recommended app-log-configuration Unknown Java Problem The project cannot be built until its prerequisite core-ui is built. Cleaning and building all projects is recommended app-3dViewer Unknown Java Problem The project cannot be built until build path errors are resolved core-pv Unknown Java Problem The project cannot be built until build path errors are resolved phoebus-target Unknown Java Problem The project cannot be built until build path errors are resolved app-logbook-ui Unknown Java Problem The project cannot be built until build path errors are resolved app-display-representation-javafx Unknown Java Problem Project 'phoebus-target' is missing required library: 'target/lib/validation-api-2.0.1.Final.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-webmvc-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-web-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-test-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-jcl-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-expression-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-core-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-context-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-test-autoconfigure-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/vtype-1.0.1-SNAPSHOT.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-test-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-web-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-tomcat-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-test-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-logging-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-json-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-starter-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-autoconfigure-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-boot-2.0.5.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-beans-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/spring-aop-5.0.9.RELEASE.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/slf4j-api-1.7.25.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/rxjava-2.1.14.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/reactive-streams-1.0.2.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/rank-eval-client-6.3.1.jar' phoebus-target Build path Build Path Problem Project 'phoebus-target' is missing required library: 'target/lib/py4j-0.10.2.1.jar' phoebus-target Build path Build Path Problem Project 'product' is missing required Java project: 'app-3d-viewer' product Build path Build Path Problem The project cannot be built until build path errors are resolved product Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors service-alarm-config-logger Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors service-alarm-logger Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors service-alarm-server Unknown Java Problem The project cannot be built until its prerequisite core-util is built. Cleaning and building all projects is recommended service-archive-engine Unknown Java Problem The project was not built since it depends on phoebus-target, which has build path errors service-scan-server Unknown Java Problem

kasemir commented 5 years ago

Project 'phoebus-target' is missing required library: 'target/lib/....jar'

See Target Platform:

All external dependencies are expected in dependencies/target/lib. They could be obtained by expanding a zip-ed phoebus target from an existing build setup, or via one initial maven run:

mvn clean verify -f dependencies/pom.xml
forestmojo commented 5 years ago

seems the dawn if nearby, the errors are like following: Description Resource Path Location Type Plugin execution not covered by lifecycle configuration: org.apache.maven.plugins:maven-install-plugin:2.5.2:install-file (execution: install-pbraw, phase: validate) pom.xml /install-jars line 68 Maven Project Build Lifecycle Mapping Problem Project 'app-display-representation-javafx' is missing required Java project: 'app-3d-viewer' app-display-representation-javafx Build path Build Path Problem Project 'product' is missing required Java project: 'app-3d-viewer' product Build path Build Path Problem The project cannot be built until build path errors are resolved app-display-representation-javafx Unknown Java Problem The project cannot be built until build path errors are resolved product Unknown Java Problem The project was not built since it depends on app-display-representation-javafx, which has build path errors app-display-editor Unknown Java Problem The project was not built since it depends on app-display-representation-javafx, which has build path errors app-display-runtime Unknown Java Problem Type mismatch: cannot convert from ObservableList<Callback<AlarmInfoRow,Observable[]>> to ObservableList AlarmTableUI.java /app-alarm-ui/src/main/java/org/phoebus/applications/alarm/ui/table line 94 Java Problem Type mismatch: cannot convert from ObservableList<Callback<AlarmInfoRow,Observable[]>> to ObservableList AlarmTableUI.java /app-alarm-ui/src/main/java/org/phoebus/applications/alarm/ui/table line 95 Java Problem Type mismatch: cannot convert from ObservableList<Callback<TableItemProxy,Observable[]>> to ObservableList PVTable.java /app-pvtable/src/main/java/org/phoebus/applications/pvtable/ui line 108 Java Problem