Can you please provide us the latest source code of bindex(the one with the
above fix)?

Also, when our repository contains even 1 jar which is not in bundle'ized
format, the generated repository.xml is not accepted by OBR. 

One way to ensure this, is we never put a non bundle'ized jar in the
repository, but if accidentally somebody puts one (after all it is just a
file system), it becomes impossible to debug. So we are trying  to parse the
generated repository.xml file and remove all the resource ids with
id=Untitled.

 <resource id="Untitled--2050119365/0.0.0"
symbolicname="Untitled--2050119365"
uri="com/sun/facelets/jsf-facelets/1.1.11/jsf-facelets-1.1.11.jar"
version="0.0.0">
    <size>
      291366
    </size>
    <capability name="bundle">
      <p n="manifestversion" v="1"/>
      <p n="symbolicname" v="Untitled--2050119365"/>
      <p n="version" t="version" v="0.0.0"/>
    </capability>
  </resource>

However it is better, if you can provide a hack of not generating the
resource id for jars not in bundle format.
  your suggestion?

-----
Sriharsha

-- 
View this message in context: 
http://www.nabble.com/bindex-tool-is-unable-to-retain-the-Require-Bundle-bundle-version-info-in-the-repository.xml-tp20297305p20953668.html
Sent from the Apache Felix - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to