Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] help with Buckminster problem needed

Hi all,

I think that the experienced audience of this list might have a clue what's going on with our Hudson eTrice build.

I had to adapt the Buckminster resource map to be able to locate the new version of a dependency (we switched from Xtext 2.0 to 2.1).
If I perform the cquery locally everything can be resolved properly.

However, if I run that inside Hudson I end up with
ERROR   [0046] : No component named org.eclipse.emf.mwe2.runtime:osgi.bundle/2.2.0 is known to Buckminster
ERROR: No component named org.eclipse.emf.mwe2.runtime:osgi.bundle/2.2.0 is known to Buckminster
ERROR   [0047] : No component named org.eclipse.emf.mwe.core:osgi.bundle/[1.1.1.v201108020506,2.0.0) is known to Buckminster
ERROR: No component named org.eclipse.emf.mwe.core:osgi.bundle/[1.1.1.v201108020506,2.0.0) is known to Buckminster
INFO:  Resetting target platform Directory /opt/users/hudsonbuild/.hudson/jobs/mdt-etrice-nightly/workspace//buildroot/target.platform
ERROR: Errors and Warnings
org.eclipse.core.runtime.CoreException: Errors and Warnings
	at org.eclipse.buckminster.runtime.BuckminsterException.wrap(BuckminsterException.java:96)
	at org.eclipse.buckminster.core.materializer.MaterializationJob.internalRun(MaterializationJob.java:149)
	at org.eclipse.buckminster.core.materializer.MaterializationJob.run(MaterializationJob.java:125)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Contains: [0046] : No component named org.eclipse.emf.mwe2.runtime:osgi.bundle/2.2.0 is known to Buckminster
Contains: [0047] : No component named org.eclipse.emf.mwe.core:osgi.bundle/[1.1.1.v201108020506,2.0.0) is known to Buckminster

The difference is that the p2 Provider searches in the Hudson job in the shared file system
/home/data/httpd/download.eclipse.org/etrice

while in my local setting I'm using
http://download.eclipse.org/etrice

Any help is appreciated,
Henrik

-- 
..............................................................
.                           .                                .
. Dr. Henrik Rentz-Reichert .  mailto:hrr@xxxxxxxxx          .
.                           .  +49-7551-831365               .
.                           .                                .
.                           .  Am Bacheck 7a                 . 
.                           .  D-88662 Überlingen-Deisendorf .
..............................................................

Back to the top