java.util.jar.Manifest.write() fails to write anything if MANIFEST_VERSION absent.
Run the attached program and notice the manifest file manifest.bug is empty. Remove the commented out line and re-run program noticing that manifest.bug all now has valid contents.
The JavaDoc for java.util.jar.Manifest.write() fails to mention that a verion must be present in order for the data to be written out.
Run the attached program and notice the manifest file manifest.bug is empty. Remove the commented out line and re-run program noticing that manifest.bug all now has valid contents.
The JavaDoc for java.util.jar.Manifest.write() fails to mention that a verion must be present in order for the data to be written out.