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

This kind of thing is why I hate the PDE practice of adding an explicit version into Manifest.MF by default. I always forget that's happened and then my feature builds break even when a non-breaking version change is introduced. :#

On Mar 15, 2011, at 6:05 AM, Stéphane Bouchet wrote:

> Founded !
> 
> In the targetplaform used by my build, the feature.xml of eclipse platform is requiring eclipse.search 3.6.100 :
> https://hudson.eclipse.org/hudson/user/sbouchet/my-views/view/Obeo/job/m2t-acceleo-3.1/ws/buildroot/target.platform/features/org.eclipse.platform_3.7.0.v20110121-9fF7OHGyFsAlpuWVeMel4CcNBmNslp8D-B/feature.xml/*view*/
> 
> and the jdt.ui plugin is requiring the range [3.7.0,4.0.0) :
> https://hudson.eclipse.org/hudson/user/sbouchet/my-views/view/Obeo/job/m2t-acceleo-3.1/ws/buildroot/target.platform/plugins/org.eclipse.jdt.ui_3.7.0.v20110309-1800.jar
> 
> attached the MANIFEST.MF
> 
> 
> i'll open a bugzilla for this.
> 
> 
> Le 15/03/2011 12:28, Stéphane Bouchet a écrit :
>> 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
> 
> <MANIFEST.MF><stephane_bouchet.vcf>_______________________________________________
> 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