Top "Archive" questions

A location or file that stores other files or data, normally accompanied by compression, encryption, sorting or organizing.

Any good tool for browsing archives(Ear,War, Jar) on OSX

On Linux i can use file-roller and open an browse the content of an EAR file without manually open it, …

java macos zip archive 7zip
JAR - extracting specific files

I have .class and .java files in JAR archive. Is there any way to extract only .java files from it? …

java jar extract archive
Create .ipa for iPhone

I developed one application for iPhone. After I build I got .app file in build folder. My application name is …

iphone xcode archive ipa
Gradle task to create a zip archive of a directory

I have a gradle task to create a zip archive of a directory. The gradle task is: task archiveReports(type: …

gradle zip build.gradle archive
WooCommerce: Display ONLY on-sale products in Shop

I need to create a products archive page (usually the Shop page in WooCommerce) but displays ONLY the ON SALE …

wordpress woocommerce archive product shop
RAR archives with java

Is there a good java API for manipulating RAR archive files someone could recommend? Googling did not turn up anything …

java archive rar
Error: Archive for required library cannot be read or is not a valid ZIP file.

I am having trouble setting up the build path of my java project. I am currently in a Co-Op IT …

java eclipse jar archive buildpath
Creating a tar.gz archive with Maven

I have a Maven project, where under src/main directory there is a sub dir called output. this folder needs …

maven-2 archive maven-assembly-plugin
How to strip path while archiving with TAR

I have a file that contain list of files I want to archive with tar. Let's call it mylist.txt …

linux unix archive tar
Unpack inner zips in zip with Maven

I can unpack zip file via the maven-dependency plugin, but currently I have the problem that inside that zip file …

maven zip maven-2 archive unzip