redhat-developer / redhat-developer/vscode-java

Missing Cleaning and building all projects command

Open
#3,542 4 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.