Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve.(How to resolve this error.??)
Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #519217] Mon, 08 March 2010 06:27 Go to next message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
HI All,
i am getting this error " Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v200 80118 failed to resolve."
whenever i am trying to build my RCP app from ant script on eclipse 3.5 , I have tried copying this plugins from an earlier version of eclipse into my target eclipse's plugins folder but i still see this error
[java] C:\eclipse\plugins\org.eclipse.pde.build_3.5.1.R35x_20090820 \scripts\genericTargets.xml:108: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v200 80118 failed to resolve.:
[java] Another singleton version selected: org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v2 0080731

Any help in this regard will be really grateful to me ..Thanks in advance
Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #519410 is a reply to message #519217] Mon, 08 March 2010 18:00 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You appear to be building from bases that include both
1.0.3.R33x_v20080118 and 1.0.101.R34x_v20080731 Do you know why you
have both 3.3 and 3.4 versions of the launcher in your target platform?
Are you including a 3.3 plugin that requires the 3.3 version (and
hence fails when the build picks the 3.4 version)?

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #519546 is a reply to message #519217] Tue, 09 March 2010 09:55 Go to previous messageGo to next message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
Hi Paul,

what u say is right that i have a two launcher in a base eclipse which is 3.4 and has the launcher 'org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v 20080731'
The reason here ,why i have two launcher one that of eclipse 3.3 and other of 3.4 is that i am trying to build my RCp app (which was developed using eclipse 3.3 )from eclipse 3.5 using my base eclipse as 3.4 and since i used to get the error launcher 'org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20 080118' not found, i just copied this launcher plugin into my base eclipse 3.4 and gave a try..But still i find the same problem , but i somehow need to build my RCP on eclipse 3.5 which is what is not happening due to this ein32 launcher plugin issue , so if u know any way i woiuld be grateful to you

Thanks
Sabir
Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #519561 is a reply to message #519546] Tue, 09 March 2010 10:30 Go to previous messageGo to next message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
Sabir wrote on Tue, 09 March 2010 04:55
Hi Paul,

what u say is right that i have a two launcher in a base eclipse which is 3.4 and has the launcher 'org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v 20080731'
The reason here ,why i have two launcher one that of eclipse 3.3 and other of 3.4 is that i am trying to build my RCp app (which was developed using eclipse 3.3 )from eclipse 3.5 using my base eclipse as 3.4 and since i used to get the error launcher 'org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20 080118' not found, i just copied this launcher plugin into my base eclipse 3.4 and gave a try..But still i find the same problem , but i somehow need to build my RCP on eclipse 3.5 which is what is not happening due to this ein32 launcher plugin issue , so if u know any way i woiuld be grateful to you

Thanks
Sabir


Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #519728 is a reply to message #519546] Tue, 09 March 2010 14:28 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

So you're using a vanilla 3.4.2 install as your target platform, and
working in a 3.5 eclipse?

Once 3.4.2 is your target platform, are you not checking out your RCP
app into a clean workspace? If that's the case, then then question
becomes what has a dependency on the R33x launcher, because eclipse
3.4.2 certainly doesn't.

If you have to, unzip a new copy of 3.4.2, create a new workspace, and
import your projects into it.

PW


--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #519826 is a reply to message #519728] Wed, 10 March 2010 05:49 Go to previous messageGo to next message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
The problem occurs even if i import my RCP on a clean workspace , and when i try a build, having my eclipse 3.4.2 or for even eclipse 3.5 galileo as my base eclispe , Is it that since the RCP was developed on eclipse 3.3(europa) Is it that it still has a dependency on R33x launcher plugins ?? because i see R33x launcher plugins in eclispe 3.3(europa) versions .
Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #519937 is a reply to message #519826] Wed, 10 March 2010 09:54 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

1) You create a new workspace in 3.5 and have 3.5.x as your target platform.

2) If you import your projects they should build. (did you just import
your projects, or did you do something else).

3) If you create a launch config (how are you creating your launch
config?) and do a validate in your launch config, it should tell you if
any of your plugins can't meet there own requirements.

4) you should be able to run from that launch config.

At which point in the above steps do you fail? What info did it give you?

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #520079 is a reply to message #519937] Thu, 11 March 2010 05:01 Go to previous messageGo to next message
Sabir pasha is currently offline Sabir pashaFriend
Messages: 70
Registered: February 2010
Member
Hi Paul,

I tried taking a fresh eclipse 3.5 and having a target platform of eclipse 3.5x , Then when i import the projects i get some issues regarding emf plugins which iam able to solve by copying emf 2.4 version plugins into dropins ,
But when i try to make build of my project from an antscript it throws out this error . And can u please say what exactly is a launch configuration ? and how is it similar to or different to a Run configuration ?
Re: Bundle org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118 failed to resolve. [message #520539 is a reply to message #520079] Fri, 12 March 2010 18:58 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

Sabir wrote:
> Hi Paul,
>
> I tried taking a fresh eclipse 3.5 and having a target platform of
> eclipse 3.5x , Then when i import the projects i get some issues
> regarding emf plugins which iam able to solve by copying emf 2.4

perhaps you should use the Galileo version of emf as well, emf 2.5 can
be downloaded from http://download.eclipse.org/releases/galileo

version
> plugins into dropins ,

So if all of your plugins compile, then none of them need 3.3. That's good

> But when i try to make build of my project from
> an antscript it throws out this error .

What's in your ant script? This seems to imply there's a bug in your
script. Maybe in your customTargets.xml, maybe in your
build.properties. Why can't you use your product configuration or
File>Export... to export your product first, to confirm there is no
problem there.

Was there more to the error than that single line. Did it explain who
required
org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v200 80118 ?
Usually it's not just a single failure, it provides a list of things.

> And can u please say what
> exactly is a launch configuration ? and how is it similar to or
> different to a Run configuration ?

Sorry, launch configs are Run/Debug configs. This was just a way to
confirm there are no problems Running your app from within eclipse.

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:Changing the classpath of an exported product
Next Topic:Add VIEWS_SHORTLIST(id: viewsShortlist) in the org.eclipse.ui.menus extension
Goto Forum:
  


Current Time: Tue Apr 16 17:44:10 GMT 2024

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

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

Back to the top