Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Buckminster » java.io.FileNotFoundException: /tmp/p2.brandingIron
java.io.FileNotFoundException: /tmp/p2.brandingIron [message #549774] Tue, 27 July 2010 22:17 Go to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
When I perform:

perform -D target.os=* -D target.ws=* -D target.arch=* com.rinels.targetplatform#site.p2

I get this error:

java.io.FileNotFoundException:
/tmp/p2.brandingIron4188070811243942039/Eclipse.app/Contents /MacOS/eclipse (No
such file or directory)


I saw that this was bug... but I don't now how to make this up.

I'm using buckminster 3.5 from hudson.


Thanks
Re: java.io.FileNotFoundException: /tmp/p2.brandingIron [message #549884 is a reply to message #549774] Wed, 28 July 2010 11:26 Go to previous messageGo to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
this way it working:

perform -D target.os=linux -D target.ws=gtk -D target.arch=x86 com.rinels.targetplatform#site.p2
perform -D target.os=linux -D target.ws=gtk -D target.arch=x86_64 com.rinels.targetplatform#site.p2

perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86 com.rinels.targetplatform#site.p2
perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86_64 com.rinels.targetplatform#site.p2

perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86 com.rinels.targetplatform#create.product.zip

perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86_64 com.rinels.targetplatform#create.product.zip

perform -D target.os=linux -D target.ws=gtk -D target.arch=x86 com.rinels.targetplatform#create.product.zip

perform -D target.os=linux -D target.ws=gtk -D target.arch=x86_64 com.rinels.targetplatform#create.product.zip



site.p2 for every single target.os, target.ws, target.arch


thanks to all.
Re: java.io.FileNotFoundException: /tmp/p2.brandingIron [message #549890 is a reply to message #549774] Wed, 28 July 2010 11:34 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipsixusenet.mmartl.dfgh.net

Am 28.07.10 00:18, schrieb Amel Jakupovic:
> When I perform:
>
> perform -D target.os=* -D target.ws=* -D target.arch=*
> com.rinels.targetplatform#site.p2
>
> I get this error:
>
> java.io.FileNotFoundException:
> /tmp/p2.brandingIron4188070811243942039/Eclipse.app/Contents
> /MacOS/eclipse (No
> such file or directory)
>
>
> I saw that this was bug... but I don't now how to make this up.
> I'm using buckminster 3.5 from hudson.

I ran into the same (or similar) problem, after removing the custom
launcher name in the product configuration it was working for me.

Michael
Re: java.io.FileNotFoundException: /tmp/p2.brandingIron [message #550004 is a reply to message #549884] Wed, 28 July 2010 17:17 Go to previous messageGo to next message
Thomas Hallgren is currently offline Thomas HallgrenFriend
Messages: 3240
Registered: July 2009
Senior Member
Hi Amel,

Your repository should be platform independent so the site.p2 action should use '*' for the os,ws, and arch. The
create.product however is different. It cannot use '*' since the director needs to create the product for a specific
platform.

Try this:

perform -D target.os=* -D target.ws=* -D target.arch=*

followed by a create.product.zip for each desired platform:

perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86
com.rinels.targetplatform#create.product.zip

perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86_64
com.rinels.targetplatform#create.product.zip

perform -D target.os=linux -D target.ws=gtk -D target.arch=x86
com.rinels.targetplatform#create.product.zip

perform -D target.os=linux -D target.ws=gtk -D target.arch=x86_64
com.rinels.targetplatform#create.product.zip

HTH,

- thomas


On 07/28/2010 01:26 PM, Amel Jakupovic wrote:
> this way it working:
>
> perform -D target.os=linux -D target.ws=gtk -D target.arch=x86
> com.rinels.targetplatform#site.p2
> perform -D target.os=linux -D target.ws=gtk -D target.arch=x86_64
> com.rinels.targetplatform#site.p2
>
> perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86
> com.rinels.targetplatform#site.p2
> perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86_64
> com.rinels.targetplatform#site.p2
>
> perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86
> com.rinels.targetplatform#create.product.zip
>
> perform -D target.os=win32 -D target.ws=win32 -D target.arch=x86_64
> com.rinels.targetplatform#create.product.zip
>
> perform -D target.os=linux -D target.ws=gtk -D target.arch=x86
> com.rinels.targetplatform#create.product.zip
>
> perform -D target.os=linux -D target.ws=gtk -D target.arch=x86_64
> com.rinels.targetplatform#create.product.zip
>
>
>
> site.p2 for every single target.os, target.ws, target.arch
>
>
> thanks to all.
Re: java.io.FileNotFoundException: /tmp/p2.brandingIron [message #550188 is a reply to message #549774] Thu, 29 July 2010 13:40 Go to previous message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
Hi thomas,

if I use like this *,*,* ... I get this error filenonfound /tmp/.p2.brandingiron.

Michael, I will try this now.

thanks guys
Previous Topic:Actions from PDE plugin not used?
Next Topic:why /var/lib/hudson/jobs/xyz/workspace/buckminster.output is created
Goto Forum:
  


Current Time: Thu Mar 28 11:35:58 GMT 2024

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

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

Back to the top