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

issue with java_test_suite package inference #104

Open
m4tta opened this issue Oct 22, 2022 · 0 comments
Open

issue with java_test_suite package inference #104

m4tta opened this issue Oct 22, 2022 · 0 comments

Comments

@m4tta
Copy link

m4tta commented Oct 22, 2022

So from what I can tell unless your package begins with a common domain (".com.", ".org.", ".net.", ".io.", ".ai.") it won't correctly load the class file.

So for example if I have a test class at src/test/java/fish/boxjelly/web/WebApplicationTests.java and has the package of package fish.boxjelly.web; It will attempt to load the class using the full path with the src.test.java.fish.boxjelly.web.WebApplicationTests instead of fish.boxjelly.web.WebApplicationTests

Is there a way to supply a base folder to exclude? If I could tell the test suite that src.test.java should be ignored things would work.

hjellek added a commit to hjellek/rules_jvm that referenced this issue Jan 11, 2023
hjellek added a commit to hjellek/rules_jvm that referenced this issue Jan 12, 2023
hjellek added a commit to hjellek/rules_jvm that referenced this issue Jan 12, 2023
hjellek added a commit to hjellek/rules_jvm that referenced this issue Jan 12, 2023
illicitonion pushed a commit that referenced this issue Jan 12, 2023
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

No branches or pull requests

1 participant