Description
This issue was originally reported in NetBeans Bugzilla, see [1].
The problem is that Symfony now detects wheher the shell is interactive or not - and this detection fails when one runs a Symfony command directly in NetBeans. This used to work in previous versions of Symfony so it is a regression (from NetBeans' point of view). Moreover, there is no way to force interactive shell so unfortunately we are not able to fix/work around it rigth now.
Proposed solution:
If an env variable (e.g. SHELL_INTERACTIVE=true
) is set, the interactive shell will be forced. Or, of course, a new option could be added but in such case, it would be kind of backward compatibility break since NetBeans would not work with older Symfony versions (with the env variable, this problem would not occur).
Thanks.
[1] https://netbeans.org/bugzilla/show_bug.cgi?id=239750