Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by KenTanaka: http://wiki.apache.org/jakarta-commons/ExtractAndDecompressGzipFiles The comment on the change is: Added a note on the end result after running the code. ------------------------------------------------------------------------------ tar cvf archive.tar tardir rm -r tardir }}} + The content of the {{{content.txt}}} file is just a directory listing, dump in anything you want here. For this example the sample {{{archive.tar}}} is located in the {{{/extra/data/tryVfs}}} directory. You can see that hardcoded in the java example below. The {{{content.txt}}} file will be extracted into the same location. = pom.xml Project file = @@ -281, +282 @@ tmpDirname =file:///extra/data/tryVfs/content.txt.tmp tmpFilename=file:///extra/data/tryVfs/content.txt.tmp/content.txt }}} + In addition to the {{{archive.tar}}} file, there should now be a {{{content.txt}}} file in the same location. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
