Netbeans 不再从远程构建主机下载输出文件

Netbeans no longer downloads output files from remote build host

Windows 下的 Netbeans 8.2 用于为 Raspberry Pi 开发应用程序,包括基于 Qt 的应用程序,其中 Raspberry Pi 作为远程构建主机。

根据 tutorial

If building your project remotely compiles libraries or generates other files in addition to the main build product, the IDE prompts you to download the files to the local system. You can select which changed files to download.

不再出现的问题:它既不下载任何东西也不提示我。我不知道为什么。请帮助我恢复此功能。

原来是 Netbeans 中的一个错误,如果路径包含 space,它会阻止下载更改的文件。它已在最近的补丁中修复。