What's up with this "jar" command flag:

i Generates index information for the specified JAR file and its
            dependent JAR files.  For example,

               example% jar i foo.jar

would generate an INDEX.LIST file in foo.jar which contains location information for each package in foo.jar and all the JAR files specified
       in foo.jar's Class-Path attribute.

That's exactly the information we could use to implement wildcard imports efficiently. Does anyone know about this?

- Charlie

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to