Re: Checkstyle configuration from NetBeans configuration

2019-01-07 Thread Enrico Olivelli
Il lun 7 gen 2019, 18:07 marccollin7...@gmail.com ha scritto: > Have you tried to download checkstyle plugin? > you can choose a configuration file > https://www.sickboy.cz/checkstyle/screenshots.html That's cool but my primary need is to make code formatted automatically by netbeans compliant

Re: trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Philip Durbin
Fixed! My problem was basically https://netbeans.org/bugzilla/show_bug.cgi?id=268076 and my going into Netbeans and clicking "No Proxy" I was able to get Netbeans and Glassfish talking again. This problem was incredibly frustrating so I just warned developers on my team about this at https://github

Re: How to work with optional Modules?

2019-01-07 Thread Geertjan Wielenga
> > I can make the changes to my Gradle build script to have these options > set, but NetBeans remains ignorant of the added modules > NetBeans does not support Gradle at this point. Gj On Mon, Jan 7, 2019 at 6:32 PM Scott Palmer wrote: > I’m copying both the users and dev lists because 1) I

Re: Executable version

2019-01-07 Thread Scott Palmer
Since the code doesn’t really change, consider a utility to update the version resource in-place. It might even be easy enough to do this directly with JNA and call the appropriate Windows APIs https://docs.microsoft.com/en-us/windows/desktop/menurc/adding-deleting-and-replacing-resources

How to work with optional Modules?

2019-01-07 Thread Scott Palmer
I’m copying both the users and dev lists because 1) I tried a similar question on the users list where I think this belongs and got no response, 2) something is wrong and there should be a discussion with devs. Netbeans does not seem to have any place to add modules for non-modular applicatio

Re: Checkstyle configuration from NetBeans configuration

2019-01-07 Thread marccollin7379
Have you tried to download checkstyle plugin? you can choose a configuration file https://www.sickboy.cz/checkstyle/screenshots.html On 2019/01/07 12:26:47, Enrico Olivelli wrote: > Hi, > is there any way to create a checkstyle configuration file given the > current NetBeans configuration for au

Re: trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Andreas Ernst
Am 07.01.19 um 15:39 schrieb Philip Durbin: Thanks for the reply, Andreas. I hadn't tried Payara 5 yet so I just did and I get the same results ("GlassFish Server start failed") and thanks for the tip about "grizzly-npn-bootstrap-X.X.jar" which I did have to remove. You asked about what I'm seei

[Java] Error in code not displayed

2019-01-07 Thread Marc Collin
Hi That bug seem to happen at any moment. You have an error in your code and netbeans don't display the line. Get it with netbeans 8 to 10. this bug seem to happen since many year. https://stackoverflow.com/questions/41834069/java-netbeans-errors-not-showing-up https://netbeans.org/bugzilla/sh

Re: trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Philip Durbin
Thanks for the reply, Andreas. I hadn't tried Payara 5 yet so I just did and I get the same results ("GlassFish Server start failed") and thanks for the tip about "grizzly-npn-bootstrap-X.X.jar" which I did have to remove. You asked about what I'm seeing in server.log. In all cases I'm seeing some

Re: trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Andreas Ernst
Hi Phil, Am 07.01.19 um 12:48 schrieb Philip Durbin: Hello! I've been using the combination of NetBeans and GlassFish on Mac everyday at work for over 6 years and it has worked great (including deploy on save and the NetBeans/Chrome extension) until I upgraded to OS X Mojave (10.14). Now, when

Checkstyle configuration from NetBeans configuration

2019-01-07 Thread Enrico Olivelli
Hi, is there any way to create a checkstyle configuration file given the current NetBeans configuration for automatic reformat of Java code ? I would like to have a default checkstyle configuration file which works out-of-the box with the out-of-the-box configuration of NetBeans. PS. NetBeans 10

trouble with NetBeans/GlassFish integration on Mac

2019-01-07 Thread Philip Durbin
Hello! I've been using the combination of NetBeans and GlassFish on Mac everyday at work for over 6 years and it has worked great (including deploy on save and the NetBeans/Chrome extension) until I upgraded to OS X Mojave (10.14). Now, when I try to start GlassFish from NetBeans, I get a "start f

Strangeness with auto encapsupation

2019-01-07 Thread Peter Steele
Hi When using the Refactor - Encapsulate menu item I get two different behaviours depending on what I do. 1) Action : select the whole text of the field you want to encapsulate, select the encapsulate option and select get / set or both (doesn't matter) Result : the get / set or both methods ar

Re: C/C++ plugin

2019-01-07 Thread Milkoni Abv
Cheers! :) Milkoni On 1/7/2019 11:42 AM, Fekete Zoltán wrote: Thank you, it works fine now! FeZ 2019-01-07 09:03 időpontban Milkoni Abv ezt írta: See here! https://stackoverflow.com/questions/51493882/netbeans-9-c-support In Version 10 is the same. On 1/7/2019 9:24 AM, Fekete Zoltán wrote

Re: C/C++ plugin

2019-01-07 Thread Fekete Zoltán
Thank you, it works fine now! FeZ 2019-01-07 09:03 időpontban Milkoni Abv ezt írta: See here! https://stackoverflow.com/questions/51493882/netbeans-9-c-support In Version 10 is the same. On 1/7/2019 9:24 AM, Fekete Zoltán wrote: Hi there! I've just downloaded the NetBeans 10.0 version. Cur

Re: C/C++ plugin

2019-01-07 Thread Milkoni Abv
See here! https://stackoverflow.com/questions/51493882/netbeans-9-c-support In Version 10 is the same. On 1/7/2019 9:24 AM, Fekete Zoltán wrote: Hi there! I've just downloaded the NetBeans 10.0 version. Currently I'm using 8.2 for C/C++ development at work. Could you please help how to purch