Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] product export

One reason for the executable not to show up is that the platform is incorrectly specified. Ideally, the build should be performed in two steps:

1. Build the site.p2 with target.ws, target.os, and target.arch all set to '*'. This will ensure that the repository contains launchers and other platform specific code for all platforms.

2. Run the create.product with target.ws, target.os, and target.arch explicitly set to reflect the platform for which you want to create the executable. Using '*' in this step will not work. No executable will be present in the result.

HTH,
Thomas Hallgren


On 09/07/2009 05:29 PM, Johannes Utzig wrote:
It's the one specified in the cspecx. It requires though that your
version of buckminster includes the p2 director application (should be
the case with the latest updates AFAIK).


Best regards,
Johannes

Cailliau, Dieter schrieb:
The create.product you're talking about: is it the one specified in
buckminster.cspex that actually calls the product.ant file (from the
mailapp example), or is it some action that is specified "inside
buckminster" (via <property key="buildFileId"
value="buckminster.pdetasks"/>)? When i do it like in the mailapp i
have no executable.




-----Original Message-----
From: buckminster-dev-bounces@xxxxxxxxxxx on behalf of Johannes Utzig
Sent: Mon 7/09/2009 16:10
To: buckminster-dev@xxxxxxxxxxx
Subject: Re: [buckminster-dev] product export

Hi Dieter,

The site.p2 action only creates a p2 repository. For a product you
should invoke the create.product or create.product.zip action. Those
will invoke the p2 director on the repository created by site.p2 to
create the actual product.

Best regards,
Johannes

Cailliau, Dieter schrieb:
I'm trying to use buckminster to export an eclipse product, but it's
not clear to me how to do it. 1) there's the mailapp tutorial where i
copied the product.ant and cspex, put this is not giving me an
executable file anywhere.
2) using site.p2 there is a binaries folder with zips containing
executables + swt lib for each platform, but when i extract the one i
need and run it, it complains it can not find its companion jar.

DISCLAIMER:
Unless indicated otherwise, the information contained in this message
is privileged and confidential, and is intended only for the use of
the addressee(s) named above and others who have been specifically
authorized to receive it. If you are not the intended recipient, you
are hereby notified that any dissemination, distribution or copying
of this message and/or attachments is strictly prohibited. The
company accepts no liability for any damage caused by any virus
transmitted by this email. Furthermore, the company does not warrant
a proper and complete transmission of this information, nor does it
accept liability for any delays. If you have received this message in
error, please contact the sender and delete the message. Thank you.
_______________________________________________
buckminster-dev mailing list
buckminster-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/buckminster-dev




DISCLAIMER:
Unless indicated otherwise, the information contained in this message
is privileged and confidential, and is intended only for the use of
the addressee(s) named above and others who have been specifically
authorized to receive it. If you are not the intended recipient, you
are hereby notified that any dissemination, distribution or copying of
this message and/or attachments is strictly prohibited. The company
accepts no liability for any damage caused by any virus transmitted by
this email. Furthermore, the company does not warrant a proper and
complete transmission of this information, nor does it accept
liability for any delays. If you have received this message in error,
please contact the sender and delete the message. Thank you.



Back to the top