eclipse-theia/theia

[vscode] error thrown when attempting to display the build output of a java project

Open

#6,697 opened on Dec 5, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
bughelp wantedjavavscode

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 30d)

Description

Description

Testing Java and compiling with maven, I noticed in VSCode, they report the result of the JAVA compilation when opening the window. This is missing in Theia and I think it looks nice. The end-user knows the computer is compiling the JAVA project. See the terminal view in the attached picture.

Reproduction Steps

  1. install the necessary java dependencies and plugins
    • remove @theia/java and @theia/java-debug
    • include @theia/vscode-builtin-java
    • include plugins from the java extension pack - note: in order to use the extension pack the following is required (#6682)
  2. open a java project with maven (ex: my-app-tar.gz)
  3. test the automatic build of the project using VS Code
  4. test the automatic build of the project using Theia

VSCodeJavaBuild


Additional Info OS and Theia version: OS: Ubuntu 16.04 Theia: eb74d4a

Contributor guide