On 06/08/07, Arash Amiri <[EMAIL PROTECTED]> wrote:
> Hi, I have some questions considering the felix-308 issue.
>
> right now, when you add dependencies to your maven-bundle-plugin, you
> have to add transitive dependencies by hand, right?
>
> so if I want to use the commons-httpclient in my bundle, I have to add
> also log4j.
> If I add log4, javax.jms and org.apache.log.* become missing contraints,
> which I have to add by hand again, and so on and so forth (so far I
> couldnt get my example with httpclient running...)
>
> as far as I read (somewhere in the web) the maven-osgi-plugin did that
> somehow better than the maven-bundle-plugin considering these transitive
> dependencies, right?
>
> Is the issue Felix-308 taking care of these transitive dependencies
> (just like maven can handle these dependencies when compiling a "normal"
> project)?

yes, it will handle transitive dependencies - for more details read:

    http://issues.apache.org/jira/browse/FELIX-308

the current patch is ready for testing, any feedback is welcome.

>
> greetings,
> arash
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

-- 
Cheers, Stuart

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to