Skip to content

Fix ClassList to handle jar in working dir with classpath in manifest.#577

Merged
bsteffensmeier merged 1 commit into
dev_4.2from
manifest_classpath_cwd
Dec 12, 2024
Merged

Fix ClassList to handle jar in working dir with classpath in manifest.#577
bsteffensmeier merged 1 commit into
dev_4.2from
manifest_classpath_cwd

Conversation

@bsteffensmeier

Copy link
Copy Markdown
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

ndjensen commented Dec 5, 2024

Copy link
Copy Markdown
Member

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
Copy Markdown
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
@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