On 24/05/07, Toni Menzel <[EMAIL PROTECTED]> wrote:
i got a similar problem on felix where they had substitution brackets without actual substitutions.. bnd was not very happy with this. Probably your problem is going into this direction? btw, this was my problem: <Include-Resource>{src/main/resources/}</Include-Resource>
hi toni - could you provide a bit more info? the {...} indicates that files in this folder should be filtered before including them in the bundle - do you mean your pom didn't have any properties to substitute (unlikely) or there weren't any files to filter?
Fixed with <Include-Resource>src/main/resources/</Include-Resource> Peter agreed to make bnd more indulgent ;-)
neat - any idea which version of bnd will (or does) contain this fix?
Toni
-- Cheers, Stuart