gitpod-io / gitpod

The developer platform for on-demand cloud development environments to create software faster and more securely.
https://www.gitpod.io
GNU Affero General Public License v3.0
12.81k stars 1.23k forks source link

Java support not working anymore #748

Closed isontheline closed 5 years ago

isontheline commented 5 years ago

Describe the bug Java support is not working anymore since 7-10 days (was resolved in #528).

To Reproduce 1) Clone on Gitpod : https://github.com/isontheline/smdr-parser 2) Try to play with java autocompletion 3) No autocompletion and no live compiling

Expected behavior Live autocompletion and compiling

svenefftinge commented 5 years ago

The maven configuration was bad (nested sourcefolders). The error message is hiding in the Output View (View -> Output). I have created a PR that should fix it for you: https://github.com/isontheline/smdr-parser/pull/1

isontheline commented 5 years ago

@svenefftinge you rock! 👍