matthiasblaesing commented on issue #8706:
URL: https://github.com/apache/netbeans/issues/8706#issuecomment-3165332537

   > Then, the message is a result of 
`NetBeansRunSinglePlugin.configureJavaExec` calling `JavaExec.setStandardInput` 
- without that, the `config cache` error does not appear. I've traced this back 
to 
[7e5e8f3](https://github.com/apache/netbeans/commit/7e5e8f34848c0b5fcffe2b2db883566f28c573a9)
 by [@matthiasblaesing](https://github.com/matthiasblaesing) (?). See the cache 
report attached as zip (html inside).
   
   The change in 7e5e8f3 just added a guard to the `setStandardInput` call, 
that caught `RuntimeException` and let the build pass instead of failing it 
because the stream could not be set. The setting of the standard input stream 
existed for 6 years already:
   
   
https://github.com/apache/netbeans/commit/547263d8aded8c3341fe4b29c84272b0c9d84a8d
   
   It slightly changed of the next few years though.


-- 
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

Reply via email to