Skip to main content

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

On 7/28/07, Peter Kahn <citizenkahn@xxxxxxxxx> wrote:
> 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?

either your plugins/features are built as part of your project, in
which case they are
ROOT/
 - plugins
   |-- plugin A
   |-- plugin B
 - features
   |-- feature A

Or the plugins are in your eclipse target platform, defined in your
build configuration build.properties file
(http://help.eclipse.org/help32/topic/org.eclipse.pde.doc.user/guide/tasks/pde_product_build.htm)
setting "baseLocation".

You can also do something with specifying another relative directory
to locate plugins, but I have never used it.


Back to the top