Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix classpath in JosmManifest #13

Merged
merged 1 commit into from
May 15, 2022

Conversation

Gubaer
Copy link
Contributor

@Gubaer Gubaer commented Apr 30, 2022

This fixes setting the attribute 'Class-Path' in the JOSM plugin manifest.
Example:

josm {
  manifest {
    classpath "foo.jar"
    classpath "bar.jar"
  }
}

This fixes setting the attribute 'Class-Path' in the JOSM plugin manifest.
Example:
josm {
  manifest {
    classpath "foo.jar"
    classpath "bar.jar"
  }
}
@floscher
Copy link
Owner

floscher commented May 9, 2022

@Gubaer Thank you for catching this. I'll merge the fix in the evening.

As a workaround maybe this could work for you until a new version is released:

jar {
    manifest {
        attributes("Class-Path": "…")
    }
}

@floscher floscher merged commit eeb263e into floscher:main May 15, 2022
@Gubaer Gubaer deleted the fix-classpath-in-manifest branch May 30, 2022 05:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants