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

Do not fail if a classpath entry is missing #177

Merged
merged 1 commit into from Dec 2, 2021

Conversation

melix
Copy link
Collaborator

@melix melix commented Dec 1, 2021

The resource detection mechanism should be lenient with regards to
entries which might be missing from the classpath. For example, in
case of an empty src/test/resources directory, the Gradle test
process resources task would not create a build/test/resources
directory, which causes a failure.

Fixes #175

The resource detection mechanism should be lenient with regards to
entries which might be missing from the classpath. For example, in
case of an empty `src/test/resources` directory, the Gradle test
process resources task would not create a `build/test/resources`
directory, which causes a failure.

Fixes graalvm#175
@melix melix added the bug Something isn't working label Dec 1, 2021
@melix melix added this to the 0.9.9 milestone Dec 1, 2021
@melix melix self-assigned this Dec 1, 2021
@melix melix merged commit b0150ea into graalvm:master Dec 2, 2021
@melix melix deleted the cc/issue-175 branch December 2, 2021 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working oracle-emp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resources detection fails if a classpath entry is missing
3 participants