You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2009/01/28 09:44:59 UTC

[jira] Created: (FELIX-904) Dependencies should be included as jars and not as classes

Dependencies should be included as jars and not as classes
----------------------------------------------------------

                 Key: FELIX-904
                 URL: https://issues.apache.org/jira/browse/FELIX-904
             Project: Felix
          Issue Type: Improvement
          Components: Web Console
    Affects Versions: webconsole-1.2.2
            Reporter: Carsten Ziegeler
             Fix For: webconsole-1.2.4


Some required libs, like commons-io, are included in the webconsole bundle as classes. This has the drawback that if other modules depend on the web console these classes end up in the class path for compilation of the other modules which might create version problems during compilation (as the included commons-io might not match the required commons-io version of the module having the dependency to the webconsole).
To avoid such problems, it would be better to include the complete jars in the webconsole bundle.

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


[jira] Closed: (FELIX-904) Dependencies should be included as jars and not as classes

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

Carsten Ziegeler closed FELIX-904.
----------------------------------

    Resolution: Fixed

Embedding commons-io and commons-fileupload now as complete jars (revision 741223)

> Dependencies should be included as jars and not as classes
> ----------------------------------------------------------
>
>                 Key: FELIX-904
>                 URL: https://issues.apache.org/jira/browse/FELIX-904
>             Project: Felix
>          Issue Type: Improvement
>          Components: Web Console
>    Affects Versions: webconsole-1.2.2
>            Reporter: Carsten Ziegeler
>             Fix For: webconsole-1.2.4
>
>
> Some required libs, like commons-io, are included in the webconsole bundle as classes. This has the drawback that if other modules depend on the web console these classes end up in the class path for compilation of the other modules which might create version problems during compilation (as the included commons-io might not match the required commons-io version of the module having the dependency to the webconsole).
> To avoid such problems, it would be better to include the complete jars in the webconsole bundle.

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