-
Notifications
You must be signed in to change notification settings - Fork 446
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
Stuck at "Building: 0% [0/1000]" in "Task - Java Build Status" #1739
Comments
The task "Java Build Status" is just using a pseudo terminal to present the job status running in the Java language server. You could take a loot at how to debug the Java extension itself, see https://github.com/redhat-developer/vscode-java/blob/master/CONTRIBUTING.md |
@GaZaTu |
@prithvisharma i don't think i ever fixed that, sry 😥 |
@GaZaTu this happened to me a few hours back |
Had a similar issues (terminal stayed empty, building and auto complete stuck). I ended up removing all extensions and reinstalling Redhat and gradle only, then import a project (successfully that time) and reinstalled my other extensions. I did not reinstall the extension pack for Java from Microsoft yet. Also, make sure you have the Lombok extension, it seems Redhat's Java extension needs it somehow. Was using vscode over WSL (ubuntu 20.04). |
I am having the same issue as the IntelliSense, and the build process is very slow |
I'm having this issue, or at least a similar issue. Building is stuck constantly spinning and the "Java build Status" terminal stays blank. |
Hi everyone, I found a solution for the "Building: 0% [0/1000]" issue in "Task - Java Build Status". The problem seems to be related to the Red Hat plugin. Make sure you are using the release version and not the prerelease version of the plugin. If that doesn't work, try uninstalling and reinstalling the plugin. This worked for me. I hope this helps others facing the same issue. |
I wrote a Maven plugin to generate .class files and a .jar from OpenOffice .idl files.
When i open the workspace which uses said plugin the project compiles fine and auto completion works. But when i edit one of these .idl files autocompletion stops working and i'm getting stuck at "Building: 0% [0/1000]" in "Task - Java Build Status". The goal of my Maven plugin will still finish tho, so the issue seems to occur after my plugin finishes execution.
My Maven plugin uses the "META-INF/m2e/lifecycle-mapping-metadata.xml" file to make the plugin compatible with eclipse.
I also made sure that there's no compilation if nothing actually changed. I can run mvn install as often as i want and it won't change the modification dates of any of my generated files.
It would be nice if someone could show me how to debug the task "Java Build Status" so i can figure out what's wrong.
I'll try to somehow create 2 sample projects to reproduce if there is no way to debug it myself.
Environment
The text was updated successfully, but these errors were encountered: