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

Projects have Bazel built lib of own java_library target on JDT classpath #170

Closed
plaird opened this issue Oct 8, 2020 · 0 comments · Fixed by #171
Closed

Projects have Bazel built lib of own java_library target on JDT classpath #170

plaird opened this issue Oct 8, 2020 · 0 comments · Fixed by #171
Assignees
Labels
bug Something isn't working

Comments

@plaird
Copy link
Contributor

plaird commented Oct 8, 2020

If you import //projects/libs/apple/apple-api into BEF, and then look at the classpath, you will notice among the entries:

libapple-api.jar

in the Bazel Classpath Container for the project. That is the Bazel built jar for the java_library rule in the package. It should not be there, as the source folder in the classpath provides those classes.

@plaird plaird added the bug Something isn't working label Oct 9, 2020
@plaird plaird self-assigned this Oct 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant