Deployable features export problem [message #509569] |
Fri, 22 January 2010 19:15  |
Eclipse User |
|
|
|
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 12:58  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03598 seconds