}
private void handleVanillaJarWrap(ArtifactBundlerRequest request, ArtifactBundlerInstructions instructions) throws Exception {
Analyzer analyzer = AquteHelper.buildAnalyzer(request, instructions, pedantic);
try {
analyzer.calcManifest();
populateJar(analyzer, request.getBinaryOutputFile());
bundleUtils.reportErrors(analyzer);
removeSignature(request.getBinaryOutputFile());
} finally {
analyzer.close();