Index Files are designed for Applets mostly, AFAIR, and only defined in the main JAR of the applet. It avoid downloading all dependent JARs, at least not until classes from them are really necessary. Without this mapping of classes to JARs, the browser needs to download all dependent JARs. So only on Index File is necessary, in the main Applet jar. --DD
-----Original Message----- From: Alexey Solofnenko [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:41 PM To: Ant Users List (E-mail) Subject: How to use jar index files with ANT? Hello, if I am not mistaken, index files help with jar files that reference other jar files in metainf's classpath. However ANT creates index files only for the jar being created. How is it supposed to work? Sincerely, Alexey Solofnenko. -- { http://trelony.cjb.net/ } Alexey N. Solofnenko { http://www.inventigo.com/ } Inventigo LLC Pleasant Hill, CA (GMT-8 usually) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>