Re: Building netbeans depends on gitbox.apache.org

2019-11-04 Thread Neil C Smith
On Tue, 5 Nov 2019, 04:32 Jaroslav Tulach, wrote: > Fallback to some cached > version would be a solution as well. > It should be possible to achieve this manually in the interim if you set the metabuild.jsonurl property. I asked Eric to add this for release testing. https://github.com/apache/ne

Re: jVi for Apache NetBeans

2019-11-04 Thread Jaroslav Tulach
FYI: http://bits.netbeans.org/dev/javadoc/org-openide-windows/apichanges.html#ModeCreation It might be enough to use the newly exposed XML based API to layout modes the way you need. -jt po 4. 11. 2019 v 19:25 odesílatel Ernie Rael napsal: > Greetings and long time... > > I just got a feature r

Re: Building netbeans depends on gitbox.apache.org

2019-11-04 Thread Jaroslav Tulach
The build is broken for many of us inside of Oracle corporate network due to downloading of this file. I am testing a patch to use `configureproxy` since yesterday which seems to solve our problems. Fallback to some cached version would be a solution as well. -jt po 4. 11. 2019 v 21:07 odesílate

Eric's observation was: 2nd voting candidate for NetBeans HTML/Java API version 1.7

2019-11-04 Thread Jaroslav Tulach
po 4. 11. 2019 v 17:01 odesílatel Eric Barboni napsal: > +1 (binding) > Basic check ok, build ok. > Thanks Eric for your review and approval... > > Some feedback > Building > pass on jdk 13 windows package goal (tested a Javadoc build , Javadoc api > doclet somehow not working (maybe we shoul

Re: [VOTE] 2nd voting candidate for NetBeans HTML/Java API version 1.7

2019-11-04 Thread Jan Lahoda
+1. I've checked a source file with SHA512 sum: 92d2283b10f6952cc070a1dcdd3a35c80f34f77cee1e8d72c5a957554fbfc62af28aca49c8fd173a3ebb6f8c8751dee768593b2202dbe23a1a1a5cd74b04c8c4 Looked at: -checksum, key (see below) -rat - looks OK to me. -builds with mvn package -DskipTests -with: maven install te

Re: Building netbeans depends on gitbox.apache.org

2019-11-04 Thread Neil C Smith
On Mon, 4 Nov 2019, 19:36 Matthias Bläsing, wrote: > Obviously gitbox.apache.org is down. Is there a reason, that we don't > carry the release information in the main git repository? > Yes, although it's my least favourite aspect of new build. It was discussed in threads about using git hash - h

Re: Building netbeans depends on gitbox.apache.org

2019-11-04 Thread Brad Walker
I had the same problem last week when the corporate network was down.. FYI. -brad w. On Mon, Nov 4, 2019 at 12:36 PM Matthias Bläsing wrote: > Hi, > > I currently can't build netbeans from source (and I assume the same is > true for anyone). I get this: > > bootstrap: > [echo] Bootstrappi

Building netbeans depends on gitbox.apache.org

2019-11-04 Thread Matthias Bläsing
Hi, I currently can't build netbeans from source (and I assume the same is true for anyone). I get this: bootstrap: [echo] Bootstrapping NetBeans-specific Ant extensions... [get] Getting: https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansreleas

Re: jVi for Apache NetBeans

2019-11-04 Thread Antonio
Hi Ernie! So good to see you around here! El 4/11/19 a las 19:25, Ernie Rael escribió: I haven't used jVi or NB for several years. I suspect simply getting jVi into the new plugin portal will require more than a little support. Your wish is my command! We'd love to see full jVi support back

Re: Files view not showing all files

2019-11-04 Thread Laszlo Kishalmi
It is definitely not NIO2 related. On 11/4/19 9:15 AM, Neil C Smith wrote: On Mon, 4 Nov 2019 at 17:06, Laszlo Kishalmi wrote: Confirmed. It works like that from the beginning. Technically we fire a forlder refresh once the build finishes, but probably we would need to be more specific when we

jVi for Apache NetBeans

2019-11-04 Thread Ernie Rael
Greetings and long time... I just got a feature request to make jVi accessible through the new ApacheNetBeans update mechanisms given that with 11.2 NB is "back in business". Previously the jVi plugin installed an update center, and through jVi's update center several modules were made availab

RE: [DISCUSS] Handling release updates

2019-11-04 Thread Eric Barboni
Hi, Not sure what the needs exactly. But If you rebuild a patched NetBeans with a forced version RELEASE112-update1. You can pick the patched nbm you want. And alter pom to put RELEASE112 for dep (you know are were not modified). Then vote with sources + the limited artefacts RELEASE112-upd

Re: Files view not showing all files

2019-11-04 Thread Scott Palmer
I suspect it could be related to the NIO2 changes. I don't remember needing to do this before. Specifically, if I do a build outside the IDE and then go back, normally NB new enough to refresh automatically at that point. It would be nice to have "Scan For External Changes" in the context menu f

Re: Files view not showing all files

2019-11-04 Thread Neil C Smith
On Mon, 4 Nov 2019 at 17:06, Laszlo Kishalmi wrote: > > Confirmed. It works like that from the beginning. Technically we fire a > forlder refresh once the build finishes, but probably we would need to > be more specific when we issue that. Is that definitely not related to the NIO2 change in 11.2

Re: Files view not showing all files

2019-11-04 Thread Laszlo Kishalmi
Confirmed. It works like that from the beginning. Technically we fire a forlder refresh once the build finishes, but probably we would need to be more specific when we issue that. You can file an issue against that, if you wish. The workaround is to select the build folder and do a Source > Sc

Files view not showing all files

2019-11-04 Thread Scott Palmer
I've noticed with NB 11.2 that the Files panel doesn't allow me to browse all the files. There are folders on my disk that simply don't show up. They are normal, non-hidden folders. I've looked in the NB messages.log file and there doesn't appear to be anything that indicates it was having an iss

RE: [VOTE] 2nd voting candidate for NetBeans HTML/Java API version 1.7

2019-11-04 Thread Eric Barboni
+1 (binding) Basic check ok, build ok. Best Regards Eric Some feedback Building pass on jdk 13 windows package goal (tested a Javadoc build , Javadoc api doclet somehow not working (maybe we should bump plugin version)) Testing. Testings are sometimes long I can go through 20/21 modules in th

Curious multi-release jar problem...

2019-11-04 Thread Alessandro
Hi all, I just come up with a problem using a maven dependency jar that is a multi-release jar, NetBeans 11.2 is unable to "see" some classes contained in the jar. The maven coordinates of the dependencies are: com.formdev flatlaf 0.17 To reproduce create a maven project with comp

Re: Build netbeans release

2019-11-04 Thread Michal Hlavac
hi Neil, great, thanks for help. I have some half-prepared patches, that needs some more work to publish. thanks, m. On pondelok 4. novembra 2019 13:32:03 CET Neil C Smith wrote: > On Mon, 4 Nov 2019 at 10:59, Michal Hlavac wrote: > > I would like to ask how to build netbeans release? I have s

Re: Build netbeans release

2019-11-04 Thread Neil C Smith
On Mon, 4 Nov 2019 at 10:59, Michal Hlavac wrote: > I would like to ask how to build netbeans release? I have some patches which > I would like to apply and then build released netbeans. > I tried this: > git checkout -b v11.2 tags/11.2 > git am some-netbeans.patch > ant > > But that build is mar

Build netbeans release

2019-11-04 Thread Michal Hlavac
Hi, I would like to ask how to build netbeans release? I have some patches which I would like to apply and then build released netbeans. I tried this: git checkout -b v11.2 tags/11.2 git am some-netbeans.patch ant But that build is marked as dev, home dir is ~/.netbeans/dev and also splash scre