Hi,

The emails seem to be picking out the incorrect failure point in the
build.  The reason the most recent build failed is:

  
/opt/public/jobs/linuxtools-master/workspace/systemtap/org.eclipse.linuxtools.callgraph/src/org/eclipse/linuxtools/callgraph/AggregateLayoutAlgorithm.java
 (at line 19):[-1,-1]
  import org.eclipse.zest.layouts.dataStructures.InternalRelationship;
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  The import org.eclipse.zest.layouts.dataStructures.InternalRelationship 
cannot be resolved

At this point I'm not sure what's up.  I see that the main Indigo
p2 repository [1] is being used and I see the above class in our EPP
package's plugins/org.eclipse.zest.layouts_1.1.0.v20110425-2050.jar [2].
If I look in the Indigo p2 repo [1], I see that same version of
zest.layouts [3].

I'm going to try wiping the Hudson job's workspace and re-running the
build to see what happens.

Sorry for the noise,

Andrew

[1]
http://download.eclipse.org/releases/indigo

[2]
$ unzip -l org.eclipse.zest.layouts_1.1.0.v20110425-2050.jar | \
  grep InternalRelationship
     3556  05-02-2011 10:03 
org/eclipse/zest/layouts/dataStructures/InternalRelationship.class

[3]
$ eclipse -consolelog -nosplash -application org.eclipse.equinox.p2.director \
  -repository http://download.eclipse.org/releases/indigo -list | \
  grep zest.layout
org.eclipse.zest.layouts=1.1.0.v20110425-2050
org.eclipse.zest.layouts.source=1.1.0.v20110425-2050

_______________________________________________
linuxtools-dev mailing list
linuxtools-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/linuxtools-dev

Reply via email to