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 ClassList to handle jar in working dir with classpath in manifest. #577

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

bsteffensmeier
Copy link
Member

This fixes #576 which would come up if your class path includes a jar in the current working directory that has a class path in the manifest. The manifest processing assumes every class path entry has a parent dir(lib/foo.jar) but if the jar is in the current working directory then class path entries may not have a parent dir(foo.jar).

@ndjensen
Copy link
Member

ndjensen commented Dec 5, 2024

This is the same area of code as mentioned in #323. Based on the comment from June 1st, 2021, I think it also fixes that issue. What do you think?

@bsteffensmeier
Copy link
Member Author

This is the same area of code as mentioned in #323. Based on the comment from June 1st, 2021, I think it also fixes that issue. What do you think?

I agree this will also fix #323

@bsteffensmeier bsteffensmeier merged commit 70281f9 into dev_4.2 Dec 12, 2024
2 checks passed
@bsteffensmeier bsteffensmeier deleted the manifest_classpath_cwd branch December 17, 2024 02:05
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