We built some war files for our web server a while back and have now rebuilt them.
To ensure that nothing has changed (and as a quality check), we tried to compare them using WinMerge. The differences we can see look like they are due to some kind of meta data e.g. the files being built on different dates?
The difference in the lines seems to be consistent e.g.
«d}<
and
³Ze<
The war files are still both the same size.
Is there a way to compare them that strips out the meta data such as date?
WAR files are basically Zip files. Why not extract the contents and compare each file in turn? This avoids any meta-data that is a part of the WAR file. You can also figure out what the differences actually are if any are discovered.