Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Site.p2-generated product includes launcher source bundle
Site.p2-generated product includes launcher source bundle [message #997742] Tue, 08 January 2013 16:38 Go to next message
Peter Nehrer is currently offline Peter NehrerFriend
Messages: 241
Registered: July 2009
Senior Member
Hi,

my product generated using site.p2 action (latest Buckminster) ends up
including the launcher source bundle when installed. The product's p2
metadata looks like this:

<unit id='com.foo.product' version='1.0.0.r12345'>
....
<requires size='32'>
....
<required namespace='org.eclipse.equinox.p2.iu'
name='org.eclipse.equinox.launcher.source'
range='[1.3.0.v20120522-1813,1.3.0.v20120522-1813]'/>
<required namespace='org.eclipse.equinox.p2.iu'
name='org.eclipse.equinox.launcher.gtk.linux.x86'
range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
<filter>
(&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
</filter>
</required>
<required namespace='org.eclipse.equinox.p2.iu'
name='tooling.source.default' range='[1.0.0,1.0.0]'/>
....

I should mention that my pre-provisioned target platform (latest
Equinox) contains source bundles including the launcher source bundle.

Is this known and/or desired? If not I will investigate further. Thanks
for any insights.

--Peter
Re: Site.p2-generated product includes launcher source bundle [message #998074 is a reply to message #997742] Wed, 09 January 2013 10:24 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
what does your product configuration include?

On 01/08/2013 05:38 PM, Peter Nehrer wrote:
> Hi,
>
> my product generated using site.p2 action (latest Buckminster) ends up
> including the launcher source bundle when installed. The product's p2
> metadata looks like this:
>
> <unit id='com.foo.product' version='1.0.0.r12345'>
> ...
> <requires size='32'>
> ...
> <required namespace='org.eclipse.equinox.p2.iu'
> name='org.eclipse.equinox.launcher.source'
> range='[1.3.0.v20120522-1813,1.3.0.v20120522-1813]'/>
> <required namespace='org.eclipse.equinox.p2.iu'
> name='org.eclipse.equinox.launcher.gtk.linux.x86'
> range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
> <filter>
> (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
> </filter>
> </required>
> <required namespace='org.eclipse.equinox.p2.iu'
> name='tooling.source.default' range='[1.0.0,1.0.0]'/>
> ...
>
> I should mention that my pre-provisioned target platform (latest
> Equinox) contains source bundles including the launcher source bundle.
>
> Is this known and/or desired? If not I will investigate further. Thanks
> for any insights.
>
> --Peter


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: Site.p2-generated product includes launcher source bundle [message #998183 is a reply to message #998074] Wed, 09 January 2013 14:16 Go to previous messageGo to next message
Peter Nehrer is currently offline Peter NehrerFriend
Messages: 241
Registered: July 2009
Senior Member
Just the usual top-level product feature without any launchers included
explicitly (not even transitively).

On 1/9/13 5:24 AM, Lorenzo Bettini wrote:
> what does your product configuration include?
>
> On 01/08/2013 05:38 PM, Peter Nehrer wrote:
>> Hi,
>>
>> my product generated using site.p2 action (latest Buckminster) ends up
>> including the launcher source bundle when installed. The product's p2
>> metadata looks like this:
>>
>> <unit id='com.foo.product' version='1.0.0.r12345'>
>> ...
>> <requires size='32'>
>> ...
>> <required namespace='org.eclipse.equinox.p2.iu'
>> name='org.eclipse.equinox.launcher.source'
>> range='[1.3.0.v20120522-1813,1.3.0.v20120522-1813]'/>
>> <required namespace='org.eclipse.equinox.p2.iu'
>> name='org.eclipse.equinox.launcher.gtk.linux.x86'
>> range='[1.1.200.v20120522-1813,1.1.200.v20120522-1813]'>
>> <filter>
>> (&amp;(osgi.arch=x86)(osgi.os=linux)(osgi.ws=gtk))
>> </filter>
>> </required>
>> <required namespace='org.eclipse.equinox.p2.iu'
>> name='tooling.source.default' range='[1.0.0,1.0.0]'/>
>> ...
>>
>> I should mention that my pre-provisioned target platform (latest
>> Equinox) contains source bundles including the launcher source bundle.
>>
>> Is this known and/or desired? If not I will investigate further. Thanks
>> for any insights.
>>
>> --Peter
>
>
Re: Site.p2-generated product includes launcher source bundle [message #998201 is a reply to message #998183] Wed, 09 January 2013 14:51 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Can you share the code?

On 01/09/2013 03:16 PM, Peter Nehrer wrote:
> Just the usual top-level product feature without any launchers included
> explicitly (not even transitively).
>



--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: Site.p2-generated product includes launcher source bundle [message #998272 is a reply to message #998201] Wed, 09 January 2013 17:40 Go to previous message
Peter Nehrer is currently offline Peter NehrerFriend
Messages: 241
Registered: July 2009
Senior Member
Unfortunately no, but I can mock up an example. This is why I wanted to
see if it rang anyone's bell first before I go through all that. Thanks.

On 1/9/13 9:51 AM, Lorenzo Bettini wrote:
> Can you share the code?
>
> On 01/09/2013 03:16 PM, Peter Nehrer wrote:
>> Just the usual top-level product feature without any launchers included
>> explicitly (not even transitively).
>>
>
>
>
Previous Topic:qualifier.replacement does not work in the IDE?
Next Topic:Null Pointer Exception when building update site following the tutorials
Goto Forum:
  


Current Time: Fri Apr 26 14:00:57 GMT 2024

Powered by FUDForum. Page generated in 0.03171 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top