everytime i create one jar file with the same contents of the last one the md5 checksum always change. I believe that is about timestamps and creation dates but i want to have the certain reason. Thanks everyone.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It may happens because your build procedure creates some files every time you run it. For example
MANIFEST.MFlocated underMETA-INFmay contain date, build number etc. So if it is important for you check manifest and other build-generated files.