MTrop / DoomTools

Doom-related tools for Java. Home of DECOHack and lots of other utilities. Build WAD projects (and soon, other kinds) with ease!
https://mtrop.github.io/DoomTools/
MIT License
46 stars 5 forks source link

[DoomMake Studio] Build output is not shown on auto-build #102

Closed biwa closed 1 year ago

biwa commented 1 year ago

Without auto-build the output of DoomMake is shown in the output tab after pressing the "Build!" button, but if auto-build is enabled that doesn't happen. Not even on errors.

MTrop commented 1 year ago

This is going to be a little complicated due to how the agent currently does logging, but not insurmountable. It currently logs to the main DoomTools logger, but instead, we'll have to wire it up to the logging panel via its printstreams.

MTrop commented 1 year ago

Added in commit 5c48b50a8e9112730f2b7c62bd8504c9d54287bf