-
Bug
-
Resolution: Done
-
Major
-
4.5.0.AM1
-
None
-
devex #132 May 2017
-
4
16:39:32 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.0.0:compile (default-compile) on project org.jboss.tools.common.text.xml: Compilation failure: Compilation failure: 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[25] 16:39:32 [ERROR] import org.eclipse.jface.util.ListenerList; 16:39:32 [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 16:39:32 [ERROR] The import org.eclipse.jface.util.ListenerList cannot be resolved 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[59] 16:39:32 [ERROR] private ListenerList fSMListeners; 16:39:32 [ERROR] ^^^^^^^^^^^^ 16:39:32 [ERROR] ListenerList cannot be resolved to a type 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[64] 16:39:32 [ERROR] fSMListeners= new ListenerList(); 16:39:32 [ERROR] ^^^^^^^^^^^^ 16:39:32 [ERROR] ListenerList cannot be resolved to a type 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[64] 16:39:32 [ERROR] fSMListeners= new ListenerList(); 16:39:32 [ERROR] ^^^^^^^^^^^^ 16:39:32 [ERROR] ListenerList cannot be resolved to a type 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[86] 16:39:32 [ERROR] return fSMListeners.isEmpty(); 16:39:32 [ERROR] ^^^^^^^^^^^^ 16:39:32 [ERROR] ListenerList cannot be resolved to a type 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[97] 16:39:32 [ERROR] fSMListeners.add(listener); 16:39:32 [ERROR] ^^^^^^^^^^^^ 16:39:32 [ERROR] ListenerList cannot be resolved to a type 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[101] 16:39:32 [ERROR] fSMListeners.remove(listener); 16:39:32 [ERROR] ^^^^^^^^^^^^ 16:39:32 [ERROR] ListenerList cannot be resolved to a type 16:39:32 [ERROR] /mnt/hudson_workspace/workspace/jbosstools-base_master/sources/common/plugins/org.jboss.tools.common.text.xml/src/org/jboss/tools/common/text/xml/ui/xpl/SelectionListenerWithSMManager.java:[157] 16:39:32 [ERROR] Object[] listeners= fSMListeners.getListeners(); 16:39:32 [ERROR] ^^^^^^^^^^^^ 16:39:32 [ERROR] ListenerList cannot be resolved to a type 16:39:32 [ERROR] 8 problems (8 errors)
– https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstools-base_master/104/console
- is related to
-
JBIDE-23317 Create and use Oxygen.0.M7 target platform
- Closed