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 2020/12/14 08:21:58 UTC

[GitHub] [netbeans] JaroslavTulach edited a comment on pull request #2594: Removing the need for a default JS engine in JDK to call ant tryme.

JaroslavTulach edited a comment on pull request #2594:
URL: https://github.com/apache/netbeans/pull/2594#issuecomment-744266199


   I guess you should get rid of the known usages, if you really want to remove the code.
   ```bash
   netbeans$ grep "tryme.arg\." -r 
   ./nbbuild/build.xml:                if (e.getKey().startsWith('tryme.arg.')) {
   ./nbbuild/build.properties:tryme.arg.hack=-J-Dnetbeans.full.hack=true
   ./java/projectimport.eclipse.core/build.xml:            <property name="tryme.arg.eclipseimport" value="-J-Dorg.netbeans.modules.projectimport.eclipse.level=0 --clusters ${clusters.toString}"/>
   ./platform/keyring/build.xml:            <property name="tryme.arg.keyring" value="-J-Dorg.netbeans.modules.keyring.level=0 -J-Dnetbeans.keyring.no.native=${nonative}"/>
   ./ide/hudson/build.xml:        <property name="tryme.arg.hudson" value="-J-Dorg.netbeans.modules.hudson.level=FINER"/>
   ```
   Alternative is to write a simple Ant task in `nbbuild/antsrc` instead of using JavaScript. CCing @jglick 


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