> -----Original Message----- > From: Narahari 'n' Savitha [mailto:[EMAIL PROTECTED] > Sent: Sunday, 7 May 2006 3:37 AM > To: user@ant.apache.org > Subject: manifest file wrapping with ant jar or manifest task > > Friends my MANIFEST.MF file created by hand is > ..... > ..... > ...... > Class-Path: commonscollections3.1.jar > commons-lang.jar > axis.jar > anotherverylong.jar > reallycoolfile.jar > > But when I use either the <MANIFEST> task or the <JAR> task > with manifest > file created, the jar always creates the > MANIFEST.MF like this > > Class-Path: commonscollections3.1.jar commons-lang.jar axis.jar anothe > verylong.jar reallycoolfile.jar
Can you please confirm if the above line is correct - in particular, the reference to "anotherverylong.jar" seems to have lost the "r" in anothe[r]verylong.jar. Is that correct? /Steve. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]