Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] should the platform build point to eclipse/updates/3.6-I-builds/I20100518-0800/ instead of eclipse/updates/3.6-I-builds/ ?


Hi Hughes

What release candidate are you trying to consume?  If you are attempting to consume RC1 bundles, a better composite repository would be http://download.eclipse.org/eclipse/updates/3.6milestones

(I had the old one in the ep.build and just changed it).

Sometimes when only a single bundle changes in a nested feature, there aren't enough signficant digits in the generated qualifier and this type of error occurs.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=208143

If you have further problems, please open a bug with eclipse->platform->releng

Kim



Hugues Malphettes <hmalphettes@xxxxxxxxxxx>
Sent by: cross-project-issues-dev-bounces@xxxxxxxxxxx

05/18/2010 02:08 PM

Please respond to
Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>

To
cross-project-issues-dev@xxxxxxxxxxx
cc
Subject
[cross-project-issues-dev] should the platform build point to        eclipse/updates/3.6-I-builds/I20100518-0800/         instead of eclipse/updates/3.6-I-builds/ ?





Hi everyone,

I am having an issue contributing to Helios a feature that uses
org.eclipse.core.jobs.

My feature is built with maven-tycho pointing  to the p2 repository
of the platform build (ep.build).
The current url for this repository is:
http://download.eclipse.org/eclipse/updates/3.6-I-builds

My build ends up packaging org.eclipse.core.jobs 3.5.0.v20100515.
The Helios build reports:
"Only one of the following can be installed at once:
[org.eclipse.core.jobs 3.5.0.v20100515, org.eclipse.core.jobs
3.5.0.v20100510]"

The repository http://download.eclipse.org/eclipse/updates/3.6-I-builds
is a composite repository.
- the first child "I20100511-0800", provides org.eclipse.core.jobs
3.5.0.v20100510
(http://download.eclipse.org/eclipse/updates/3.6-I-builds/I20100511-0800/artifacts.jar)
- the last child provides the other version.
("http://download.eclipse.org/eclipse/updates/3.6-I-builds/I20100518-0800/artifacts.jar")
The build tool picks up the latest version.


I can point my build to the older version:
http://download.eclipse.org/eclipse/updates/3.6-I-builds/I20100511-0800/

Should the platform build point to a different URL?
The conflicting feature is equinox sdk that requires
org.eclipse.core.jobs 3.5.0.v20100510: does it need to be rebuilt?

Am I missing something?

Thanks for your attention,
Hugues.
_______________________________________________
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