Skip to content

WrapTask does not fill in manifest #269

@handspam

Description

@handspam

Same issue as #265, but for WrapTask.java:

            wrapper.calcManifest();
            if (wrapper.isOk()) {

should be:

            java.util.jar.Manifest mf = wrapper.calcManifest();
            if (wrapper.isOk()) {
                wrapper.getJar().setManifest(mf);

otherwise the bndwrap ant task produces none of the OSGi headers in the manifest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions