Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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.


Back to the top