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

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
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


------------------------------------------------------------------------

_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


--
------------------------------------------------------------------------
Martin Jaeger                                 martin.jaeger@xxxxxxxxxxxx
Netcetera AG, 8040 Zuerich


Back to the top