Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Deployable features export problem
Deployable features export problem [message #509569] Sat, 23 January 2010 00:15 Go to next message
Del Myers is currently offline Del MyersFriend
Messages: 82
Registered: July 2009
Member
Seriously, what the heck?

I don't understand this one at all. I've created a feature with a bunch of
plug-ins. Recently, I made some changes, and I want to deploy my feature. I've
had no problem with it before but today all of a sudden I'm getting this error:

Bundle ca.uvic.chisel.javasketch_0.0.0 failed to resolve.:
Missing required plug-in org.eclipse.ui.ide_3.5.1.
Missing required plug-in org.eclipse.debug.ui_3.5.1.
Missing required plug-in org.eclipse.pde.core_3.5.100.
Missing required plug-in org.eclipse.pde.ui_3.5.0.
Missing required plug-in org.eclipse.search_3.5.1.
Missing required plug-in org.eclipse.jdt.ui_3.5.1.
Missing required plug-in org.eclipse.ui.editors_3.5.0.
Missing required plug-in org.eclipse.jdt.debug.ui_3.4.1.

It makes no sense at all since Eclipse synchronized to those plug-ins when I
added them to my plug-in dependencies. What is even crazier is that the
seemingly offending plug-in exports just fine when I export it on its own. So,
what the heck? Has something changed with a recent update of Eclipse that I
don't know about? Why would my feature suddenly stop exporting? All I've done is
a few code changes and a version update.

Del
Re: Deployable features export problem [message #509571 is a reply to message #509569] Fri, 22 January 2010 20:12 Go to previous messageGo to next message
Del Myers is currently offline Del MyersFriend
Messages: 82
Registered: July 2009
Member
OK, so I used the PDE tools to create a build.xml out of my feature.xml, and
everything started working again. Go figure. I have no idea what happened.

Del

Del Myers wrote:
> Seriously, what the heck?
>
> I don't understand this one at all. I've created a feature with a bunch
> of plug-ins. Recently, I made some changes, and I want to deploy my
> feature. I've had no problem with it before but today all of a sudden
> I'm getting this error:
>
> Bundle ca.uvic.chisel.javasketch_0.0.0 failed to resolve.:
> Missing required plug-in org.eclipse.ui.ide_3.5.1.
> Missing required plug-in org.eclipse.debug.ui_3.5.1.
> Missing required plug-in org.eclipse.pde.core_3.5.100.
> Missing required plug-in org.eclipse.pde.ui_3.5.0.
> Missing required plug-in org.eclipse.search_3.5.1.
> Missing required plug-in org.eclipse.jdt.ui_3.5.1.
> Missing required plug-in org.eclipse.ui.editors_3.5.0.
> Missing required plug-in org.eclipse.jdt.debug.ui_3.4.1.
>
> It makes no sense at all since Eclipse synchronized to those plug-ins
> when I added them to my plug-in dependencies. What is even crazier is
> that the seemingly offending plug-in exports just fine when I export it
> on its own. So, what the heck? Has something changed with a recent
> update of Eclipse that I don't know about? Why would my feature suddenly
> stop exporting? All I've done is a few code changes and a version update.
>
> Del
Deployable features export problem (again) [message #510219 is a reply to message #509569] Tue, 26 January 2010 17:58 Go to previous message
Del Myers is currently offline Del MyersFriend
Messages: 82
Registered: July 2009
Member
I'm starting a new post because the problem is cropping up again. It seems that
I can get my build to work if I manually ask the PDE to generate an ANT build
file before I do the export, but I have to generate the ANT file every time.
Does anyone have any idea why this might be happening?

I don't know if this gives anyone a clue, but my log file for the
ca.uvic.chisel.javasketch plug-in gives the following error:

1. ERROR in E:\Del\workspaces\diver
plugins\ca.uvic.chisel.javasketch\src\ca\uvic\chisel\javaske tch\utils\LaunchConfigurationUtilities.java
(at line 0)
/*********************************************************** ********************
^
The type org.eclipse.swt.graphics.Image cannot be resolved. It is indirectly
referenced from required .class files

Which doesn't make any sense either since my plug-in clearly depends on
org.eclipse.ui. These problems are just coming up suddenly without any explanation.

Del

Del Myers wrote:
> Seriously, what the heck?
>
> I don't understand this one at all. I've created a feature with a bunch
> of plug-ins. Recently, I made some changes, and I want to deploy my
> feature. I've had no problem with it before but today all of a sudden
> I'm getting this error:
>
> Bundle ca.uvic.chisel.javasketch_0.0.0 failed to resolve.:
> Missing required plug-in org.eclipse.ui.ide_3.5.1.
> Missing required plug-in org.eclipse.debug.ui_3.5.1.
> Missing required plug-in org.eclipse.pde.core_3.5.100.
> Missing required plug-in org.eclipse.pde.ui_3.5.0.
> Missing required plug-in org.eclipse.search_3.5.1.
> Missing required plug-in org.eclipse.jdt.ui_3.5.1.
> Missing required plug-in org.eclipse.ui.editors_3.5.0.
> Missing required plug-in org.eclipse.jdt.debug.ui_3.4.1.
>
> It makes no sense at all since Eclipse synchronized to those plug-ins
> when I added them to my plug-in dependencies. What is even crazier is
> that the seemingly offending plug-in exports just fine when I export it
> on its own. So, what the heck? Has something changed with a recent
> update of Eclipse that I don't know about? Why would my feature suddenly
> stop exporting? All I've done is a few code changes and a version update.
>
> Del
Previous Topic:Workspace-resident plugins/features
Next Topic:TreeViewer/TableViewer selectAll very slow
Goto Forum:
  


Current Time: Fri Apr 26 11:56:13 GMT 2024

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

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

Back to the top