Skip to main content

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

Thomas: I set up my headless about 6 weeks ago using these archives:

-rw-r--r-- 1 dcaillia staff 4.4M 2009-07-27 15:55 director_1.0.0.r10307.zip
-rw-r--r-- 1 dcaillia staff  29M 2009-07-27 15:58 org.eclipse.buckminster.site.eclipse.headless_1.1.350.r10476.zip
-rw-r--r-- 1 dcaillia staff 7.2M 2009-07-28 12:33 org.eclipse.buckminster.site.external_1.1.0.r10477.zip
-rw-r--r-- 1 dcaillia staff 574K 2009-07-28 14:56 site_1.0.0.200906052157-1--311_17163268.zip

These are the eclipse.buckminster plugin versions in my headless buckminster

drwxr-xr-x  5 swbuildbot fuse 4.0K 2009-07-27 19:04 org.eclipse.buckminster.ant_1.1.350.r10356
-rw-r--r--  1 swbuildbot fuse  47K 2009-07-27 19:02 org.eclipse.buckminster.cmdline_1.0.350.r10356.jar
-rw-r--r--  1 swbuildbot fuse 1.0M 2009-07-27 19:04 org.eclipse.buckminster.core_1.1.350.r10476.jar
-rw-r--r--  1 swbuildbot fuse  44K 2009-07-27 19:04 org.eclipse.buckminster.download_1.1.0.r10356.jar
-rw-r--r--  1 swbuildbot fuse  14K 2009-07-27 19:04 org.eclipse.buckminster.executor_1.0.0.r10356.jar
-rw-r--r--  1 swbuildbot fuse  18K 2009-07-27 19:04 org.eclipse.buckminster.fetcher_1.0.0.r10356.jar
-rw-r--r--  1 swbuildbot fuse  29K 2009-07-27 19:04 org.eclipse.buckminster.generic_1.0.0.r10356.jar
-rw-r--r--  1 swbuildbot fuse  16K 2009-07-27 19:02 org.eclipse.buckminster.installer_1.0.350.r10356.jar
-rw-r--r--  1 swbuildbot fuse  30K 2009-07-27 19:04 org.eclipse.buckminster.jarprocessor_1.0.0.r10362.jar
drwxr-xr-x  4 swbuildbot fuse 4.0K 2009-07-27 19:04 org.eclipse.buckminster.jdt_1.0.0.r10473
-rw-r--r--  1 swbuildbot fuse 4.5K 2009-07-28 14:58 org.eclipse.buckminster.junit_0.7.0.200906052157.jar
-rw-r--r--  1 swbuildbot fuse  36K 2009-07-27 19:04 org.eclipse.buckminster.opml_1.0.0.r10356.jar
-rw-r--r--  1 swbuildbot fuse  29K 2009-07-27 19:04 org.eclipse.buckminster.osgi.filter_1.0.0.r10450.jar
drwxr-xr-x  4 swbuildbot fuse 4.0K 2009-07-27 19:04 org.eclipse.buckminster.pde_1.1.350.r10455
-rw-r--r--  1 swbuildbot fuse  35K 2009-07-27 19:02 org.eclipse.buckminster.runtime_1.1.0.r10447.jar
-rw-r--r--  1 swbuildbot fuse  26K 2009-07-27 19:04 org.eclipse.buckminster.sax_1.0.0.r10356.jar
-rw-r--r--  1 swbuildbot fuse  34K 2009-07-28 12:37 org.eclipse.buckminster.subversion_1.0.0.r10356.jar
-rw-r--r--  1 swbuildbot fuse  21K 2009-07-28 12:37 org.eclipse.buckminster.subversive_1.0.0.r10356.jar



-----Original Message-----
From: buckminster-dev-bounces@xxxxxxxxxxx on behalf of Thomas Hallgren
Sent: Mon 7/09/2009 20:18
To: buckminster-dev@xxxxxxxxxxx
Subject: 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.

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

<<winmail.dat>>


Back to the top