Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] Unable to find plug-in

Hi bracken,

When you got this exception, please don't be misled by the error message. It truely could be that eclipse PDE build process did not pull in the required plug-in, so you can check the target eclipse/plugins directory for your plugin. 

But more like is the fact that the plugin dependencies are not found by your PDE.
In order to resolve this issue, look at plugin.xml or manifest.MF file of your plugin and make sure you pull in all the dependency libraries or plugins just the way you pull in you own plugin. That is make entries for these dependencies similar to your plugins and make a build again.

Let me know if you run into issues again..

Thanks,
Vasant.



>>> bracken@xxxxxxxxxxxx 7/5/2005 11:13 AM >>>
Hi,

I'm trying to use the PDE build scripts to build my feature (it has one 
plug-in and one fragment)
I've got as far as getting them from CVS but it's falling over on the 
generateScript target.
the error I get is
org.eclipse.core.runtime.CoreException: Unable to find plug-in: 
<plugin-name>
Please check the error log for more details.

Does anyone know why this error is appearing?

Thanks!
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


-----------------------------------------
Email messages cannot be guaranteed to be secure or error-free as
transmitted information can be intercepted, corrupted, lost, destroyed,
arrive late or incomplete, or contain viruses.  The Centers for
Medicare & Medicaid Services therefore does not accept liability for
any error or omissions in the contents of this message which arise as a
result of email transmission.



Back to the top