3 Replies Latest reply on Feb 25, 2009 1:08 AM by sflanigan

    What to show when jar manifest has no version attribute

    sflanigan

      https://jira.jboss.org/jira/browse/TTALE-51

      If a jar contains no manifest, or the manifest contains no version attribute, Tattletale currently records the versions as "null".

      There are lots of options for dealing with this, including a hash like MD5/SHA, but to replace "null" in the meantime, a timestamp is easily implemented, and fairly understandable for humans. Most people probably understand timestamps better than cryptographic hashes anyway!