Peter Kriens wrote: > Bnd follows the classpath order as far as I can see. For the maven > plugin I get the classpath from maven. I had a quick look at the source code of bndlib (0.0.160) and from what I saw I have the feeling that if I use for example "export package org.apache.felix.*" and classes for this package are more then once in the classpath, then the later ones overwrite the earlier ones. I hope my analysis is correct (and I don't make a fool of myself) as I think that Jar#putResource() is the method in question and it does not check if a resource already exists. Could this be the problem?
> > Anyway, split packages are a pain in the ... Preventing them and ant > least treating them consciously is always a better idea. > :) Regards Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
