DKnoto commented on issue #4465:
URL: https://github.com/apache/netbeans/issues/4465#issuecomment-1534944968
Problem solved. This was not a bug in the CND plugin but in the Apache
NetBeans documentation. In the old documentation we have in the examples the
use of stdout output, `printf("%%...")`, and in the new versions of Apache
NetBeans you should use stderr. After such a change, `fprintf(stderr,
"%%...")`, it works.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists