On Mon, 30 Jun 2003 09:14 pm, Stefan Bodewig wrote: > Hi, > > Problem 1 seems to be that the MANIFEST spec says that attributes > cannot be repeated in one section while other specs say that you could > do that for the Class-Path attribute in the main section. It seems > that JDK 1.4.2 now emits warnings for duplicate attribute names, and > these warnings include the Class-Path attribute.
This is pretty odd http://java.sun.com/j2se/1.4.2/docs/guide/extensions/spec.html "Multiple Class-Path headers may be specified, and are combined sequentially." We can add a warning to the Manifest code, I guess and perhaps even combine into a single attribute. Conor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]