Re: Using a language server (PHP)

2019-01-22 Thread Jan Lahoda
I wonder if there is a particular example on how to user the checker. I.e. ideally a sample project on which psalm produces a reasonable warnings for testing. And any command lines needed to do that. It would help people who are not PHP developers themselves to experiment. Thanks, Jan On Fri,

Re: Netbeans Day

2019-01-22 Thread Luff,Chris
Hey, I have just had meeting with the executive in my organisation who has the final say and we are good to go. We have confirmed that the event can take place on the Cerner presentation floor in our Paddington office. I have suggested late summer, as per your query, to the space organiser; the

Re: Netbeans Day

2019-01-22 Thread Geertjan Wielenga
Awesome! Gj On Tue, Jan 22, 2019 at 2:58 PM Luff,Chris wrote: > Hey, > > I have just had meeting with the executive in my organisation who has the > final say and we are good to go. We have confirmed that the event can take > place on the Cerner presentation floor in our Paddington office. I ha

Re: How to Push NetBeans Plugins Silently to End Users?

2019-01-22 Thread Geertjan Wielenga
Very cool, thanks! Gj On Tue, Jan 22, 2019 at 12:31 PM Mark Phipps wrote: > Hi all, > > I have put the code with an example "Installer extends ModuleInstall" here: > > https://gist.github.com/phipma/c1fd613a3ef455d748998b0055ca7c71 > > I hope it is useful. > > Thanks > > Mark > On 23/12/2018 08

Re: How to Push NetBeans Plugins Silently to End Users?

2019-01-22 Thread Mark Phipps
Hi all, I have put the code with an example "Installer extends ModuleInstall" here: https://gist.github.com/phipma/c1fd613a3ef455d748998b0055ca7c71 I hope it is useful. Thanks Mark On 23/12/2018 08:44, Geertjan Wielenga wrote: Hi Mark, Would be great if you’d blog or document somehow how y

Re: java home configuration in maven

2019-01-22 Thread Emilian Bold
In Project Properties | Build | Compile you can configure the 'Java Platform' for the project. I see that switching to Java 8 makes the compilation work for me: cd /Users/apache/CoolBeansProjects/deleletmeee; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home "/Users/apache

Re: java home configuration in maven

2019-01-22 Thread Geertjan Wielenga
> > - NetBeans 10 "requires" (prefers) Java 11 > No, it does not. It runs on JDK 8 or above, to the current JDK, which is JDK 11. Gj On Tue, Jan 22, 2019 at 11:35 AM wrote: > Hi, I have a problem with the java home configuration when I work with > Netbeans 10 (but I guess that also other versi

java home configuration in maven

2019-01-22 Thread giutino
Hi, I have a problem with the java home configuration when I work with Netbeans 10 (but I guess that also other versions are affected). - In my company we still use JDK 8 so I configured the JAVA_HOME system variable to point to the JDK 8 folder. This configuration seems correct, I can see from