question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add bazel support

See original GitHub issue

Bazel build tool (https://bazel.build) is a cross-language build platform allows to have fast and reliable builds.

It could be nice if java projects using WORKSPACE and BUILD would be supported through jdt.ls or an extension.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:8
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
simon0191commented, Jun 17, 2019

Another reference script that can be used to better understand the schema of .classpath and .project and how to generate them, although this script is for Buck projects:

https://gerrit.googlesource.com/gerrit/+/refs/heads/master/tools/eclipse/project.py

0reactions
rgrunbercommented, Nov 23, 2021

Closing this out since necessary API for JDT-LS has been implemented in https://github.com/eclipse/eclipse.jdt.ls/pull/1404. Feel free to re-open if we’ve missed something.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bazel Plugin - IntelliJ with Bazel
Bazel Plugin. Language support. Java; Python. Features. Import BUILD files into the IDE. Compile your project and get navigatable compile errors in the...
Read more >
Bazel - IntelliJ IDEs Plugin - JetBrains Marketplace
Bazel project support. Features: Import BUILD files into the IDE. BUILD file custom language support. Support for Bazel run configurations for certain rule ......
Read more >
bazelbuild/vscode-bazel: Bazel support for Visual Studio Code
This extension adds a Bazel section to the extension settings in Visual Studio Code. If you have Bazel installed in a location that...
Read more >
Using Bazel on Buildkite
Install Bazel on one or more Buildkite Agents. · Add an empty WORKSPACE file to your project to mark it as a Bazel...
Read more >
Open-source Bazel Build Tutorial, Examples, and Advantages
They leveraged Bazel's hermetic builds to support incremental build ... team wrote and added to your project or generated files that Bazel ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found