Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] tycho-version and required bundle section in the MANIFEST.MF

Hi François

If I understand your problem correctly it should be solved by https://bugs.eclipse.org/bugs/show_bug.cgi?id=477328

-Seb


On Mon, Feb 1, 2016, 20:58 Mikhail Kalkov <mikhail.kalkov@xxxxxxxxx> wrote:
Hi Francois,

Please see this discussion thread for more ideas: https://dev.eclipse.org/mhonarc/lists/tycho-user/msg06908.html

I've also found the fact that you need to update both manifest.mf>require-bundle and pom.xml>dependencies confusing since normally you only want dependencies and versions to be listed only once. Why do you need both?

Kind regards,
Mikhail Kalkov

2016-02-01 18:07 GMT+01:00 Simon Scholz <simon.scholz@xxxxxxxxxxx>:
Hi Francois,

this might be helpful: https://eclipse.org/tycho/sitedocs/tycho-release/tycho-versions-plugin/plugin-info.html

Regards,

Simon


On 01.02.2016 18:04, LE FEVRE FRANCOIS wrote:

Dear Tycho community,

I belong to the Eclipse Papyrus project which is managed by Tycho.

I would like to know if there is an official Tycho plugin able to update all manifests of my project.

 

I would like to have the same feature as the maven-release plugin.

So I would like to be able to run a command to update all pom (parent to children) to increase the version number, to have it also synchronize with the MANIFEST.MF, for export packages but also for require bundle.

If a bundle is part of the same tycho reactor, I would like its version also change in the MANIFEST require bundle section and in the POM in dependenciesManagement/dependencies section.

 

It seems Tycho-versions is able to update the pom version and the manifest version but not the required-bundle, or perhaps I have missed the feature…

 

I have discover the following project:

https://github.com/muuki88/tycho-version-sync

 

Does anyone have any advice?

 

Thanks

 

Francois

 



_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

-- 
Trainer, Consultant and Developer

vogella GmbH
Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Tel (040) 78804360, Fax (032) 221739404, Email: simon.scholz@xxxxxxxxxxx, Web: http://www.vogella.com 

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/tycho-user

Back to the top