build error

2018-09-22 Thread Glenn Holmer
I'm trying to build the current NetBeans sources from scratch, but get this error: Could not download D6330851B59C33A3A8D98C86FF438F23DD3B4267-ant-misc-1.10.4.zip from http://hg.netbeans.org/binaries/ ... Connection reset Is it just me? -- Glenn Holmer (Linux registered user #16682) "After the

build error

2018-11-13 Thread joe schmo
Does anyone know what this build error means? I frequently get it after making small code changes such as adding some small debug statements. error: Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: Error reading

build error

2018-11-14 Thread joe schmo
I just realized that my last message was ridiculous because I gave it no context. I am trying to learn some of the code in netbeans, I pulled down the latest code for netbeans from Git, I am adding some debug info to the Refactoring API module and I frequently get this error when I try and bui

Re: build error

2018-09-22 Thread Matthias Bläsing
Hi, Am Samstag, den 22.09.2018, 10:39 -0500 schrieb Glenn Holmer: > I'm trying to build the current NetBeans sources from scratch, but > get > this error: > > Could not download > D6330851B59C33A3A8D98C86FF438F23DD3B4267-ant-misc-1.10.4.zip from > http://hg.netbeans.org/binaries/ ... Connection r

Re: build error

2018-11-15 Thread Emilian Bold
There is something odd about how these annotation processors work, I also bumped into these before. What are you building? The module or the whole thing? --emi On Wed, Nov 14, 2018 at 12:39 PM joe schmo wrote: > > I just realized that my last message was ridiculous because I gave it no > contex

Re: build error

2018-11-15 Thread joe schmo
Hello, I am building the Refactoring API Module. I think I have gotten the error in other Modules but I'm not positive. BC From: Emilian Bold Sent: November 15, 2018 7:16 AM To: NetBeans Dev@ Subject: Re: build error There is something odd about how

build error using ant

2018-03-23 Thread Peter Cheung
Hi All I can build the netbeans source few days ago, i just “git pull”, now when i type “ant”, i got these, please help? download-selected-extbins: [echo] Downloading external binaries (*/external/ directories) for cluster.config=basic... [downloadbinaries] Creating /Users/peter/workspa

Re: build error using ant

2018-03-23 Thread cowwoc
Sounds like an intermittent connectivity issue. Try again...? Gili On 2018-03-24 12:00 AM, Peter Cheung wrote: Hi All I can build the netbeans source few days ago, i just “git pull”, now when i type “ant”, i got these, please help? download-selected-extbins: [echo] Downloading exter

Re: build error using ant

2018-03-24 Thread Peter Cheung
no and tried many times Thanks >From Peter From: cowwoc Sent: Saturday, March 24, 2018 12:04 PM To: dev@netbeans.incubator.apache.org Subject: Re: build error using ant Sounds like an intermittent connectivity issue. Try again...? Gili On 2018-03-24 12

Re: build error using ant

2018-03-24 Thread Geertjan Wielenga
oc > Sent: Saturday, March 24, 2018 12:04 PM > To: dev@netbeans.incubator.apache.org > Subject: Re: build error using ant > > Sounds like an intermittent connectivity issue. Try again...? > > Gili > > On 2018-03-24 12:00 AM, Peter Cheung wrote: > > Hi All > >

Re: build error using ant

2018-03-24 Thread Efrem Mc
> From Peter > > > > From: cowwoc > Sent: Saturday, March 24, 2018 12:04 PM > To: dev@netbeans.incubator.apache.org > Subject: Re: build error using ant > > Sounds like an intermittent connectivity issue. Try again...? > > Gili > > On 2018-03-2

Re: build error using ant

2018-03-25 Thread Emilian Bold
eung mcheun...@hotmail.com wrote: > > > no and tried many times > > > > Thanks > > > > From Peter > > > > From: cowwoc cow...@bbs.darktech.org > > > > Sent: Saturday, March 24, 2018 12:04 PM > > > > To: dev@netbeans.incuba

[Oracle][Infrastructure] hg.netbeans.org rejects connections (was: Re: build error using ant)

2018-03-24 Thread Matthias Bläsing
Hey Oracle people, if I'm not mistaken hg.netbeans.org is still hosted by oracle. Could you please contact your infrastructure people to see why hg.netbeans.org rejects connections? For example this download should succeed: http://hg.netbeans.org/binaries/2DC61D81338329D31905395F4738F58FFDCF8F2E-

Re: [Oracle][Infrastructure] hg.netbeans.org rejects connections (was: Re: build error using ant)

2018-03-24 Thread Tim Boudreau
FWIW, there *is* an HTTP server running there, but it drops the connection as soon as the request line is completed: tim@otis ~ $ telnet hg.netbeans.org 80 Trying 137.254.60.37... Connected to hg.netbeans.org. Escape character is '^]'. GET / HTTP/1.1 Connection closed by foreign host. -Tim