Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] Missing required plugin-in....

Can someone help me with a headless build plug-in question...

How does the system determine the location of a dependency for a
plugin when building a feature?



I have my feature and it has two plugins.  The feature depends on both
and plugin one depends on plugin two.  When I attempt to build
everything is fetched nicely and upon the generateScripts phase I get
an error like this

eclipse.buildScript] Some inter-plug-in dependencies have not been satisfied.
eclipse.buildScript] Bundle org...myfeature
eclipse.buildScript] Bundle org...myfeature.pluginOne.bundle:
eclipse.buildScript]   Missing required plug-in org...myfeature.pluginTwo_0.0.0.


BUILD FAILED
...\org.eclipse.pde.build\scripts\build.xml:24: The following error
occurred while executing this line:
...\org.eclipse.pde.build\scripts\build.xml:64: The following error
occurred while executing this line: ...config\customTargets.xml:10:
The following error occurred while executing this line:
...\config\allElements.xml:12: The following error occurred while
...\org.eclipse.pde.build\scripts\genericTargets.xml:106: Unable to
find plug-in: org...myfeature.pluginOne_1.0.0. Please check the error
log for more detail
s.

I have checked the feature.xml and the manifests, I don't know where
else to check.  What can I use to get more information?
eclipse.buildScripts is doing something and I'm not sure where its
looking for the resources.


Thanks for the help

-- 
Peter Kahn
citizenkahn@xxxxxxxxx
citizenkahn@xxxxxxxxxxxx, pkahnpie1@AIM
 http://analogoustendencies.blogspot.com/
Awareness - Intention - Action


Back to the top