Skip to main content

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

Hi Henrik,

It seems the bundle is found in a p2 repository. Then, for some reason, you're using 'eclipse.import' reader type which makes an attempt to import the binary bundle into the workspace. A couple of suggestions:

1. Use 'p2' instead of 'eclipse.import'
2. Make sure binary bundles go to your target platform instead of into your workspace.

The latter is probably a case of using source="false" in the provider for binaries.

- thomas


On 2011-12-15 15:18, Henrik Rentz-Reichert wrote:
thanks Thomas and Dennis,

here is the console output of a failed import with --loglevel DEBUG:
https://hudson.eclipse.org/hudson/job/mdt-etrice-nightly/143/console

I've also allowed workspace access for anonymous.

-Henrik

Am 15.12.2011 13:17, schrieb Dennis Hübner:
Allow others to browse your job workspace for mdt-etrice-nightly. So we can also look into your rmap and cquery.
Regards,
Dennis.

Am 15.12.2011 um 12:41 schrieb Thomas Hallgren:

Please try running with --loglevel DEBUG and then provide a link to the complete build output.



_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top