[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [ecf-dev] Build question
|
Hi Markus,
I've added this line to ecf.rmap:
<rm:locator pattern="^com\.mycorp\.examples(\..+)?"
searchPathRef="org.eclipse.ecf"/>
What I would like to do would be to add the com.mycorp.examples plugins
to this feature:
org.eclipse.ecf.remoteservice.examples.feature
The o.e.e.r.examples.feature is included by this feature:
org.eclipse.ecf.remoteservice.sdk.feature
But neither the o.e.e.r.examples.feature nor the
o.e.e.remoteservice.sdk.feature have any cquery or mspec files.
Where...i.e. which cquery/mspec files need to be amended to allow these
plugins to be added to the org.eclipse.ecf.remoteservice.examples.feature?
Thanks,
Scott
On 8/15/2013 10:56 PM, ecf-dev_eclipse.org@xxxxxxxxxxx wrote:
Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
Hi Folks,
Recently, I created some example plugins for the OSGi Remote Services
article in the Eclipse Newsletter. These bundle projects start with
the
prefix com.mycorp.examples.*.
I wanted to add these new example plugins to the
org.eclipse.ecf.remoteservices.examples.feature but when I did so I
quickly found that I need to add some entries to the ecf.rmap, and
possibly .cquery, .mspec, etc...apparently because of the use of
com.mycorp.examples rather than org.eclipse.ecf in the name prefix.
Is there a description somewhere of what's necessary to add bundles
with
such a prefix?
Thanks,
Scott
_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev
Hi Scott,
you have to extend the the search path in the rmap file first to tell bucky where to find your components. Afterwards the corresponding cquery and mspec have to reflect the new prefix as well.
In both cases you should be able to work from the existing build metadata.
M.