Skip to main content

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

On 7/30/07, Peter Kahn <citizenkahn@xxxxxxxxx> wrote:
> Ah,  I got it and like all error messages now that I understand it so
> obvious.  Thanks for all the help.  Setting up a small scale project
> let me perform experiments and allowed me to disprove all of my wild
> mythologies about what mattered.
>
> The error was "unable to find plug-in: org.myproj.b_1.0.0.  Please
> check the error log for more:"     The text unable to find plugin
> doesn't mean that it cannot find b it means it cannot find a
> dependency for b and the list of the missing are the transitive
> dependencies for b.
>
> Prior to this there is a list of missing plug-ins.  I had thought the
> plugins were mine or didn't and missed the last one
>    [eclipse.buildScript]   Missing required plug-in
> org.eclipse.wst.xml.core_0.0.0.

I haven't tried with 3.3 but this is a known problem.

If you use a plugin build then you can click the "add all
dependencies" button and everything is added for you.

If you use feature build (which is the preferred way) then you must
manually add your dependencies.

It is very easy to miss a dependency.

Build early, build often is a good motto to catch these.


Back to the top