Richard S. Hall wrote: > Yes, the solution here is <Include-Resource>...if you look at the > framework pom.xml file you can see that we use this to copy our patches > over the OSGi classes. Ok, thanks!
> > Regarding class path ordering, I thought Maven set up the class path so > that dependencies came before the target classes anyway...at least we > were having an issue with this when Felix was two JARs (i.e., osgi.jar > and felix.jar)...in this case it was always finding the non-patched OSGi > classes in osgi.jar first. > Hmm, I looked into the code of the plugin and it creates the classpath by first adding the project's target/classes directory and then all dependencies. This classpath is then fed into bnd. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]
