[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [pde-build-dev] Missing required plugin-in....
|
- From: "Barrie Treloar" <baerrach@xxxxxxxxx>
- Date: Sat, 28 Jul 2007 09:13:01 +0930
- Delivered-to: pde-build-dev@eclipse.org
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=UiHlMF8yd2BHH5qBG4sRqEbWWJb3ZiOjrGImV8OlWFylfLgP3bhx4Iw5VD4zxqAcDyCK+jqdSYk+MFEKFVU2Us7TcecS3jilTJrL2G9DP4j/FotcJzZBaZFcBPrfvIACyCLvCGTablKB6yB6do+TDo9BFOpH1qaxbSODshj6dJ8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=hKAxD9HC51xk5oqfb1iFzc2hfhrxgAwbODFO8WbOgijWBC2ReQ/p5/0Lu8ABsBKWyoGE0CISUqcAZx6/eDOPhiGvKvT20n8borH+oRB9+3WwY1mUezZB/HfDm0jXBUxfvatyX+J5FDfmcGWEDpNhb/tgLIGTMAUNUMYf8FuQMDk=
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.