Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Selectively hide some source features in the update site
Selectively hide some source features in the update site [message #912283] Thu, 13 September 2012 09:03 Go to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Hi

In a site.p2 I'm building with Buckminster I want to have source
features (and this is automatic) but I'd like to exclude some source
feautures... is it possible to do so?

I need this because in my site.p2 I want to add an sdk which is in my
target platform, however, this sdk seems to bring in some required
source bundles which however is not available in the target (typically
com.google.guice.source).

Is it possible to do so?

thanks in advance
Lorenzo

--
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: Selectively hide some source features in the update site [message #927264 is a reply to message #912283] Sat, 29 September 2012 12:55 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
any clue?

On 09/13/2012 11:03 AM, Lorenzo Bettini wrote:
> Hi
>
> In a site.p2 I'm building with Buckminster I want to have source
> features (and this is automatic) but I'd like to exclude some source
> feautures... is it possible to do so?
>
> I need this because in my site.p2 I want to add an sdk which is in my
> target platform, however, this sdk seems to bring in some required
> source bundles which however is not available in the target (typically
> com.google.guice.source).
>
> Is it possible to do so?
>
> thanks in advance
> Lorenzo
>


--
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: Selectively hide some source features in the update site [message #938919 is a reply to message #927264] Wed, 10 October 2012 09:18 Go to previous messageGo to next message
Alan Underwood is currently offline Alan UnderwoodFriend
Messages: 37
Registered: October 2010
Member
I don't think so. As source features are automatically generated, I think they always contain 'source' entries for every feature and plug-in in the non-source feature. Therefore if you include an sdk feature, Buckminster may be trying to create an sdk.source feature - and if the sdk contains com.google.guice but no com.google.guice.source, Buckminster may have added com.google.guice.source to the the sdk.source feature.

Tom would have to confirm that, though.

I wonder if including an 'sdk' is the right thing to do. I've not seen other eclipse features include an sdk. A product that is built from the feature, and would normally only contain binaries would also then contain .source plug-ins from that sdk feature...a bit weird.

Alan
Re: Selectively hide some source features in the update site [message #943144 is a reply to message #938919] Sun, 14 October 2012 07:26 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
On 10/10/2012 11:18 AM, Alan Underwood wrote:
> I don't think so. As source features are automatically generated, I
> think they always contain 'source' entries for every feature and plug-in
> in the non-source feature. Therefore if you include an sdk feature,
> Buckminster may be trying to create an sdk.source feature - and if the
> sdk contains com.google.guice but no com.google.guice.source,
> Buckminster may have added com.google.guice.source to the the sdk.source
> feature.
>
> Tom would have to confirm that, though.
>
> I wonder if including an 'sdk' is the right thing to do. I've not seen
> other eclipse features include an sdk. A product that is built from the
> feature, and would normally only contain binaries would also then
> contain .source plug-ins from that sdk feature...a bit weird.

Well, the context where I need to include sdk features is when I need to
build a product which is a custom eclipse distribution (say with
org.eclipse.sdk feature and other sdk features like xtext.sdk for
instance)...

cheers
Lorenzo


--
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: Selectively hide some source features in the update site [message #945639 is a reply to message #943144] Mon, 15 October 2012 13:50 Go to previous messageGo to next message
Alan Underwood is currently offline Alan UnderwoodFriend
Messages: 37
Registered: October 2010
Member
If an sdk feature requires a .source plug-in but does not provide it itself, and you do not provide it in another feature somewhere, then you would not be able to build an eclipse distribution, with that feature. Director will complain about the missing dependency. You would have to point Director to your feature's p2.site and also a p2.site containing the guice.source plug-in. i.e. you need to have com.google.guice.source somewhere if you are going to use that sdk feature in your product.

Regards

Alan
Re: Selectively hide some source features in the update site [message #946465 is a reply to message #945639] Tue, 16 October 2012 08:09 Go to previous message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
On 10/15/2012 03:50 PM, Alan Underwood wrote:
> If an sdk feature requires a .source plug-in but does not provide it
> itself, and you do not provide it in another feature somewhere, then you
> would not be able to build an eclipse distribution, with that feature.
> Director will complain about the missing dependency. You would have to
> point Director to your feature's p2.site and also a p2.site containing
> the guice.source plug-in. i.e. you need to have com.google.guice.source
> somewhere if you are going to use that sdk feature in your product.

I think that the sdk feature does not require com.google.guice.source in
fact, if I build the site excluding sources completely (i.e., using
cbi.include.source=false ) the site builds fine... that's why I'd need
to selectively exclude only some sources...

this seems not to be possible...

so is there some way to provide a fake component, like
com.google.guice.source ? in a CSPEX?

thanks in advance
Lorenzo


--
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


Previous Topic:Headless Build on OSX fails with Unbound classpath container: 'JRE System Library [JavaSE-1.6]'
Next Topic:How do I alterProperties for site.p2?
Goto Forum:
  


Current Time: Thu Mar 28 16:48:41 GMT 2024

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

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

Back to the top