Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Missing executable from headless build
Missing executable from headless build [message #631900] Sun, 10 October 2010 08:24 Go to next message
Marco Maccaferri is currently offline Marco MaccaferriFriend
Messages: 147
Registered: July 2009
Senior Member
Hi,

I'm experimenting with the headless build of an RCP product and I'm a
bit lost on an issue with the executable generation. The export uses a
custom allElements.xml to set the top level feature and archive names,
with that customization pde doesn't generate the executable, while if I
remove the allElements.xml file and let pde do its defaults, then the
executable is created and packaged correctly.

I found that the issue seems related to a missing delta pack, however
delta pack is present (the product exports to multiple platforms, so I
am sure that it is present).

From the build output I see these lines:

[java] customAssembly:
[java] [eclipse.brand] Warning: Could not find executable to brand.

It seems a bug to me, or I'm missing something ?

Regards,
Marco.
Re: Missing executable from headless build [message #632241 is a reply to message #631900] Tue, 12 October 2010 08:42 Go to previous messageGo to next message
Marco Maccaferri is currently offline Marco MaccaferriFriend
Messages: 147
Registered: July 2009
Senior Member
On 10/10/2010 10:24 Marco Maccaferri ha scritto:

> I'm experimenting with the headless build of an RCP product and I'm a
> bit lost on an issue with the executable generation. The export uses a
> custom allElements.xml to set the top level feature and archive names,
> with that customization pde doesn't generate the executable, while if I
> remove the allElements.xml file and let pde do its defaults, then the
> executable is created and packaged correctly.

Seems that the features need to include org.eclipse.equinox.executable
plugin for the executable to be generated. Can someone confirm that this
is the expected behaviour ?

Regards,
Marco.
Re: Missing executable from headless build [message #840728 is a reply to message #632241] Tue, 10 April 2012 12:54 Go to previous messageGo to next message
Charles Bonneau is currently offline Charles BonneauFriend
Messages: 32
Registered: February 2010
Location: Belgium
Member
Hello Marco,
I ran into the exact same problem.
In two year time, did you found a solution to it ?

Regards,


Charles
Re: Missing executable from headless build [message #841408 is a reply to message #840728] Wed, 11 April 2012 08:57 Go to previous messageGo to next message
Marco Maccaferri is currently offline Marco MaccaferriFriend
Messages: 147
Registered: July 2009
Senior Member
On 10/04/2012 14:54 Charles Bonneau ha scritto:

> I ran into the exact same problem.
> In two year time, did you found a solution to it ?

I don't think, none of my product build scripts are using the custom
allElements.xml script and the headless build works fine. I don't even
remember what I was trying to do at that time.

Maybe if you write what you are trying to do I (or someone else) may
suggest a solution.

It took me a while to realize that you were answering to one of my
posts, please quote some bits of the original message the next time.

Regards,
Marco.
Re: Missing executable from headless build [message #841422 is a reply to message #841408] Wed, 11 April 2012 09:26 Go to previous messageGo to next message
Charles Bonneau is currently offline Charles BonneauFriend
Messages: 32
Registered: February 2010
Location: Belgium
Member
Thank you for your quick answer.
I have the same output when I'm building my RCP application:
Quote:

From the build output I see these lines:
[java] customAssembly:
[java] [eclipse.brand] Warning: Could not find executable to brand.

And I though that it was the root cause of my problem but it turned out that it was not.
Sorry about that. Very Happy
I guess that this warning is not worth the concern.

Regards,

Charles Bonneau

[Updated on: Wed, 11 April 2012 09:26]

Report message to a moderator

Re: Missing executable from headless build [message #1748321 is a reply to message #632241] Tue, 22 November 2016 09:22 Go to previous message
Priyanka Bacche is currently offline Priyanka BaccheFriend
Messages: 1
Registered: November 2016
Junior Member
Quote:

Seems that the features need to include org.eclipse.equinox.executable
plugin for the executable to be generated


Is it true ? I am also facing this issue.

Quote:

From the build output I see these lines:
[java] customAssembly:
[java] [eclipse.brand] Warning: Could not find executable to brand.


What was the solution ?

I am building RCP project and exe is not created after ant headless build.
Previous Topic:Custom warnings
Next Topic:Parallel testing of Eclipse PDE Unit Tests
Goto Forum:
  


Current Time: Thu Apr 25 18:51:10 GMT 2024

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

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

Back to the top