> Tar task now accepts files <8GB (was <2GB), according to POSIX tar > standard.
Cool.
One nit, though.
> + if (file.length() > TarConstants.MAXSIZE)
> + {
could you please move that brace one line up?
> + if (this.entrySize - this.entryOffset > Integer.MAX_VALUE)
> + {
and this
Cheers
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
