sdedic opened a new pull request, #6812:
URL: https://github.com/apache/netbeans/pull/6812

   Unless `run.single` action is run, the project main class is left 
unspecified by the action mappings. The `SingleRunPlugin` in that case fails to 
configure the `JavaExec` task with the remaining properties (app args, jvm 
args, working dir).
   
   Small fix is to use `run` instead of `runSingle` in the `runSingle` action 
mapping: `runSingle` task now prints a deprecation warning.
   
   It's hard to reproduce from NB GUI, but can be well reproduced from vscode 
client with custom launch configurations. I'll try to add a test, since the 
situation can be achieved with `ExplicitProgressParameters` API that adds 
parameters to the launched application.


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