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/08/25 04:04:13 UTC

[GitHub] [netbeans] JaroslavTulach commented on pull request #3118: By default build release-like version of .vsix

JaroslavTulach commented on pull request #3118:
URL: https://github.com/apache/netbeans/pull/3118#issuecomment-905164474


   > Now we're past legal questions on nb-javac, be good to move to bundling by default with the IDE too for 12.6. Which might later lead to revising this?
   
   Hopefully the operation is idempotent: if the nb-javac modules are already in, nothing happens. Of course, if the catalog isn't produced during the build, this piece of Ant script has to be deleted as well.
   
   > One question for both would be - what's the mechanism for disabling nb-javac when bundled, possibly for testing, but also when release target is higher (eg. 17-EA) than supported by nb-javac?
   
   I usually use
   
   ```bash
   $ find netbeans | grep nbjavac | xargs rm
   ```
   but I agree, it is not very end-user friendly. If nb-javac is visible in "Tools/Plugins", users of NetBeans IDE could potentially disable it.
   
   


-- 
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: notifications-unsubscribe@netbeans.apache.org

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