You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by Markus Weimer <ma...@weimo.de> on 2017/07/19 15:42:32 UTC

REEF-1813 adds many console window popups

Hi,

I just noticed in my attempts to build REEF that we now rely on
spawning console windows for some work during the build. This seems
suboptimal for a couple of reasons:

  - It is quite disruptive, as they steal focus.
  - Their output is not part of the logs
  - It seems unlikely that this build set works on Linux

Is there an easy way we can do the avro code gen without this?

Thanks,

Markus