You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2021/03/24 10:49:55 UTC

[GitHub] [netbeans] sdedic commented on a change in pull request #2828: [NETBEANS-5482] Support for ExplicitProcessParameters in gradle/java projects

sdedic commented on a change in pull request #2828:
URL: https://github.com/apache/netbeans/pull/2828#discussion_r600366842



##########
File path: extide/gradle/arch.xml
##########
@@ -150,6 +150,12 @@
          can be attached to that port, make the <code>netbeans-gradle-tooling</code>
          project debuggable in action.
      </api>
+     <api category="friend" group="property" name="runJvmArgs" type="export">
+         NetBeans Tooling plugin recognizes <code>runJvmArgs</code> project property, and injects
+         specified JVM arguments into JavaExec executing the user code. Use <code>-PrunJvmArgs=...</code>.
+         If passing more arguments, the whole -P must be properly quoted. Arguments that contain spaces must

Review comment:
       Hm. Only inlined example. In this case, I have no reasonable symbol to hook to with `@codesnippet` ;) 
   But maybe just a wrong wording. OK - the plugin just captures `-PrunJvmArgs=...` property from `gradle` commandline; nothing more.




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists