Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [equinox-dev] Determine missing references of a declarativeservice

Thanks a lot for the info. This will be very useful for us.

Regards,
Lazar 

-----Original Message-----
From: equinox-dev-bounces@xxxxxxxxxxx
[mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Stoyan Boshev
Sent: Thursday, June 18, 2009 10:43 AM
To: Equinox development mailing list
Subject: Re: [equinox-dev] Determine missing references of a
declarativeservice

There is a console command you could use for that purpose.
You should list the DS components with "list" command. Then you can 
require detail info for a component in the list by typing "component 
<n>", where <n> is the component number in the list. You will get static

and dynamic information. The unsatisfied references are shown in the 
dynamic information.

Stoyan

Kirchev, Lazar wrote:
>  
> Hello,
> 
> We are using DS and we need to find missing references of a
declarative
> service. There is no console command to provide this info. Is there
some
> way to achieve this non-programatically?
> 
> Regards,
> Lazar
> _______________________________________________
> equinox-dev mailing list
> equinox-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/equinox-dev
> 
> 

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top