Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] Build question

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.


Back to the top