Re: Minor NetBeans 11 issues

2019-03-26 Thread John McDonnell
Hi Brendan - First install, unpack zip file, Windows Defender doesn't want let me run "netbeans64.exe", says publisher unknown. I can choose "More Info" and then Run Anyway. -> There's been talk of a windows installer recently (I've been out of the loop but I think I did see an email at somepoin

Re: Minor NetBeans 11 issues

2019-03-26 Thread John McDonnell
Hi Brendan - First install, unpack zip file, Windows Defender doesn't want let me run "netbeans64.exe", says publisher unknown. I can choose "More Info" and then Run Anyway. -> There's been talk of a windows installer recently (I've been out of the loop but I think I did see an email at somepoin

Re: Minor NetBeans 11 issues

2019-03-26 Thread Geertjan Wielenga
In fact, web app support is the major feature introduced in Apache NetBeans 11.0. Gh On Wed, 27 Mar 2019 at 02:51, Alex O'Ree wrote: > Still no web app/war/jsp support :( > > On Tue, Mar 26, 2019 at 8:50 PM Brenden Towey > wrote: > >> I have VC4, according the the name of the zip file I got to

Re: Minor NetBeans 11 issues

2019-03-26 Thread Alex O'Ree
Still no web app/war/jsp support :( On Tue, Mar 26, 2019 at 8:50 PM Brenden Towey wrote: > I have VC4, according the the name of the zip file I got today. > > incubating-netbeans-11.0-vc4-bin > > > > On 3/26/2019 5:27 PM, Chuck Davis wrote: > > Works here on VC 4 > > > > On Tuesday, March 26, 20

Re: Minor NetBeans 11 issues

2019-03-26 Thread Brenden Towey
I have VC4, according the the name of the zip file I got today. incubating-netbeans-11.0-vc4-bin On 3/26/2019 5:27 PM, Chuck Davis wrote: Works here on VC 4 On Tuesday, March 26, 2019 3:16:26 PM PDT Brenden Towey wrote: - "Alt-Enter" to show hints in the editor didn't work for me in NB10, a

Re: Minor NetBeans 11 issues

2019-03-26 Thread Chuck Davis
Works here on VC 4 On Tuesday, March 26, 2019 3:16:26 PM PDT Brenden Towey wrote: > - "Alt-Enter" to show hints in the editor didn't work for me in NB10, > and it doesn't work in NB11. Example: add "implements Runnable" to a > random class, and try to use Alt-Enter to show the menu. Nothing > ha

Minor NetBeans 11 issues

2019-03-26 Thread Brenden Towey
Hi folks, I'm trying out NetBeans 11 VC for the first time. These are just some notes I'm making about various things I saw as issues. - First install, unpack zip file, Windows Defender doesn't want let me run "netbeans64.exe", says publisher unknown.  I can choose "More Info" and then Run An

Re: Refresh project with netbeans 11

2019-03-26 Thread hanas...@gmail.com
Not ideal.. but.. try exiting and restarting NB On 3/26/19 4:08 PM, Marc Collin wrote: hi I add a new depedencies in my gradle project. Netbeans 11 did nothing. Is there a way to force to download it? Did not found refresh project like gradle plugin provided for previous version of netbeans.

Refresh project with netbeans 11

2019-03-26 Thread Marc Collin
hi I add a new depedencies in my gradle project. Netbeans 11 did nothing. Is there a way to force to download it? Did not found refresh project like gradle plugin provided for previous version of netbeans. With netbeans 11 I did not use any gradle plugin except the one included. Also I not impo

Results from Apache NetBeans 11.0 Community Acceptance survey

2019-03-26 Thread Jiří Kovalský
Hello NetBeans community, thanks to all 27 respondents who expressed their opinion on the Vote Candidate 4 of Apache NetBeans IDE 11.0 to date. If you didn't have a chance to look at the VC4 build or simply forgot to cast your vote, don't give up and do it [1] as soon as possible. [1] htt

.bash file copy stanza

2019-03-26 Thread Martin Beynon
Hi, I am using netbeans 8.2 in the C/C++ configuration on Linux, to develop C applications. This problem has blighted me now and again, for some time, across different netbeans versions... The Makefile-Debug-project.bash file grows, the 'Copy' stanza gets repeated. It's like every time I open the

Re: Netbeans 10, Java 11, Maven

2019-03-26 Thread Geertjan Wielenga
Maybe this: https://winterbe.com/posts/2018/08/29/migrate-maven-projects-to-java-11-jigsaw/ Gj On Tue, Mar 26, 2019 at 11:16 AM Jonathan Bergh wrote: > Hi everyone, > > Does anyone know the "correct" / canonical structure for a Java 11 Maven > project in which there are multiple Java 11 module

Netbeans 10, Java 11, Maven

2019-03-26 Thread Jonathan Bergh
Hi everyone, Does anyone know the "correct" / canonical structure for a Java 11 Maven project in which there are multiple Java 11 modules defined? Since i usually use the Ant Java templates in Netbeans, i am not very familiar with Maven etc but the goal is to do something similar to the Netbeans A