Skip to main content

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

Hmm, that one should have been fixed already. What version of Buckminster are you using (the PDE support in particular)?

Regards,
Thomas Hallgren

On 09/07/2009 07:37 PM, Cailliau, Dieter wrote:
I have an executable now, i think what fixed it, is specifying these for my platform (instead of "*")

target.os=linux
target.ws=gtk
target.arch=x86

Next i got this when starting the exported product:

java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).

The solution was to add this in my product file (i did not have this because i'm migrating from eclipse 3.2)

    <configurations>
       <plugin id="org.eclipse.equinox.app" autoStart="true" startLevel="4" />
    </configurations>


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

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.
_______________________________________________
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