matthiasblaesing opened a new pull request #2417:
URL: https://github.com/apache/netbeans/pull/2417


   This PR reestablishes the possibility to build netbeans offline. Offline in 
this case means, that thirdparty dependencies can be downloaded once and after 
that is done, the build can be done without a network connection.
   
   This is the sequence:
   
   0. Change into the netbeans source directory
   1. Download release properties: `wget -O ../netbeansrelease.json 
"https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json"`
   2. Download external binaries: `ant download-all-extbins`
   3. Run the build: `ant -Dmetabuild.jsonurl=file:../netbeansrelease.json`
   
   Steps 1+2 need an internet connection, step 3 can be run offline.


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

Reply via email to