This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fastjar question


Tom Tromey wrote:
> Andreas> Second, this thing is much more annoying, the fastjar jar
> Andreas> creates a ^@ entry as last 'character' in the MANIFEST. This
> Andreas> is in my opinion wrong.
> 
> I'm not all that familiar with the manifest file specification.
> Could you look it up and see if this character is or is not required?

It's not required - see the manifest file specification:

http://java.sun.com/j2se/1.3/docs/guide/jar/jar.html#Manifest%20Specification

So it's an "off-by-one" bug.

Ranjit.

-- 
Ranjit Mathew          Email: rmathew AT hotmail DOT com

Bangalore, INDIA.      Web: http://ranjitmathew.tripod.com/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]