Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Export Product with Delta Pack Fails(Unable to find plug-in: org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222)
Export Product with Delta Pack Fails [message #694846] Sun, 10 July 2011 00:22 Go to next message
Erwin  is currently offline Erwin Friend
Messages: 10
Registered: June 2011
Junior Member
Hi,

When Exporting a product from a Mac to a Win32 app I get the following error (Eclipse 3.6.2):

Processing inclusion from feature org.eclipse.equinox.executable: Unable to find plug-in: org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222. Please check the error log for more details.


When I look in the log file I see:

!ENTRY org.eclipse.pde.build 4 5 2011-07-09 19:45:59.182
!MESSAGE Processing inclusion from feature org.eclipse.equinox.executable: Unable to find plug-in: org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222. Please check the error log for more details.


Unless there is yet an other log file somewhere, that is not exactly "more details"... Smile

When I look in the Plugin folder I do see a folder with the exact same name as the required plugin, so I am not sure what is missing, or probably more accurate: what I am missing!

As always, any help is highly appreciated.

Kind Regards,

Erwin
Re: Export Product with Delta Pack Fails [message #700312 is a reply to message #694846] Sat, 23 July 2011 06:56 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
So you are using a target platform with the delta pack?

Tom

Am 10.07.11 02:22, schrieb Erwin:
> Hi,
>
> When Exporting a product from a Mac to a Win32 app I get the following
> error (Eclipse 3.6.2):
>
> Processing inclusion from feature org.eclipse.equinox.executable: Unable
> to find plug-in:
> org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222.
> Please check the error log for more details.
>
>
> When I look in the log file I see:
>
> !ENTRY org.eclipse.pde.build 4 5 2011-07-09 19:45:59.182
> !MESSAGE Processing inclusion from feature
> org.eclipse.equinox.executable: Unable to find plug-in:
> org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222.
> Please check the error log for more details.
>
>
> Unless there is yet an other log file somewhere, that is not exactly
> "more details"... :)
> When I look in the Plugin folder I do see a folder with the exact same
> name as the required plugin, so I am not sure what is missing, or
> probably more accurate: what I am missing!
>
> As always, any help is highly appreciated.
>
> Kind Regards,
>
> Erwin
Re: Export Product with Delta Pack Fails [message #782792 is a reply to message #700312] Tue, 24 January 2012 13:15 Go to previous messageGo to next message
AppleJus Mising name is currently offline AppleJus Mising nameFriend
Messages: 46
Registered: July 2010
Member
Hi,

I have the exact same problem and yes I am using Delta Pack 3.6.2 which I setup in the plugins target platform by importing the contents of folders features and plugins to the target platform

The only way the export works under these conditions is if i uncheck "launcher includes native artifcats" from the .product file but then all I get are a bunch of files that are missing a launcher (i get all the different folders for each of the platform I selected, but each have a missing launcher).

When I re-check the checkbox of "includes native artifatcs", then the export fails in less than a second displaying the error message that @Erwin mentioned... By the way unlike @Erwin I am not exporting from mac but rather from a win machine..

I really need to get this working urgently, I hope I could get some help!!

Thanks

[Updated on: Tue, 24 January 2012 13:16]

Report message to a moderator

Re: Export Product with Delta Pack Fails [message #782806 is a reply to message #782792] Tue, 24 January 2012 13:45 Go to previous messageGo to next message
Marc Eckart is currently offline Marc EckartFriend
Messages: 9
Registered: January 2012
Junior Member
I have the same problem using Eclipse 3.7 and would highly appreciate a solution Smile
Re: Export Product with Delta Pack Fails [message #783001 is a reply to message #782806] Tue, 24 January 2012 22:10 Go to previous messageGo to next message
Michael Missing name is currently offline Michael Missing nameFriend
Messages: 2
Registered: February 2011
Location: Raleigh, NC
Junior Member
I too have been seeing the exact same behavior on a Linux x86 box with Eclipse RCP Helios SR2. I have verified the delta pack is properly configured and the org.eclipse.equinox.executable references the org.eclipse.equinox.launcher with the proper version. The org.eclipse.equinox.launcher plugin does exist in the Eclipse plugins folder (with the referenced version). Not sure why it is not being picked up.

A solution would indeed be very much appreciated. Thanks!
Re: Export Product with Delta Pack Fails [message #783211 is a reply to message #783001] Wed, 25 January 2012 09:49 Go to previous message
Marc Eckart is currently offline Marc EckartFriend
Messages: 9
Registered: January 2012
Junior Member
I could export without the native launcher, which is not ideal, but better than nothing.

Instead of a native launcher you can use a script (.bat on windows or .sh on linux).
In the root directory of your export directory call

java -jar plugins\org.eclipse.equinox.launcher_1.2.0.v20110502.jar


or whatever version your launcher is...

This is just a workaround, until we know how to fix the problem with the native launcher
Previous Topic:menu and toolbar enable/disable inconsistent
Next Topic:actionSets placement
Goto Forum:
  


Current Time: Thu Apr 25 11:06:53 GMT 2024

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

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

Back to the top