Community
Participate
Working Groups
Something appears to be "off" with the new Tycho-based build on hudson.eclipse.org. org.eclipse.linuxtools.callgraph can't find some zest APIs: [ERROR] import org.eclipse.zest.layouts.dataStructures.InternalNode; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.zest.layouts.dataStructures.InternalNode cannot be resolved [ERROR] [ERROR] /opt/public/jobs/cbi-linuxtools-Indigo/workspace/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/callgraph/AggregateLayoutAlgorithm.java (at line 19):[-1,-1] [ERROR] import org.eclipse.zest.layouts.dataStructures.InternalRelationship; [ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [ERROR] The import org.eclipse.zest.layouts.dataStructures.InternalRelationship cannot be resolved [ERROR] [ERROR] /opt/public/jobs/cbi-linuxtools-Indigo/workspace/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/callgraph/AggregateLayoutAlgorithm.java (at line 55):[-1,-1] [ERROR] protected void postLayoutAlgorithm(InternalNode[] entitiesToLayout, [ERROR] ^^^^^^^^^^^^ [ERROR] InternalNode cannot be resolved to a type [ERROR] [ERROR] /opt/public/jobs/cbi-linuxtools-Indigo/workspace/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/callgraph/AggregateLayoutAlgorithm.java (at line 56):[-1,-1] [ERROR] InternalRelationship[] relationshipsToConsider) { [ERROR] ^^^^^^^^^^^^^^^^^^^^ [ERROR] InternalRelationship cannot be resolved to a type [ERROR] [ERROR] /opt/public/jobs/cbi-linuxtools-Indigo/workspace/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/callgraph/AggregateLayoutAlgorithm.java (at line 61):[-1,-1] [ERROR] for (InternalNode sn : entitiesToLayout) { [ERROR] ^^^^^^^^^^^^ [ERROR] InternalNode cannot be resolved to a type [ERROR] [ERROR] /opt/public/jobs/cbi-linuxtools-Indigo/workspace/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/callgraph/StapGraph.java (at line 500):[-1,-1] [ERROR] GraphNode n = new GraphNode(this.getGraphModel(),SWT.NONE); [ERROR] ^^^^^^^^^^^^^ [ERROR] The method getGraphModel() is undefined for the type StapGraph
Severin, can you reproduce this on your machine?
(In reply to comment #1) > Severin, can you reproduce this on your machine? Looks good on my local machine, FWIW.
Callgraph build enabled. Works fine with latest tycho. See https://hudson.eclipse.org/hudson/job/cbi-linuxtools-Indigo/280/