Community
Participate
Working Groups
Build Identifier: In my use cases I must be able to unzip only some directories from a zip archive and sometime unzip parts of a zip to different directories. This would be possible to do if unzip action would support include/exclude patters to be specified. The patterns should be ANT style (http://ant.apache.org/manual/dirtasks.html) so we reuse a known format. This include/exclude params should be optional and in case none present unzip action should behave as currently does. Reproducible: Always
Created attachment 163464 [details] Proposed patch & unit tests The patch makes possible to specify additional two optional include/exclude patterns, to be matched agains the paths in unzipped archive. The included unit tests show how this can be used. The patch file also contains a zip. How it works well when the patch is applied. It worked for me.
Created attachment 163476 [details] Second proposed patch & unit tests The new patch includes the solution as in previous patch and also solves bug #307601 as I consider them related (and easier to apply).
Created attachment 163789 [details] Zip used in tests Attached also the zip used in tests.
Created attachment 183557 [details] Third proposed patch & unit tests Third patch that allows include/exclude patterns to have multiple entries separated by space.
Move all 3.8 bugs to Juno.
Patch released. Thx.