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

Shadow Manifest Class-Path incorrectly references location of jars from the shadow configuration #91

Closed
johnrengelman opened this issue Aug 26, 2014 · 0 comments
Labels
Milestone

Comments

@johnrengelman
Copy link
Collaborator

when installing a shadow application the -all jar and all deps from the shadow configuration are copied to the /lib directory.
The manifest file in the shadow jar references the path to the external jars as 'lib/file.jar'. This is incorrect because the manifest will be loading the files from a path relative to where the manifest is.

@johnrengelman johnrengelman added this to the 1.1.1 milestone Aug 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant