You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2008/01/11 10:58:34 UTC

[jira] Created: (SLING-151) Add package dep. info to the console

Add package dep. info to the console
------------------------------------

                 Key: SLING-151
                 URL: https://issues.apache.org/jira/browse/SLING-151
             Project: Sling
          Issue Type: Improvement
          Components: Console
            Reporter: Tobias Bocanegra


it would be very helpful if the bundles in the 'installed bundles' list could show a list of the imported packages and maybe mark them 'red' if they cannot be resolved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-151) Add package dep. info to the console

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra closed SLING-151.
----------------------------------


great! thanks.

> Add package dep. info to the console
> ------------------------------------
>
>                 Key: SLING-151
>                 URL: https://issues.apache.org/jira/browse/SLING-151
>             Project: Sling
>          Issue Type: Improvement
>          Components: Console
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>
> it would be very helpful if the bundles in the 'installed bundles' list could show a list of the imported packages and maybe mark them 'red' if they cannot be resolved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SLING-151) Add package dep. info to the console

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned SLING-151:
---------------------------------------

    Assignee: Felix Meschberger

> Add package dep. info to the console
> ------------------------------------
>
>                 Key: SLING-151
>                 URL: https://issues.apache.org/jira/browse/SLING-151
>             Project: Sling
>          Issue Type: Improvement
>          Components: Console
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>
> it would be very helpful if the bundles in the 'installed bundles' list could show a list of the imported packages and maybe mark them 'red' if they cannot be resolved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-151) Add package dep. info to the console

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved SLING-151.
-------------------------------------

    Resolution: Fixed

List imports and exports of unresolved (installed, that is) bundles to provide some help in resolving why a bundle might not resolve. Specifically each import is analzyed:

   * If the import can be satisifed, print the potential provider

   * If the import cannot be satisifed but is part of the bundle,
       ignore the import (not actually correct, should look at
       export list, but sounds enough)

   * If an import is listed in the bootdelegation property and
       cannot be resolved, both situations are marked.

Fixed in Rev. 613118.

Please close the issue, if this resolves your request.

> Add package dep. info to the console
> ------------------------------------
>
>                 Key: SLING-151
>                 URL: https://issues.apache.org/jira/browse/SLING-151
>             Project: Sling
>          Issue Type: Improvement
>          Components: Console
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>
> it would be very helpful if the bundles in the 'installed bundles' list could show a list of the imported packages and maybe mark them 'red' if they cannot be resolved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-151) Add package dep. info to the console

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated SLING-151:
------------------------------------

    Fix Version/s: 2.0.0

> Add package dep. info to the console
> ------------------------------------
>
>                 Key: SLING-151
>                 URL: https://issues.apache.org/jira/browse/SLING-151
>             Project: Sling
>          Issue Type: Improvement
>          Components: Console
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>
> it would be very helpful if the bundles in the 'installed bundles' list could show a list of the imported packages and maybe mark them 'red' if they cannot be resolved.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.