[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [buckminster-dev] different update site for a plugin
|
- From: denstar <valliantster@xxxxxxxxx>
- Date: Wed, 06 Jun 2012 04:02:25 -0600
- Delivered-to: buckminster-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=8t6+eSTBdVYw4sorIwQ42r7OXAEt9tcJMYTT7sCDsKw=; b=c5MPM1vXcsByhMBG4QRktNMxko8I+dG2bqz5eexZPz92fOBksLsq64AwtgH9BDscbD 5/6u/EYd/5EhywtQ4Df6mx/7XjpTFtqFSGxaQyK4BPlKi2dpMvtwqCi4GqIKVqAfx9Uu LESOnDIpYbv4Pa+Q1j8+19HaTl/pUxoJhORbJ6yRmzYSSRXY0hW5q8IwOAvjiwlBQP3S KvKKXsbWX1pzVA6NLiIwevTwftzezHc8NlPIudzdVeSxdyKeJ812Y/UMw+D9yZ7Tu1ji hymKwhlPwctn4DYHUEAoGvtUMzWVkFqPVdG9Mz7kluG2OlzHr+n2v1HUxoSqqXPEydO0 cw8Q==
- User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120428 Thunderbird/12.0.1
/me slaps his forehead
I *cannot* believe I've overlooked something like this for so long.
I knew it would be obvious and probably fundamental, but man, I outdid
myself this time. I'm glad I can still surprise me.
You guys are both money. Thomas, you nailed it with the includes vs.
requirements. I had just not appreciated what exactly was going on, but
looking at it from this perspective makes it pretty clear.
Totally explains a problem I overcame a few years ago without really
understanding why (now that I understand (future me laughs) I know I
didn't understand, though I thought I did, at the time).
Wim, the loose as a goose purity is what I'm after, and ironically I was
doing the opposite without even knowing it.
I'm going to have to go through a few plugins cleaning shop.
Good thing I went to the wrong list first. Thanks!
:Denny
--
What this country needs is a good five-cent nickel.
Frank Adams
On 6/6/12 12:48 AM, Wim Jongman wrote:
>>
>>
>> Another important mechanism that will have an effect of what gets pulled
>> in is whether you're using bundle or package requirements in your OSGi
>> manifests. Buckminster will never traverse a package requirement so if you
>> want full control, then use package requirements everywhere and then
>> describe what plug-ins to use to fulfill those requirements with your
>> features.
>>
>>
> One thing to add to this (while we're at it) is the fact that it is
> sometimes very difficult to find the feature where any given plugin can be
> found. You might be tempted to skip the search and wind up just putting the
> plugin into some "additional.plugins.feature". This will bite yourself in
> the foot (i merged two expressions here on purpose).
>
> For example, if you include draw2d as a separate plugin into this
> additional feature then your users might not be able to pull in the GEF
> products because of bundle dependency conflicts.
>
> So always strive to be as "pure" as possible and only supply YOUR bundles
> and let other bundles be provided by their respective featured.
>
> To aid in this a little, I have written the "Feature Explorer" plugin. This
> can be downloaded from the market place.
>
> Furthermore, check out the Orbit project where you can find some lonely
> bundles flying around.
>
> Regards,
>
> Wim
>
>
>
>
> _______________________________________________
> buckminster-dev mailing list
> buckminster-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/buckminster-dev