Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Unable to export to other platforms
Unable to export to other platforms [message #56198] Thu, 16 April 2009 17:22 Go to next message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
In order to be able to export a product for multiple platforms, I
installed the "delta pack" (i.e. copied it into plugins/features and
restarted with -clean). But even now when I run the product export wizard,
check "export for multiple platforms", and choose one or more additional
target platforms, I still get an error, e.g.

Problems during export
Unable to find plug-in:
org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805. Please
check the error log for more details.
Unable to find plug-in:
org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805. Please
check the error log for more details.

The error log is empty. The "missing" plug-in is present (though not
loaded in the running Eclipse instance):

C:\Program Files\Eclipse\plugins>dir *launcher.gtk.linux.x86_1.*

2009-04-15 10:57 <DIR>
org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805
0 File(s) 0 bytes

How is this supposed to work? Did I forget anything?
Re: Unable to export to other platforms [message #56232 is a reply to message #56198] Thu, 16 April 2009 17:45 Go to previous messageGo to next message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Eric Jain wrote:
> In order to be able to export a product for multiple platforms, I
> installed the "delta pack" (i.e. copied it into plugins/features and
> restarted with -clean). But even now when I run the product export
> wizard, check "export for multiple platforms", and choose one or more
> additional target platforms, I still get an error, e.g.
>
> Problems during export
> Unable to find plug-in:
> org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805.
> Please check the error log for more details.
> Unable to find plug-in:
> org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805.
> Please check the error log for more details.
>
> The error log is empty. The "missing" plug-in is present (though not
> loaded in the running Eclipse instance):
>
> C:\Program Files\Eclipse\plugins>dir *launcher.gtk.linux.x86_1.*
>
> 2009-04-15 10:57 <DIR>
> org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805
> 0 File(s) 0 bytes

Which version of Eclipse are you using?

Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
Re: Unable to export to other platforms [message #56248 is a reply to message #56232] Thu, 16 April 2009 18:03 Go to previous messageGo to next message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Chris Aniszczyk wrote:
> Which version of Eclipse are you using?

Eclipse SDK
Version: 3.4.2
Build id: M20090211-1700

The installation is based on the following two files:

eclipse-rcp-ganymede-SR2-win32.zip
eclipse-3.4.2-delta-pack.zip
Re: Unable to export to other platforms [message #56340 is a reply to message #56248] Thu, 16 April 2009 20:18 Go to previous messageGo to next message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Try unchecking
"Build target platform based on the target's installed plug-ins"
in the Target Platform preferences page.
-Andrew
Eric Jain wrote:
> Chris Aniszczyk wrote:
>> Which version of Eclipse are you using?
>
> Eclipse SDK
> Version: 3.4.2
> Build id: M20090211-1700
>
> The installation is based on the following two files:
>
> eclipse-rcp-ganymede-SR2-win32.zip
> eclipse-3.4.2-delta-pack.zip
>
>
Re: Unable to export to other platforms [message #56390 is a reply to message #56340] Thu, 16 April 2009 20:53 Go to previous messageGo to next message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Andrew Niefer wrote:
> Try unchecking
> "Build target platform based on the target's installed plug-ins"
> in the Target Platform preferences page.

Thanks, now the "export to multiple platforms" working!

(I did a refresh first and verified that the relevant launcher plug-ins
appear in the list, but that alone didn't help...)
Re: Unable to export to other platforms [message #56414 is a reply to message #56390] Thu, 16 April 2009 22:40 Go to previous messageGo to next message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Eric Jain wrote:
> Thanks, now the "export to multiple platforms" working!

...except that the exported packages lack their platform-specific SWT
bundle -- have to copy that manually! Other platform-specific bundles
(i.e. the equinox launcher) are copied as expected. Any ideas?
Re: Unable to export to other platforms [message #56441 is a reply to message #56414] Thu, 16 April 2009 23:04 Go to previous message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Eric Jain wrote:
> ...except that the exported packages lack their platform-specific SWT
> bundle -- have to copy that manually! Other platform-specific bundles
> (i.e. the equinox launcher) are copied as expected. Any ideas?

Fixed by doing an "Add Required Plug-ins" in the product configuration
page.
Re: Unable to export to other platforms [message #595589 is a reply to message #56198] Thu, 16 April 2009 17:45 Go to previous message
Chris Aniszczyk is currently offline Chris AniszczykFriend
Messages: 674
Registered: July 2009
Senior Member
Eric Jain wrote:
> In order to be able to export a product for multiple platforms, I
> installed the "delta pack" (i.e. copied it into plugins/features and
> restarted with -clean). But even now when I run the product export
> wizard, check "export for multiple platforms", and choose one or more
> additional target platforms, I still get an error, e.g.
>
> Problems during export
> Unable to find plug-in:
> org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805.
> Please check the error log for more details.
> Unable to find plug-in:
> org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805.
> Please check the error log for more details.
>
> The error log is empty. The "missing" plug-in is present (though not
> loaded in the running Eclipse instance):
>
> C:\Program Files\Eclipse\plugins>dir *launcher.gtk.linux.x86_1.*
>
> 2009-04-15 10:57 <DIR>
> org.eclipse.equinox.launcher.gtk.linux.x86_1.0.101.R34x_v200 80805
> 0 File(s) 0 bytes

Which version of Eclipse are you using?

Cheers,

Chris Aniszczyk | EclipseSource Austin | +1 860 839 2465
http://twitter.com/eclipsesource | http://twitter.com/caniszczyk
Re: Unable to export to other platforms [message #595599 is a reply to message #56232] Thu, 16 April 2009 18:03 Go to previous message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Chris Aniszczyk wrote:
> Which version of Eclipse are you using?

Eclipse SDK
Version: 3.4.2
Build id: M20090211-1700

The installation is based on the following two files:

eclipse-rcp-ganymede-SR2-win32.zip
eclipse-3.4.2-delta-pack.zip
Re: Unable to export to other platforms [message #595619 is a reply to message #56248] Thu, 16 April 2009 20:18 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
Try unchecking
"Build target platform based on the target's installed plug-ins"
in the Target Platform preferences page.
-Andrew
Eric Jain wrote:
> Chris Aniszczyk wrote:
>> Which version of Eclipse are you using?
>
> Eclipse SDK
> Version: 3.4.2
> Build id: M20090211-1700
>
> The installation is based on the following two files:
>
> eclipse-rcp-ganymede-SR2-win32.zip
> eclipse-3.4.2-delta-pack.zip
>
>
Re: Unable to export to other platforms [message #595637 is a reply to message #56340] Thu, 16 April 2009 20:53 Go to previous message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Andrew Niefer wrote:
> Try unchecking
> "Build target platform based on the target's installed plug-ins"
> in the Target Platform preferences page.

Thanks, now the "export to multiple platforms" working!

(I did a refresh first and verified that the relevant launcher plug-ins
appear in the list, but that alone didn't help...)
Re: Unable to export to other platforms [message #595641 is a reply to message #56390] Thu, 16 April 2009 22:40 Go to previous message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Eric Jain wrote:
> Thanks, now the "export to multiple platforms" working!

...except that the exported packages lack their platform-specific SWT
bundle -- have to copy that manually! Other platform-specific bundles
(i.e. the equinox launcher) are copied as expected. Any ideas?
Re: Unable to export to other platforms [message #595648 is a reply to message #56414] Thu, 16 April 2009 23:04 Go to previous message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Eric Jain wrote:
> ...except that the exported packages lack their platform-specific SWT
> bundle -- have to copy that manually! Other platform-specific bundles
> (i.e. the equinox launcher) are copied as expected. Any ideas?

Fixed by doing an "Add Required Plug-ins" in the product configuration
page.
Previous Topic:Headless build doesn't enforce OSGi constraints
Next Topic:Rebuild complete workspace on change in MANIFEST
Goto Forum:
  


Current Time: Thu Mar 28 14:01:09 GMT 2024

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

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

Back to the top