Re: [ scala ] Just asking for update on Scala for NetBeans

2019-10-01 Thread Luff,Chris
I have not been focused to much on this plugin of late - I have a few minutes this morning to push some changes that are needed to have it build on 11.1 and 11.2-beta1. I should have installable nbms by the end of the day. Associate Principal Engineer | UK Development - Care Insight and Deliver

Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Sterpu Victor
Hello I'm using Apache Netbeans 11.1 and when I try to compile a project I receive the error: "Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,)." I entered "Tools/Plugins" and pressed "Check for updates" but there are no new updates Can I manullay update Maven or can force this

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
Look in your pom.xml file and also spend some time learning what Maven is: https://maven.apache.org/ Gj On Tue, Oct 1, 2019 at 11:17 AM Sterpu Victor wrote: > Hello > > I'm using Apache Netbeans 11.1 and when I try to compile a project I > receive the error: "Detected Maven Version: 3.3.9 is no

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Neil C Smith
On Tue, 1 Oct 2019 at 10:17, Sterpu Victor wrote: > Can I manullay update Maven or can force this project to compile ignoring > this error(maybe this is not the right thing to do)? Under Tools / Options / Java / Maven you can select an external Maven installation to use instead of the bundled on

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
Yes, we should upgrade it, what version would be best, just the latest one? Gj On Tue, 1 Oct 2019 at 11:30, Neil C Smith wrote: > On Tue, 1 Oct 2019 at 10:17, Sterpu Victor > wrote: > > Can I manullay update Maven or can force this project to compile > ignoring this error(maybe this is not the

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Neil C Smith
On Tue, 1 Oct 2019 at 10:31, Geertjan Wielenga wrote: > > Yes, we should upgrade it, what version would be best, just the latest one? Probably should aim to keep in step with upstream where possible? As long as we target 11.3 and not 11.2! ;-) Best wishes, Neil ---

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Geertjan Wielenga
For sure. :-) Created the issue: https://issues.apache.org/jira/browse/NETBEANS-3188 Gj On Tue, Oct 1, 2019 at 11:38 AM Neil C Smith wrote: > On Tue, 1 Oct 2019 at 10:31, Geertjan Wielenga > wrote: > > > > Yes, we should upgrade it, what version would be best, just the latest > one? > > Proba

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread Neil C Smith
On Tue, 1 Oct 2019 at 10:40, Geertjan Wielenga wrote: > > For sure. :-) > > Created the issue: https://issues.apache.org/jira/browse/NETBEANS-3188 Great! Added missing 11.3 milestone in JIRA and added it to it. Neil - To unsub

Re: Detected Maven Version: 3.3.9 is not in the allowed range [3.5.0,).

2019-10-01 Thread John Mc
Hi All, I think there might be an issue upgrading maven. I took a look a while back to see if it would make sense thinking, unwisely that it might not be too big of an effort... If I remember correctly, there's code in NetBeans that uses internal maven based code that has since been restricted a

Re: Java 8 still on Java.com

2019-10-01 Thread Derik Devecchio
Thanks for the advice Jerome. I would love to have a look at the bash script part if you don’t mind sending me a private email. On Sep 30, 2019, at 11:15 PM, Jerome Lelasseux mailto:lelass...@yahoo.com>> wrote: If you search the mail archive I asked the same question just a few weeks ago.

Missing JSF Components in 11.1

2019-10-01 Thread slim
Hi All, I apologize if this question has been asked and answered. Trying to build a JSF 2.3 web application using PrimeFaces and when I go into Project Properties - Frameworks to add JSF there are no components listed under the Components tab. Did I miss installing a plugin? Best regards, Pau

Re: Java 8 still on Java.com

2019-10-01 Thread Scott Palmer
I would go with the jpackage EA build. That tool is going to be part of the JDK as of Java 14 after all. Scott > On Sep 30, 2019, at 9:06 PM, Derik Devecchio wrote: > >  > Emillian, > > Thanks for getting back to me.I am not trying to re-invent “write once > run anywhere”.I accept

[java] Cannot debug on Raspberry Pi using NetBeans 11

2019-10-01 Thread Donald F Clark Sr
I have a Java project that is configured to cross-develop on a Raspberry Pi 3 Model B running Raspbian Stretch and JDK 8. The project can be Run on the RPi, but when I attempt to Debug the project the Output window shows this report: Error: Could not find or load main class args-line U

Netbeans 11.1 extract local variable r

2019-10-01 Thread Sahin gülci
Hi All, When I try extract local variable from simple stream, it says invalid selection but same code on Intellij and Eclipse create a local variable. How can I extract local variable ? picture on the attachments - To unsubscrib

Re: Netbeans 11.1 extract local variable r

2019-10-01 Thread Emilian Bold
Why does the collect call underneath your selection have the red underline? Seem there is something unparseable about the source code which might interfere with your refactoring too. --emi mar., 1 oct. 2019, 23:12 Sahin gülci a scris: > Hi All, > > When I try extract local variable from simple

Re: [java] Cannot debug on Raspberry Pi using NetBeans 11

2019-10-01 Thread Donald F Clark Sr
There is a message previous to the Error message described below, which says "Property "debug-args-line" has not been set”. This appears to be the root cause, but I have not been able to determine how and/or where to set this property, and what it expected to contain. > > I have a Java proje

Re: Netbeans 11.1 extract local variable r

2019-10-01 Thread Sahin gülci
Hi Emilian, I deleted the collect line but it is same, for you to try below is BEFORE : List myList = Arrays.asList("a1", "a2", "b1", "c2", "c1"); myList .stream() .filter(s -> s.startsWith("c")) .map(String::toUpperCase) .sorted()

Re: Missing JSF Components in 11.1

2019-10-01 Thread James Ostrowick
No, its not there, however, if you have a maven project its pretty easy to just add Primefaces- the IDE recognises the XHTML annotation. So just add to maven org.primefaces primefaces 7.0 Then in each xhtml page you just need: xmlns:p="http: