ppisl commented on a change in pull request #3350:
URL: https://github.com/apache/netbeans/pull/3350#discussion_r763806665



##########
File path: 
groovy/groovy.support/src/org/netbeans/modules/groovy/support/actions/singlefilerun/SingleGroovySourceRunActionProvider.java
##########
@@ -147,7 +152,7 @@ private Process setupProcess(String port) throws 
InterruptedException {
             commandList.add("-cp"); // NOI18N
             // TODO can we add here some heuristic, from which folder and 
appropriate path the script can be run?
             // For example we can look for the `src` or `src/groovy` fodler, 
from which the script can be probably run. 
-            commandList.add(".:" + groovyJar.getAbsolutePath());    //NOI18N

Review comment:
       Replaced. Thanks




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