Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] [indigo M6] problems building projects using buckminster

Hi Stéphane,

The basic problem is that you have conflicting requirements within the scope of your build. Try to nail down whoever it is that requires the 3.6.x version of the org.eclipse.search and the 1.3.0 or org.eclipse.core.databinding. Chances are they've just forgotten to upgrade a feature requirement.

My guess would be that Bucky materializes both versions of a singleton bundle into the target platform and prints a warning when it does so. A subsequent Buckminster perform will use the target platform (as resolved by Eclipse PDE) and there the manifest of the old bundle is not reachable since the newer bundle is favored by the resolver.

HTH,
Thomas Hallgren


On 2011-03-15 12:28, Stéphane Bouchet wrote:
Hi all,

This is a help call for the releng community.

We have problems building our acceleo M6 build and cannot find any solution ourselves.
We do not change any dependencies to our builds and all our builds are failling since m6 +0 day.

the error is very strange, and google is not helping :

CSpec org.eclipse.search:osgi.bundle$3.6.100.v20110124-0100 has no action, group, or local artifact named java.binaries


Activating the debug, it seems buckminster resolves 2 differents versions of eclipse.search :
Found two entries for component org.eclipse.search:osgi.bundle. Version 3.7.0.v20110208-0800 located at <https://hudson.eclipse.org/hudson/job/m2t-acceleo-3.1/ws/buildroot/target.platform/plugins/org.eclipse.search_3.7.0.v20110208-0800.jar> and version 3.6.100.v20110124-0100 at <https://hudson.eclipse.org/hudson/job/m2t-acceleo-3.1/ws/buildroot/target.platform/plugins/org.eclipse.search_3.6.100.v20110124-0100.jar>

i am using the 3.7milestones repository for the platform, so i suspect it to changed its dependenies rnage since M5. Am I correct ?
i tried to switch back to 3.7M5 with no luck.

it seems also that emf changes its dependencies, so i reverted to use EMF 2.7M5 ( for the record :
Found two entries for component org.eclipse.core.databinding.property:osgi.bundle. Version 1.3.0.I20110111-0800 located at <https://hudson.eclipse.org/hudson/job/m2t-acceleo-3.1/ws/buildroot/target.platform/plugins/org.eclipse.core.databinding.property_1.3.0.I20110111-0800.jar> and version 1.4.0.I20110222-0800 at <https://hudson.eclipse.org/hudson/job/m2t-acceleo-3.1/ws/buildroot/target.platform/plugins/org.eclipse.core.databinding.property_1.4.0.I20110222-0800.jar>
)

any help will be appreciate,

regards,



_______________________________________________ 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