bazel-eclipse icon indicating copy to clipboard operation
bazel-eclipse copied to clipboard

Support non-Maven layouts in Java source jars

Open plaird opened this issue 6 years ago • 1 comments

The IJ plugin community has discovered some cases in which source jars built by Bazel have non-Maven layouts in some cases, which impedes navigating into the src jar. IJ has a way to customize the source jar navigation logic, perhaps Eclipse JDT has something similar.

  • https://github.com/bazelbuild/intellij/issues/1206
  • https://github.com/bazelbuild/intellij/pull/1207#issuecomment-614768948
  • https://github.com/bazelbuild/bazel/issues/8277

plaird avatar Apr 16 '20 17:04 plaird

If I skimmed the issue/pr correctly, BEF can punt on addressing this and hide behind our conforming java package limitation for now. But eventually this would be nice to fix.

plaird avatar Apr 16 '20 17:04 plaird