eclipse-theia/theia
View on GitHub[vscode] error thrown when attempting to display the build output of a java project
Open
#6,697 opened on Dec 5, 2019
bughelp wantedjavavscode
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
- install the necessary java dependencies and plugins
- remove
@theia/javaand@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)
- remove
- open a java project with maven (ex: my-app-tar.gz)
- test the automatic build of the project using VS Code
- test the automatic build of the project using Theia

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