We're already using a patched version for the same reason:
Index: src/org/osgi/impl/bundle/bindex/Index.java
===================================================================
157c157
<                       if (path.getName().endsWith(".jar")) {
---
>                       if (path.getName().endsWith("ar")) {

I admit the patch is too simplistic but it's just to point to the required change if anyone is interested..

/arjun




Le 03/23/2010 01:43 AM, Sahoo a écrit :
I will try to locally patch it. Thanks for the hint. It should probably
open any file as a Jar file and ignore the ones it can't as opposed to
going by file extensions. It's going to encounter a lot of non-jar
extension OSGi bundles in future. When I have time, I can probably look
at it and try to submit a patch or something like that. If someone else
does it before me, great.

Thanks,
Sahoo

Allen Lau wrote:
BIndex only looks at jar files.  It is quite easy to patch the
src/org/osgi/impl/bundle/bindex/Index.java to work with other file
extensions though.

On Sat, Mar 20, 2010 at 9:17 PM, Sahoo<[email protected]>  wrote:


BIndex utility seems to be ignoring .war files while creating the
repository.xml. Is this a known issue?

Thanks,
Sahoo

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to