Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Buckminster dev » Headless buckminster commands broken in 3.6?
Headless buckminster commands broken in 3.6? [message #536378] Thu, 27 May 2010 21:17 Go to next message
Axel Guckelsberger is currently offline Axel GuckelsbergerFriend
Messages: 354
Registered: July 2009
Senior Member
Hello,

it seems like the latest buckminster executable (obtained from the
http://download.eclipse.org/tools/buckminster/headless-3.6 update site) does
not understand the 'setpref' command, causing the Hudson job to fail.
Is this a bug or am I doing something wrong?

Regards,
Axel
Re: Headless buckminster commands broken in 3.6? [message #536407 is a reply to message #536378] Fri, 28 May 2010 05:07 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Alex,
The setpref command is not included in the product. It is added by the o.e.buckminster.core feature. Is that feature
installed?

HTH,
Thomas Hallgren

On 05/27/2010 11:17 PM, Axel Guckelsberger wrote:
> Hello,
>
> it seems like the latest buckminster executable (obtained from the
> http://download.eclipse.org/tools/buckminster/headless-3.6 update site) does
> not understand the 'setpref' command, causing the Hudson job to fail.
> Is this a bug or am I doing something wrong?
>
> Regards,
> Axel
Re: Headless buckminster commands broken in 3.6? [message #536436 is a reply to message #536407] Fri, 28 May 2010 08:53 Go to previous messageGo to next message
Axel Guckelsberger is currently offline Axel GuckelsbergerFriend
Messages: 354
Registered: July 2009
Senior Member
Hi Thomas,

yes it is. In detail I installed the following headless features:
buckminster core, cvs, pde, subclipse.
For now I switched back to the headless version of 3.5 temporarily.

Regards
Axel


Thomas Hallgren wrote:

> Hi Alex,
> The setpref command is not included in the product. It is added by the
> o.e.buckminster.core feature. Is that feature installed?
>
> HTH,
> Thomas Hallgren
>
> On 05/27/2010 11:17 PM, Axel Guckelsberger wrote:
>> Hello,
>>
>> it seems like the latest buckminster executable (obtained from the
>> http://download.eclipse.org/tools/buckminster/headless-3.6 update site)
>> does not understand the 'setpref' command, causing the Hudson job to
>> fail. Is this a bug or am I doing something wrong?
>>
>> Regards,
>> Axel
Re: Headless buckminster commands broken in 3.6? [message #536462 is a reply to message #536436] Fri, 28 May 2010 11:32 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Axel,
I have no problems using 3.6. I just tried this:

[thhal@tada tmp]$ ../buildtools/director/director -r http://download.eclipse.org/tools/buckminster/headless-3.6 -p
Buckminster -d /home/thhal/tmp/buckminster -i org.eclipse.buckminster.cmdline.product -i
org.eclipse.buckminster.core.headless.feature.feature.group -roaming
Installing org.eclipse.buckminster.cmdline.product 1.2.0.r11425.
Installing org.eclipse.buckminster.core.headless.feature.feature.group 1.3.0.r11446.
Operation completed in 30095 ms.
[thhal@tada tmp]$ buckminster/buckminster setpref connectionRetryCount=2
connectionRetryCount set to the value '2'

What platform are you running on?

- thomas


On 05/28/2010 10:53 AM, Axel Guckelsberger wrote:
> Hi Thomas,
>
> yes it is. In detail I installed the following headless features:
> buckminster core, cvs, pde, subclipse.
> For now I switched back to the headless version of 3.5 temporarily.
>
> Regards
> Axel
>
>
> Thomas Hallgren wrote:
>
>> Hi Alex,
>> The setpref command is not included in the product. It is added by the
>> o.e.buckminster.core feature. Is that feature installed?
>>
>> HTH,
>> Thomas Hallgren
>>
>> On 05/27/2010 11:17 PM, Axel Guckelsberger wrote:
>>> Hello,
>>>
>>> it seems like the latest buckminster executable (obtained from the
>>> http://download.eclipse.org/tools/buckminster/headless-3.6 update site)
>>> does not understand the 'setpref' command, causing the Hudson job to
>>> fail. Is this a bug or am I doing something wrong?
>>>
>>> Regards,
>>> Axel
>
Re: Headless buckminster commands broken in 3.6? [message #536490 is a reply to message #536462] Fri, 28 May 2010 13:09 Go to previous messageGo to next message
Axel Guckelsberger is currently offline Axel GuckelsbergerFriend
Messages: 354
Registered: July 2009
Senior Member
Hi Thomas,

I coped with reproducing your example and it worked. I try to explain the
difference and what went wrong before. I am running this on a Ubuntu
machine.

If one calls the director like you did in the snippet below everything works
well. In my earlier attempts I did it in several single steps like shown in
the wiki:
1. director/director -r
http://download.eclipse.org/tools/buckminster/headless-3.6 -p Buckminster -d
TestFolder -i org.eclipse.buckminster.cmdline.product
2. TestFolder/buckminster install core headless feature
3. TestFolder/buckminster install the other ones
The problem here is that the features installed by buckminster are placed in
TestFolder/TestFolder so at the end there are two different p2 repositories.
Maybe caused by using relative target folders at this place.

After I tried your version successfully I installed the pde headless feature
with buckminster. This time it went into the correct folders.

Thanks for your help

Axel



Thomas Hallgren wrote:

> Hi Axel,
> I have no problems using 3.6. I just tried this:
>
> [thhal@tada tmp]$ ../buildtools/director/director -r
> [http://download.eclipse.org/tools/buckminster/headless-3.6 -p
> Buckminster -d /home/thhal/tmp/buckminster -i
> org.eclipse.buckminster.cmdline.product -i
> org.eclipse.buckminster.core.headless.feature.feature.group -roaming
> Installing org.eclipse.buckminster.cmdline.product 1.2.0.r11425.
> Installing org.eclipse.buckminster.core.headless.feature.feature.group
> 1.3.0.r11446. Operation completed in 30095 ms.
> [thhal@tada tmp]$ buckminster/buckminster setpref connectionRetryCount=2
> connectionRetryCount set to the value '2'
>
> What platform are you running on?
>
> - thomas
>
>
> On 05/28/2010 10:53 AM, Axel Guckelsberger wrote:
>> Hi Thomas,
>>
>> yes it is. In detail I installed the following headless features:
>> buckminster core, cvs, pde, subclipse.
>> For now I switched back to the headless version of 3.5 temporarily.
>>
>> Regards
>> Axel
>>
>>
>> Thomas Hallgren wrote:
>>
>>> Hi Alex,
>>> The setpref command is not included in the product. It is added by the
>>> o.e.buckminster.core feature. Is that feature installed?
>>>
>>> HTH,
>>> Thomas Hallgren
>>>
>>> On 05/27/2010 11:17 PM, Axel Guckelsberger wrote:
>>>> Hello,
>>>>
>>>> it seems like the latest buckminster executable (obtained from the
>>>> http://download.eclipse.org/tools/buckminster/headless-3.6 update site)
>>>> does not understand the 'setpref' command, causing the Hudson job to
>>>> fail. Is this a bug or am I doing something wrong?
>>>>
>>>> Regards,
>>>> Axel
>>
Re: Headless buckminster commands broken in 3.6? [message #536509 is a reply to message #536490] Fri, 28 May 2010 14:11 Go to previous message
Johannes Utzig is currently offline Johannes UtzigFriend
Messages: 329
Registered: July 2009
Senior Member
Hi Axel,

for some reason using relative paths causes all kinds of weird side
effects, you should stick to absolute paths for the director application.

Best regards,
Johannes
Previous Topic:replace a plugin in buckminster
Next Topic:Problems with creating JNLP build of eclipse RCP product
Goto Forum:
  


Current Time: Thu Apr 25 15:23:43 GMT 2024

Powered by FUDForum. Page generated in 0.04527 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top