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