blob: 38da4114c9aa7fea18926d8d1420e54b756991fc [file] [log] [blame]
<html><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>Chapter&nbsp;8.&nbsp;Detecting Manifest Issues</title><meta content="DocBook XSL Stylesheets V1.76.0" name="generator"><link rel="home" href="index.html" title="Bundlor User Guide"><link rel="up" href="index.html" title="Bundlor User Guide"><link rel="prev" href="ch07s11.html" title="Static Resource Detection Criteria"><link rel="next" href="ch08s02.html" title="Import of Exported Packages Warning Criteria"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table summary="Navigation header" width="100%"><tr><td align="left" width="20%"><a accesskey="p" href="ch07s11.html">Prev</a>&nbsp;</td><th align="center" width="60%">&nbsp;</th><td align="right" width="20%">&nbsp;<a accesskey="n" href="ch08s02.html">Next</a></td></tr></table><hr></div><div class="chapter" title="Chapter&nbsp;8.&nbsp;Detecting Manifest Issues"><div class="titlepage"><div><div><h2 class="title"><a name="warning"></a>Chapter&nbsp;8.&nbsp;Detecting Manifest Issues</h2></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="section"><a href="ch08.html#warning.importversionrange">Import Version Range Warning Criteria</a></span></dt><dt><span class="section"><a href="ch08s02.html">Import of Exported Packages Warning Criteria</a></span></dt><dt><span class="section"><a href="ch08s03.html">Signed JAR Warning Criteria</a></span></dt><dt><span class="section"><a href="ch08s04.html">Versioned Imports Warning Criteria</a></span></dt><dt><span class="section"><a href="ch08s05.html">Versioned Exports Warning Criteria</a></span></dt><dt><span class="section"><a href="ch08s06.html"><code class="literal">Bundle-SymbolicName</code> Warning Criteria</a></span></dt><dt><span class="section"><a href="ch08s07.html"><code class="literal">Manifest-Version</code> Warning Criteria</a></span></dt></dl></div><p>
Bundlor's second function is to scan an existing manifest and identify any potential issues with it.
</p><div class="section" title="Import Version Range Warning Criteria"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="warning.importversionrange"></a>Import Version Range Warning Criteria</h2></div></div></div><p>
Bundlor checks that all entries in the <code class="literal">Import-Package</code> header have a sensible version range
declared. This ensures that there are no version ranges that are reversed (<code class="literal">[2, 1)</code>), and no
version ranges that are empty (<code class="literal">[1, 1)</code>).
</p></div></div><div class="navfooter"><hr><table summary="Navigation footer" width="100%"><tr><td align="left" width="40%"><a accesskey="p" href="ch07s11.html">Prev</a>&nbsp;</td><td align="center" width="20%">&nbsp;</td><td align="right" width="40%">&nbsp;<a accesskey="n" href="ch08s02.html">Next</a></td></tr><tr><td valign="top" align="left" width="40%">&nbsp;</td><td align="center" width="20%"><a accesskey="h" href="index.html">Home</a></td><td valign="top" align="right" width="40%">&nbsp;</td></tr></table></div></body></html>