Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Build a product with pde-build


Try having feature 2 *include* feature 1 and then build just feature 2 (it will build feature 1 automatically).

Note that the path to the .product file should likely be absolute (i.e., add a leading /)

Jeff



Martin Jäger <martin.jaeger@xxxxxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

08/22/2005 09:47 AM

Please respond to
martin.jaeger and "Eclipse PDE Build developers list."

To
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
cc
Subject
Re: [pde-build-dev] Build a product with pde-build





Hi Jeff

I'm building 2 features, which are combined in 1 product.

Feature 1: myRCPFeature contains org.eclipse.jface.text,
org.eclipse.text, org.eclipse.ui.forms and org.eclipse.rcp as included
feature

Feature 2: myOwnFeature contains 20 own plugins.

Should I use only one feature for all?

The path to my product is: ch.netcetera.pblow/pblow.product and it is
entered like this in the properties file.

Regards and thanks for your help,
Martin


Jeff McAffer wrote:
>
> You are not expecting too much.   This works for me.  Are you building
> one feature that *includes* everything you need?  And the path to the
> .product file is complete.
>
> Jeff
>
>
>
> *Martin Jäger <martin.jaeger@xxxxxxxxxxxx>*
> Sent by: pde-build-dev-bounces@xxxxxxxxxxx
>
> 08/22/2005 08:56 AM
> Please respond to
> martin.jaeger and "Eclipse PDE Build developers list."
>
>
>                  
> To
>                  "Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>
> cc
>                  
> Subject
>                  Re: [pde-build-dev] Build a product with pde-build
>
>
>                  
>
>
>
>
>
> Hi Jeff
>
> Thank you for the hint. But I get nothing branded out of the build.
> I assume to receive a zip file with an ".exe" file named according to
> the product with the specified icon, a generated config.ini file and all
> my plugins and features in the right directory.
>
> But what the build produces is "only" a zip file of every feature with
> all plugins in it (like without the "product" property).
>
> I also do not see anything like zip.product in the ant log.
>
> Do you have an idea what is missing, or am I expecting too much?
>
> Thanks in advance
> Martin
>
>
> Jeff McAffer wrote:
>  >
>  > Definition of the "product" property: The location of the product file
>  > that describes what is being
>  > built. The value takes the form /<id>/path/to/.product, where <id> is
>  > the id of the feature or plug-in that contains the .product file.
>  >
>  >
>  > *Martin Jäger <martin.jaeger@xxxxxxxxxxxx>*
>  > Sent by: pde-build-dev-bounces@xxxxxxxxxxx
>  >
>  > 08/12/2005 07:41 AM
>  > Please respond to
>  > martin.jaeger and "Eclipse PDE Build developers list."
>  >
>  >
>  >                  
>  > To
>  >                  pde-build-dev@xxxxxxxxxxx
>  > cc
>  >                  
>  > Subject
>  >                  [pde-build-dev] Build a product with pde-build
>  >
>  >
>  >                  
>  >
>  >
>  >
>  >
>  >
>  > Hi there
>  >
>  > I'm trying to build a RCP project outside of eclipse with pde-build. The
>  > fetching from cvs, compiling, and packaging of the features works fine.
>  >
>  > Now, I saw in the 3.1 build.properties template an undocumented
>  > property: "product".
>  >
>  > What does it do? Does it uses my product to adjust the .exe image and
>  > packages the branding also?
>  >
>  > How do I use it?
>  > product=myProduct.product
>  > or
>  > product=ch.netcetera.myplugin/myProduct.product
>  >
>  > I never see something in the log about it.
>  >
>  >
>  > Thanks a lot
>  > Martin
>  >


--
------------------------------------------------------------------------
Martin Jaeger                                 martin.jaeger@xxxxxxxxxxxx
Netcetera AG, 8040 Zuerich    phone +41 1 247 79 36  fax +41 1 247 70 75
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top