Embed-Dependency does not work

2010-07-02 Thread Sudhir Dharmadhikari
Hi - I saw couple threads about Embed-Dependency not working. But not sure if it was fixed or if there is any other way. Here is my code, Nothing gets embedded in the bundle . I have tried couple of things , for example, writing name of dependency instead of *, turning on/off inline . Can

Re: Embed-Dependency does not work

2010-07-02 Thread Chris Blunck
I typically do this: instructions Embed-Dependency*;scope=compile|runtime/Embed-Dependency Bundle-ClassPath{maven-dependencies},./Bundle-ClassPath /instructions Make sure you are running the latest maven-bundle-plugin. -c On Fri, Jul 2, 2010 at 12:51 PM, Sudhir Dharmadhikari

Re: Embed-Dependency does not work

2010-07-02 Thread Justin Edelson
Embed-Dependency needs to go inside instructions. On 7/2/10 12:51 PM, Sudhir Dharmadhikari wrote: Hi - I saw couple threads about Embed-Dependency not working. But not sure if it was fixed or if there is any other way. Here is my code, Nothing gets embedded in the bundle . I have tried