[
https://issues.apache.org/jira/browse/SANDBOX-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662305#action_12662305
]
Torsten Curdt commented on SANDBOX-183:
---------------------------------------
Applied a modified version (and fix the Ar-Classes). I didn't like the use of a
worker class for example.
Now while the general idea is implemented correctly it can be much more
complicated. We should start creating more complex testcases for this. The
problem is that the order in which the changes get applied will matter.
Also how do we deal with directories?
delete dir1
add dir1/test.txt
mv dir1/test.text dir2/test.txt
delete dir1
Also the question whether we should simplify changes before we apply them
add test.txt
mv test.txt test2.txt
What will that it be? It's obvious it's the same as just
add test2.txt
but we would have to merge this in the changeset.
> Compress should allow for writing to Zip Files
> ----------------------------------------------
>
> Key: SANDBOX-183
> URL: https://issues.apache.org/jira/browse/SANDBOX-183
> Project: Commons Sandbox
> Issue Type: New Feature
> Components: Compress
> Affects Versions: Nightly Builds
> Reporter: Will Pugh
> Assignee: Torsten Curdt
> Attachments: myzip.zip, myzip2.zip, patch-changeset-review1.txt
>
>
> Compress should be able to modify existing ZipFiles.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.