redhat-developer / redhat-developer/vscode-java
Missing Cleaning and building all projects command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 546
- Avg merge
- 20h 1m
- Merged PRs (30d)
- 11
Description
I tried executing command: Java: Force Java Compilation > Full
It fails. Inspecting the Java language server log I can see:
!ENTRY org.eclipse.jdt.ls.core 4 0 2024-03-22 09:01:32.783
!MESSAGE Error occured while building workspace. Details:
message: The project cannot be built until its prerequisite foo is built. Cleaning and building all projects is recommended; code: 0; resource: ...
In Eclipse I would do "Project > Clean ... > Clean all projects".
It seems that the "Clean all project" command from Eclipse is missing.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the “Java: Force Java Compilation > Full” command in the VS Code Java extension and reviewing the Java language server log shown in the issue. Compare its behavior with Eclipse’s “Project > Clean ... > Clean all projects”; done means users can invoke an equivalent command that cleans and builds all projects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, typescript, vscode
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100