Re: [compress] JarMarker

2009-02-18 Thread Stefan Bodewig
On 2009-02-13, Stefan Bodewig wrote: > I propose to modify JarArchiveOutputStream to add a JarMarker extra > field to the very first entry written to the stream. done. Stefan - To unsubscribe, e-mail: dev-unsubscr...@commons.a

Re: [compress] JarMarker

2009-02-13 Thread Wolfgang Glas
Torsten Curdt schrieb: >> Solaris contains some special code which allows people to mark jar >> files executable and run them as if they were native commands. It >> will only work for jars that contain the sequence 0xCAFE (in >> big-endian order) somewhere at the beginning, which is achieved by >>

Re: [compress] JarMarker

2009-02-13 Thread Torsten Curdt
> Solaris contains some special code which allows people to mark jar > files executable and run them as if they were native commands. It > will only work for jars that contain the sequence 0xCAFE (in > big-endian order) somewhere at the beginning, which is achieved by > adding an extra field with

[compress] JarMarker

2009-02-12 Thread Stefan Bodewig
Hi, Solaris contains some special code which allows people to mark jar files executable and run them as if they were native commands. It will only work for jars that contain the sequence 0xCAFE (in big-endian order) somewhere at the beginning, which is achieved by adding an extra field with that