Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-dev] Creating a target platform file during the build

This is in fact hard at the moment. There are two bugs which also require the same information, i.e. the qualifier of a different reactor project:

* https://bugs.eclipse.org/bugs/show_bug.cgi?id=373817
* https://bugs.eclipse.org/bugs/show_bug.cgi?id=352081

Unfortunately these are not fixed yet. These bugs were the ones I wanted to fix next in my journey towards the eclipse-repository aggregation bug [3], but I'm not making any progress at the moment.

Regards
Tobias


[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=372780 


> -----Original Message-----
> From: tycho-dev-bounces@xxxxxxxxxxx [mailto:tycho-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Jens Reimann
> Sent: Freitag, 24. Oktober 2014 13:51
> To: tycho-dev@xxxxxxxxxxx
> Subject: Re: [tycho-dev] Creating a target platform file during the build
> 
> Hi,
> 
> ok, it seems there could be an easy way to implement that with a custom
> mojo.
> 
> However I do have troubles finding out the qualified bundle and feature
> version of a tycho project during the execution of the mojo.
> 
> So I do have a mojo running on project A which needs to find out the
> qualified version of project B.
> 
> Of course this is only possible after the "build-qualifier" goal was
> executed on project B. However I don't find the property
> "qualifiedVersion" in the projects properties?! Is there another way?
> 
> Thanks
> 
> Jens
> 
> On 10/24/2014 12:04 PM, Jens Reimann wrote:
> > Hi,
> >
> > the Eclipse IDE/PDE allows one to register target platform files with
> an
> > extension point. This allows a user creating a new target platform
> based
> > on this file, like a template.
> >
> > However the target platform files seem to require the full version,
> > including qualifier. Which is only available during the build. So I see
> > no way of easily creating the target platform file, before the build.
> >
> > Has tycho (or any other tool) support for creating such a target
> > platform file during the build?
> >
> > Thanks
> >
> > Jens
> >
> > _______________________________________________
> > tycho-dev mailing list
> > tycho-dev@xxxxxxxxxxx
> > To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> > https://dev.eclipse.org/mailman/listinfo/tycho-dev
> 
> 
> --
> IBH SYSTEMS GmbH
> D-85235 Pfaffenhofen an der Glonn
> Läutenring 43
> Geschäftsführer / CEO: Dr. Thomas Heitzig
> 
> Amtsgericht München
> Handelsregister Nummer  HRB 197959
> USt ID: DE267945175
> 
> Office Munich
> D 80992 München
> Agnes-Pockels-Bogen 1
> T +49 89 18 9 17 49 0
> 
> The information transmitted is intended only for the person or entity
> to which it is addressed and may contain confidential and/or pivileged
> material. Any review, retransmission, dissemination or other use of,
> or taking of any action in reliance upon, this information by persons
> or entities other than the intended recipient is prohibited. If you
> received this in error, please contact the sender and delete the
> material from any computer.
> 
> _______________________________________________
> tycho-dev mailing list
> tycho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/tycho-dev


Back to the top