-
Notifications
You must be signed in to change notification settings - Fork 401
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
Enhanced IBuildSupport usage to support other build tools such as bazel #1694
Conversation
Can one of the admins verify this patch? |
add to whitelist |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added some comments based on the change. Are these the only changes needed in JDT-LS to start supporting Bazel ?
...eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/managers/GradleProjectImporter.java
Outdated
Show resolved
Hide resolved
org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/managers/IBuildSupport.java
Show resolved
Hide resolved
78e02c5
to
8a3b615
Compare
Hi @rgrunber, |
Thanks, I'll have another look. Apologies for the delay. |
@rgrunber would be nice to have this one for 1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good. Just some minor comments.
org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/ProjectUtils.java
Outdated
Show resolved
Hide resolved
org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/commands/BuildPathCommand.java
Outdated
Show resolved
Hide resolved
org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/managers/BuildSupportManager.java
Outdated
Show resolved
Hide resolved
org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/managers/BuildSupportManager.java
Outdated
Show resolved
Hide resolved
Based on eclipse-jdtls#1674 Signed-off-by: Siarhei Leanavets <[email protected]>
Signed-off-by: Siarhei Leanavets <[email protected]>
…ich build support we want to check against the project. Signed-off-by: Siarhei Leanavets <[email protected]>
Signed-off-by: Siarhei Leanavets <[email protected]>
e25b661
to
b4523f1
Compare
Hi @testforstephen , thanks for the review. I have no idea why ProjectsManagerTest.testCancelUpdateJob is not working because on my laptop the build is fine. |
test this please |
|
Thanks @LeonovecSergey |
Enhanced IBuildSupport usage to support other build tools such as bazel
Based on #1674
Signed-off-by: Siarhei Leanavets [email protected]