vscode-java icon indicating copy to clipboard operation
vscode-java copied to clipboard

No build output from gradle auto-build

Open sgjohnston opened this issue 4 months ago • 0 comments

I tried this as a discussion ( #4115), but no comments, and it's becoming quite a barrier, so I'm entering this issue here.

I have a Java project, which is built using gradle, and it is set up to auto-build (using eclipse.autoBuildTasks), so that when a file is saved, the gradle auto build will run. This compiles the project's client JavaScript/TypeScript code. The build all works fine (even though the use of eclipse.autoBuildTasks is undocumented in vscode-java). The problem is that I can find no way to view the output of the build; if it fails, it does so silently, and the first indication of a problem is when running the code.

I cannot find any config parameter that I am missing, but happy to be corrected here. Otherwise, is there an enhancement possibility to view the output of an auto-build?

thanks, Stuart

sgjohnston avatar Aug 05 '25 09:08 sgjohnston