|
|
@@ -172,7 +172,6 @@ public class Tar |
|
|
try |
|
|
try |
|
|
{ |
|
|
{ |
|
|
tOut = new TarOutputStream( new FileOutputStream( tarFile ) ); |
|
|
tOut = new TarOutputStream( new FileOutputStream( tarFile ) ); |
|
|
tOut.setDebug( true ); |
|
|
|
|
|
if( longFileMode.isTruncateMode() ) |
|
|
if( longFileMode.isTruncateMode() ) |
|
|
{ |
|
|
{ |
|
|
tOut.setLongFileMode( TarOutputStream.LONGFILE_TRUNCATE ); |
|
|
tOut.setLongFileMode( TarOutputStream.LONGFILE_TRUNCATE ); |
|
|
|