Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pdt-dev] Re: Problem Exporting a Plugin with php.core Dependency

Sorry for the interruption again.  I was hoping someone might have some comments regarding my previous email (below).

Thanks,

William

On Wed, Jan 28, 2009 at 11:20 PM, William <woolieKing+pdt@xxxxxxxxx> wrote:
Hi All,

I have a plugin I've been working on that includes, as part of its dependencies, the following PDT plugins:

org.eclipse.php.core

org.eclipse.php.ui

I have been unable to build my plugin (through the "Export" wizard's "deployable plugin" or via an "update" site build).  Each time the build process fails due to multiple errors, all of which are related to:

The import org.eclipse.php.internal.core cannot be resolved

The php.ui dependency as well as all others (e.g. dltk.core, wst.sse.core, etc.) do not produce any errors. It is only the php.core plugin.

I can (of course) debug the plugin just fine within the Eclipse environment. 

Does anyone have any insights into this issue? Any suggestions for debugging?


Thanks for your time,

William


Back to the top