Let’s say you have a zip file with the containing these two folders(lib, classes) and you want to extract the lib folder to another zip file.
home.zip
-lib
-classes
first extract the zip contents into a folder
1 2 3 4 |
|
then use another task to create the desired zip file
1 2 3 4 5 |
|