[java][modular][testng] TestNG execution broken in modular projects?

2018-11-12 Thread Bob
h build/test/modules (at least that's what I see when I use the Files window to check the directory structure). Is the build/run process for TestNG known to be broken in Netbeans where modular Java projects are involved, or am I doing something wrong in the creation and configuration of this modular project? -- Bob

Re: [javafx11][maven] Default JavaFX Maven build doesn't work for JDK 11

2018-11-25 Thread Bob
On 25/11/2018 16:55, Glenn Holmer wrote: On 11/25/2018 10:18 AM, Bob wrote: Using Apache Netbeans 10 to create a "Maven" -> "JavaFX Application" leads to a project which won't compile or run. Have the default Maven project files been updated in Apache Netbeans 10 to work

Re: [javafx11][maven] Default JavaFX Maven build doesn't work for JDK 11

2018-11-26 Thread Bob
haus.mojo:exec-maven-plugin:1.2.1:java Also, how come your goal mentions version *1.2.1* but your POM states version *1.6.0* for the exec-maven-plugin? Can the version numbers be different without harm? -- Bob

Re: [javafx][scenebuilder][linux] Scene Builder 11

2018-11-26 Thread Bob
On 26/11/2018 13:22, Bob wrote: Hello, all. Is anyone successfully using Scene Builder 11 with Apache Netbeans 10 on Linux? If so, how have you installed Scene Builder? Trying the RPM file from the Gluon download page <https://gluonhq.com/products/scene-builder/#download>

[java] Can NB 8.2 and NB 9 Coexist

2018-05-24 Thread Bob Scott
Hello, Can Netbeans 8.2 and Netbeans 9 coexist on the same machine? I wanted to install JEE on the 8.2 installation. Thanks. Sent from Mail for Windows 10

Re: [IDE Problem] , looking for a little help

2018-09-20 Thread Bob Senkewicz
All, Thanks for the help. I had installed the Java EE Base from the 8.2 repository but for some reason it did not 'Activate'. Once I activated it from the Plugin manager everything went through just fine. Thanks again! Bob On 9/20/2018 11:46 AM, John McDonnell wrote: Hi Bob, What type

Beginner's configuration question...

2019-02-19 Thread Bob Senkewicz
in my URL. What have I missed in the application configuration to have the built / verified application in the root folder? Or am I supposed to move it manually? Or is there come other logistic to the configuration I have

Re: Beginner's configuration question...

2019-02-19 Thread Bob Senkewicz
folder where the pages can be found without that sub folder specification? I guess again... maybe this is a Tomcat / IISĀ  cooperation thing and not Netbeans, but I figure folks here know a whole lot more than I do and may be able to point me in the right direction. Bob On 2/19/2019 1:28 PM, Geertja

Re: Netbeans code assist not picking up classes under JRE Full Profile

2021-02-08 Thread Bob Schellink
do that for me :P Thanks again. Kind regards Bob PS: This is my first time using Apache Netbeans (from Netbeans 8.2) and whoever did the Dark theme overhaul, I hope you got a bonus cheque. It's just awesome :)

Netbeans code assist not picking up classes under JRE Full Profile

2021-02-08 Thread Bob Schellink
cts view, right-click on project -> properties -> Sources -> Change Source/Binary format to JDK8 the code completion works again. Is this a known issue or I'm missing a config somewhere? Environment: Windows 10, Java 14 Netbeans 12.2 Kind regards Bob

Ctrl-space auto-complete not working on macOS (solution)

2021-03-08 Thread Bob T
them and will block this shortcut working in Netbeans. The system shortcut can be changed in System Preferences > Keyboard > Shortcuts > Input Sources. I hope it helps someone, it was driving me mad! Cheers, Bob

Problems profiling a Gradle application

2021-12-10 Thread Bob T
Hello, I have a Gradle project that I want to run the Profiler for but I can't get it to work. All options aside from "Attach to External Process" and "Insert Profiling Point..." are greyed out in the Profile menu. I can't choose "Profile Main Project". I tried to run my application and then

How to change text colour in the console

2023-02-23 Thread Bob T
Hello, I'm trying to change the text colour when printing to the Netbeans console but I can't get it to work. The colour is changed when running on the command line though. I have a very simple Gradle app: public static void main(String[] args) { String ANSI_RESET = "\u001B[0m"; String

Re: How to change text colour in the console

2023-02-23 Thread Bob T
Thank you Neil. It works if I run via the Netbeans terminal as you suggest. I've created a feature request for consideration by the team: https://github.com/apache/netbeans/issues/5552 Best regards, Bob On Thu, Feb 23, 2023 at 11:19 AM Neil C Smith wrote: > On Thu, 23 Feb 2023 at 11:11, Bo

Project not detecting Tomcat under Netbeans 20

2024-01-03 Thread Bob T
radle 7.6.1 OpenJDK 17.0.8.1 macOS 14.2 M1 Arm Thanks, Bob

Issues using "npm install" - env: node: No such file or directory

2023-12-01 Thread Bob T
ver VM 17.0.8.1+0 Runtime: OpenJDK Runtime Environment 17.0.8.1+0 System: Mac OS X version 14.1.1 running on aarch64; I'd appreciate any ideas to solve this. Thanks, Bob