You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Stuart McCulloch (JIRA)" <ji...@apache.org> on 2008/01/12 18:29:33 UTC

[jira] Created: (FELIX-460) Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes

Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes
--------------------------------------------------------------------------------------------------

                 Key: FELIX-460
                 URL: https://issues.apache.org/jira/browse/FELIX-460
             Project: Felix
          Issue Type: Improvement
          Components: Maven Bundle Plugin
    Affects Versions: 1.2.0
            Reporter: Stuart McCulloch
            Priority: Trivial
             Fix For: 1.2.1


When embedding dependencies inside a bundle with no local classes (ie. the project itself doesn't contain any sources) the bundleplugin will still add a "." to the generated Bundle-ClassPath. This "." is not strictly necessary because there are no packages it could correspond to, so it should be removed.

This is a minor improvement that will be done in the next maintenance release after version 1.2.0 of the bundleplugin.

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


[jira] Resolved: (FELIX-460) Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes

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

Stuart McCulloch resolved FELIX-460.
------------------------------------

    Resolution: Fixed

With the changes made under FELIX-472 you can now set <Bundle-ClassPath/> to remove the default "." entry

> Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-460
>                 URL: https://issues.apache.org/jira/browse/FELIX-460
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.2.0
>            Reporter: Stuart McCulloch
>            Assignee: Stuart McCulloch
>            Priority: Trivial
>             Fix For: 1.2.1
>
>
> When embedding dependencies inside a bundle with no local classes (ie. the project itself doesn't contain any sources) the bundleplugin will still add a "." to the generated Bundle-ClassPath. This "." is not strictly necessary because there are no packages it could correspond to, so it should be removed.
> This is a minor improvement that will be done in the next maintenance release after version 1.2.0 of the bundleplugin.

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


[jira] Assigned: (FELIX-460) Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes

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

Stuart McCulloch reassigned FELIX-460:
--------------------------------------

    Assignee: Stuart McCulloch

> Remove "." from the Bundle-ClassPath when embedding dependencies in a bundle with no local classes
> --------------------------------------------------------------------------------------------------
>
>                 Key: FELIX-460
>                 URL: https://issues.apache.org/jira/browse/FELIX-460
>             Project: Felix
>          Issue Type: Improvement
>          Components: Maven Bundle Plugin
>    Affects Versions: 1.2.0
>            Reporter: Stuart McCulloch
>            Assignee: Stuart McCulloch
>            Priority: Trivial
>             Fix For: 1.2.1
>
>
> When embedding dependencies inside a bundle with no local classes (ie. the project itself doesn't contain any sources) the bundleplugin will still add a "." to the generated Bundle-ClassPath. This "." is not strictly necessary because there are no packages it could correspond to, so it should be removed.
> This is a minor improvement that will be done in the next maintenance release after version 1.2.0 of the bundleplugin.

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