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

A java_test with multiple files should provide symbols to itself #20

Open
cgrushko opened this issue May 21, 2018 · 0 comments
Open

A java_test with multiple files should provide symbols to itself #20

cgrushko opened this issue May 21, 2018 · 0 comments

Comments

@cgrushko
Copy link
Owner

For example,
A depends on B, and both are in a java_test.
Currently, Jadep will not find a satisfying rule for B, even though the java_test provides B and there's no need for another dependency.

The same scenario works for java_library, and the reason is that java_test's are not considered because they're not rules a Java rule can deps on.

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