Re: Anyone else building NetBeans behind a proxy server?

2022-06-22 Thread John Neffenger
On 6/22/22 12:35 PM, John Neffenger wrote: $  diff -s binaries.log cache.log Files binaries.log and cache.log are identical A better comparison ... $ ant -quiet -Dmetabuild.branch=master download-all-extbins $ find ~/.hgexternalcache/ -type f | sed 's|^/home/ubuntu/.hgexternalcache/||' | sed

Re: Anyone else building NetBeans behind a proxy server?

2022-06-22 Thread John Neffenger
On 6/22/22 8:15 AM, Neil C Smith wrote: Why are you surprised there's caching? Thank you, Neil. Now I get it. I hadn't realized that the files going into the repository directory (in ~/src/netbeans) were the same ones being cached for the next time (in ~/.hgexternalcache). I thought they wer

Re: Anyone else building NetBeans behind a proxy server?

2022-06-22 Thread Michael Bien
its just a folder name nobody bothered yet to rename since it is going to show up everywhere, in CI config too. but feel free to do so -mbien On 22.06.22 17:57, Eric Bresie wrote: So maybe that’s what being pointed out but why is a mercurial (hg) external present give move away from mercurial

Re: Anyone else building NetBeans behind a proxy server?

2022-06-22 Thread Eric Bresie
So maybe that’s what being pointed out but why is a mercurial (hg) external present give move away from mercurial? Is the intent eventually to be a maven cached item? On Wed, Jun 22, 2022 at 9:41 AM John Neffenger wrote: > On 6/21/22 10:26 AM, Matthias Bläsing wrote: > > I ran a clean build (af

Re: Anyone else building NetBeans behind a proxy server?

2022-06-22 Thread Neil C Smith
On Wed, 22 Jun 2022 at 15:41, John Neffenger wrote: > As an aside, I was surprised that the build downloads directly to the > repository directory in addition to '~/.hgexternal'. I count the > following files either downloaded or created by the target > 'download-all-extbins' during the build: > >

Re: Anyone else building NetBeans behind a proxy server?

2022-06-22 Thread John Neffenger
On 6/21/22 10:26 AM, Matthias Bläsing wrote: I ran a clean build (after removing ~/.hgexternal). The build with a direct connection still works. Thank you, Matthias. As an aside, I was surprised that the build downloads directly to the repository directory in addition to '~/.hgexternal'. I co

Re: Anyone else building NetBeans behind a proxy server?

2022-06-21 Thread Matthias Bläsing
Hi, I ran a clean build (after removing ~/.hgexternal). The build with a direct connection still works. Without cache ~ 12 minutes With cache ~ 9 minutes So for me as home user this is ok. Greetings Matthias Am Donnerstag, dem 09.06.2022 um 21:03 -0700 schrieb John Neffenger: > If you build N

Anyone else building NetBeans behind a proxy server?

2022-06-09 Thread John Neffenger
If you build NetBeans behind a proxy server, I would greatly appreciate your help in testing the following pull request: Make one connection to download a file, not three https://github.com/apache/netbeans/pull/4206 The test involves deleting the external cache (742 MB) and building NetBea