[
https://issues.apache.org/jira/browse/COMPRESS-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13085020#comment-13085020
]
Stefan Bodewig commented on COMPRESS-132:
-----------------------------------------
svn revision 1157769 contains a repackaged version of the main tree of your
code.
Things I've changed:
* repackaged to live in org.apache.commons land
* removed all @author tags and instead added you to the POM as contributor,
hope this is OK with you (we don't do @author tags). Should this is a problem
for you then I'll simply remove the code again.
* merged POSIXArchiveEntry into DumpArchiveEntry for now
* renamed getModTime to getLastModifiedDate as your class didn't implement that
method (it was added in Compress 1.1)
Missing for me in order to close this are tests - will add some once I have
access to a machine that has dump installed - and initial documentation for the
site. I'll take care of that as well.
> Add support for unix dump files
> -------------------------------
>
> Key: COMPRESS-132
> URL: https://issues.apache.org/jira/browse/COMPRESS-132
> Project: Commons Compress
> Issue Type: New Feature
> Components: Archivers
> Reporter: Bear Giles
> Priority: Minor
> Fix For: 1.3
>
> Attachments: dump-20110722.zip, dump.zip, test-z.dump, test.dump
>
>
> I'm submitting a series of patches to the ext2/3/4 dump utility and noticed
> that the commons-compress library doesn't have an archiver for it. It's as
> old as tar and fills a similar niche but the later has become much more
> widely used. Dump includes support for sparse files, extended attributes, mac
> os finder, SELinux labels (I think), and more. Incremental dumps can capture
> that files have been deleted.
> I should have initial support for a decoder this weekend. I can read the
> directory entries and inode information (file permissions, etc.) but need a
> bit more work on extracting the content as an InputStream.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira