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

Correct me if I'm wrong Stoyan but these commands are available in the
current RC candidate of Equinox and not the version that shipped with
Ganymede. In any case, the new console commands are *extremely* helpful
when using DS. Thanks for adding them.

  - Chris


 
 
 
 
THIS MESSAGE IS INTENDED FOR THE USE OF THE PERSON TO WHOM IT IS ADDRESSED. IT MAY CONTAIN INFORMATION THAT IS PRIVILEGED, CONFIDENTIAL AND EXEMPT FROM DISCLOSURE UNDER APPLICABLE LAW. If you are not the intended recipient, your use of this message for any purpose is strictly prohibited. If you have received this communication in error, please delete the message and notify the sender so that we may correct our records.
 
-----Original Message-----
 
 

From: equinox-dev-bounces@xxxxxxxxxxx
[mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Kirchev, Lazar
Sent: Thursday, June 18, 2009 3:47 AM
To: Equinox development mailing list
Subject: 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
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top