You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Eric Jain (JIRA)" <ji...@apache.org> on 2011/03/15 01:16:31 UTC

[jira] Created: (HTTPCLIENT-1072) Inline nested jars in OSGi bundles

Inline nested jars in OSGi bundles
----------------------------------

                 Key: HTTPCLIENT-1072
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1072
             Project: HttpComponents HttpClient
          Issue Type: Improvement
          Components: HttpClient
    Affects Versions: 4.1 Final
            Reporter: Eric Jain


Eclipse doesn't support bundles with nested jars (https://bugs.eclipse.org/bugs/show_bug.cgi?id=111238). The workaround is to inline the contents of the nested jars. This is a simple fix that shouldn't impact non-Eclipse users:

pom.xml
===================================================================
- <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
+ <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Resolved] (HTTPCLIENT-1072) Inline nested jars in OSGi bundles

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

Oleg Kalnichevski resolved HTTPCLIENT-1072.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s: 4.1.2

Workaround committed to the SVN trunk and the 4.1.x branch. Sorry it took so long.

Oleg



> Inline nested jars in OSGi bundles
> ----------------------------------
>
>                 Key: HTTPCLIENT-1072
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1072
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.1 Final
>            Reporter: Eric Jain
>             Fix For: 4.1.2
>
>
> Eclipse doesn't support bundles with nested jars (https://bugs.eclipse.org/bugs/show_bug.cgi?id=111238). The workaround is to inline the contents of the nested jars. This is a simple fix that shouldn't impact non-Eclipse users:
> pom.xml
> ===================================================================
> - <Embed-Dependency>*;scope=compile|runtime;inline=false</Embed-Dependency>
> + <Embed-Dependency>*;scope=compile|runtime;inline=true</Embed-Dependency>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org