<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/05/2016 03:15 PM, Endi Sukma
      Dewata wrote:<br>
    </div>
    <blockquote
      cite="mid:996094df-5f9e-a30b-110c-6318aa632361@redhat.com"
      type="cite">The CMake scripts have been modified to store compiled
      Java classes
      <br>
      in separate folders for each JAR files to avoid duplicates.
      <br>
      <br>
      <a class="moz-txt-link-freetext" href="https://fedorahosted.org/pki/ticket/2505">https://fedorahosted.org/pki/ticket/2505</a>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Pki-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Pki-devel@redhat.com">Pki-devel@redhat.com</a>
<a class="moz-txt-link-freetext" href="https://www.redhat.com/mailman/listinfo/pki-devel">https://www.redhat.com/mailman/listinfo/pki-devel</a></pre>
    </blockquote>
    <p>ACK</p>
    <p>As it was reported that a runtime test had been conducted on all
      of the RPMS, I simply did the following simple sanity test:</p>
    <ul>
      <li>built pki-core, consolidated the RPMS, extracted all of the
        jar files from the RPMS, and unzipped the jar files to obtain
        manifests</li>
      <ul>
        <li>ran various 'grep -F -x -f pki-cms.jar.manifest
          pki-ca.jar.manifest' to denote duplicate files within jars<br>
        </li>
      </ul>
      <li>applied the patch</li>
      <li>built pki-core, consolidated the RPMS, extracted all of the
        jar files from the RPMS, and unzipped the jar files to obtain
        manifests</li>
      <li>performed a diff on the original manifest versus the new
        manifest</li>
      <ul>
        <li>the only file which had changed was the pki-cms.jar.manifest
          (which had all of its duplicates removed)</li>
        <li>ran various 'grep -F -x -f pki-cms.jar.manifest
          pki-ca.jar.manifest' to denote that pki-cms.jar contained no
          more duplicate files<br>
        </li>
      </ul>
    </ul>
  </body>
</html>