Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » Generate similar product
Generate similar product [message #688362] Fri, 24 June 2011 14:11 Go to next message
for201010 is currently offline for201010Friend
Messages: 6
Registered: June 2011
Junior Member
Hi,

I have to generate several products and I want to know if it possible to create an update site and that from them I can generate the products. If yes, how do I do?

Sorry for my English
Re: Generate similar product [message #688369 is a reply to message #688362] Fri, 24 June 2011 14:33 Go to previous messageGo to next message
for201010 is currently offline for201010Friend
Messages: 6
Registered: June 2011
Junior Member
Ok, I generate an update site and a product. But the feature containing my product file has a site.p2 directory after the compilation, why ? How I can not have this directory ?
Re: Generate similar product [message #688393 is a reply to message #688369] Fri, 24 June 2011 15:58 Go to previous messageGo to next message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
The way we do it is by having features for different kinds of build:

product feature - includes product feature and special p2 feature. p2 feature just has dependency on features that are needed to run the product (emf, gmf, etc) and does not include them in the feature.

build feature - includes features that needed to run the product (emf, gmf, etc) and also product feature.

update site feature - includes product feature.

When product is build it is build off build feature so product feature and p2 feature are build.

When update site is build it is build off update site feature, so the result is only our product's features and specialized p2 feature that describes what update site depends on.

HTH,
Alex

Re: Generate similar product [message #689204 is a reply to message #688393] Mon, 27 June 2011 07:14 Go to previous messageGo to next message
for201010 is currently offline for201010Friend
Messages: 6
Registered: June 2011
Junior Member
Ok, if I have four products similar I must have :

product feature = 4 product features + 1 special p2 feature
build feature = 4 features (each feature containg 1 product feature + 1 special p2 feature)
update site feature = 1 feature including 4 product features + 1 special p2 feature

That's ok ?
Re: Generate similar product [message #689506 is a reply to message #689204] Mon, 27 June 2011 18:35 Go to previous message
Alex Kravets is currently offline Alex KravetsFriend
Messages: 561
Registered: November 2009
Senior Member
Why wouldn't you want to keep everything separate?
Previous Topic:On vacation, back July 4.
Next Topic:How do I materialize outside the workspace?
Goto Forum:
  


Current Time: Fri Apr 26 06:58:48 GMT 2024

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

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

Back to the top