Skip to main content



      Home
Home » Archived » Buckminster » Generate similar product
Generate similar product [message #688362] Fri, 24 June 2011 10:11 Go to next message
Eclipse UserFriend
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 10:33 Go to previous messageGo to next message
Eclipse UserFriend
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 11:58 Go to previous messageGo to next message
Eclipse UserFriend
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 03:14 Go to previous messageGo to next message
Eclipse UserFriend
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 14:35 Go to previous message
Eclipse UserFriend
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: Sun Jul 06 11:25:09 EDT 2025

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

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

Back to the top