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/10/06 11:22:16 UTC

[GitHub] [netbeans] ebarboni commented on pull request #2421: cache netbeanrelease.json alongside external library

ebarboni commented on pull request #2421:
URL: https://github.com/apache/netbeans/pull/2421#issuecomment-704202950


   I try to alter the process, but in fact download-all-extbins hide a lot in the antsrc and is offline because it check the cache in java.
   
   Trying to embed the json in release bundle. 
   If I'm right
   If found use it. If you build a release you will stay with the release you have.
   
   On a normal dev you will be on master by default, you may miss new release tag for javadoc construction (version navigation).
   If you try do ant -metabuild.branch=releaseXXX (not in your local json)  ant will tell: 
    No Release Information found for branch releaseXXX, update json file section with ant -Dneedjsondownload=true
   
   Hope it's better workflow


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