Skip to content

CLI jar can fail to locate sources if there is another jar on the classpath #1321

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

Closed
dsyer opened this issue Jul 31, 2014 · 0 comments
Closed
Assignees
Labels
type: bug A general bug
Milestone

Comments

@dsyer
Copy link
Member

dsyer commented Jul 31, 2014

Sort of a corner case, but the CF buildpack hits it now because it adds another jar to the classpath when it runs a CLI-generated exploded jar. The problem is that META-INF/MANIFEST.MF is not unique any more so you have to use findResources() not findResource().

@dsyer dsyer added the bug label Jul 31, 2014
@dsyer dsyer added this to the 1.1.5 milestone Jul 31, 2014
@dsyer dsyer self-assigned this Jul 31, 2014
@dsyer dsyer closed this as completed in 59b8fc6 Jul 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant