Re: Bundle-Classpath and Bnd

2007-01-22 Thread Richard S. Hall
John E. Conlon wrote: On Sun, 2007-01-21 at 13:46 -0500, Richard S. Hall wrote: John E. Conlon wrote: Ran across a case where a project bundle was using a Bundle-Classpath entry with the /target/classes/ value in it's manifest even though it had no such path in the bundle. As expected

Re: Bundle-Classpath and Bnd

2007-01-22 Thread John E. Conlon
On Sun, 2007-01-21 at 13:46 -0500, Richard S. Hall wrote: > John E. Conlon wrote: > > Ran across a case where a project bundle was using a Bundle-Classpath > > entry with the /target/classes/ value in it's manifest even though it > > had no such path in the bundle. As expected Bnd flagged this as

Re: Bundle-Classpath and Bnd

2007-01-21 Thread Richard S. Hall
John E. Conlon wrote: Ran across a case where a project bundle was using a Bundle-Classpath entry with the /target/classes/ value in it's manifest even though it had no such path in the bundle. As expected Bnd flagged this as an error. Over at the spring-osgi maillist someone mentioned this