Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

allthebits/zipdiff

Open more actions menu
 
 

Repository files navigation

ZipDiff compares two .zip (.jar, .war, .jar) files and creates a list of differences. Plain text, .xml, .html and even a .zip file are supported as output formats.

ZipDiff can be executed as command line tool or ant task.


Command line arguments
----------------------

java -jar zipdiff.jar -file1 foo.zip -file2 bar.zip [ options]

Valid options are:

--comparecrcvalues     compares the crc values instead of the file content
--comparetimestamps    compares timestamps instead of file content
--ignorecvsfiles       ignores differences in CVS folders
--outputfile           name of the output file
--skipoutputprefixes n number of path segment to skip in the output file
--skipprefixes1 n      number of path segment to skip in the first file
--skipprefixes2 n      number of path segment to skip in the second file
--exitwitherrorondifference   use an error code other than 0, if differences have been detected
--verbose              print detail messages



This version can be found at https://github.com/nhnb/zipdiff


The original zipdiff project was developed by Sean C. Sullivan and James Stewart at http://zipdiff.sourceforge.net/

License:  see LICENSE.txt

About

calculates the differences between two zipfiles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 96.2%
  • HTML 3.8%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.