Re: debug maven javafx app

2019-05-09 Thread Geertjan Wielenga
Great, thanks for that help Joe Schmo. :-) Specifically this from there: https://github.com/zimmi/netbeans-non-modular-javafx-example/blob/master/nbactions.xml Gj On Thu, May 9, 2019 at 7:55 PM joe schmo wrote: > I don't know how to forward a previous message as an attachment, however, > Thoma

Re: debug maven javafx app

2019-05-09 Thread joe schmo
I don't know how to forward a previous message as an attachment, however, Thomas Zimmermann has provided this example which worked for me. https://github.com/zimmi/netbeans-non-modular-javafx-example [https://avatars2.githubusercontent.com/u/1998530?s=400&v=4]

debug maven javafx app

2019-05-09 Thread John Brice
How do I configure the Debug action for a Maven JavaFX project? Using NB11, JDK12 & OpenJFX 12.0.1 and the instructions at https://openjfx.io/openjfx-docs/#IDE-NetBeans I can edit, compile and run but I can’t figure out what to put in nbactions.xml to make debug work. I’ve been using exec-maven

RE: Trouble patching NetBeans 11.0 platform module

2019-05-09 Thread Joseph Huber
Arsi wrote: > I see no reason to compile the entire ANB when you need to change one class: I am not compiling the entire ANB. That’s the whole point of the “orphaned modules” FAQ. You just pick out the modules you want to work on. The ant “bootstrap” command is just building a few things nece

Default JDK naming

2019-05-09 Thread Luff,Chris
Afternoon everyone; only nit, but in the Java Platforms the JDK that loaded NetBeans is labeled JDK 12 (Default) - where is that string obtained from? I would much rather it obtained its name from the actual version in my case; OpenJDK 12 as is done in the About NetBeans dialog. If it cannot be

RE: Trouble patching NetBeans 11.0 platform module

2019-05-09 Thread Joseph Huber
Hello! The problem is solved! The error was on my part. In NB 8.2, the “javahelp” folder is in the root (i.e. nb_all) of the source files. However, in NB11.0, the javahelp folder has been moved into the “platform” folder. When I was setting up the files for the build, I dragged the “javahel

RE: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-09 Thread Thomson, Duncan
I don’t know what it means for a project to have “external source roots”, but as others have noted, you have other (better) ways of making a backup of your code rather than using the Netbeans function to copy a project. Let me elaborate slightly. One way to do this is to use your operating syst

RE: [EXT] Re: duplicate project netbeans error, how coud I do it?

2019-05-09 Thread Thomson, Duncan
I think the ability to copy projects within NetBeans is valuable, and should not be removed. I use it, not for making backups, but for creating a new project in which I want to reuse some existing code or other stuff from an existing project. Duncan From: Emilian Bold Sent: Monday, May 6, 20

Re: Trouble patching NetBeans 11.0 platform module

2019-05-09 Thread arsi
Hi, I see no reason to compile the entire ANB when you need to change one class: Java Hacker's guide ;) Jar is a plain zip file and nothing prevents us from replacing any class with our version. Assuming that we preserve the original definition of methods and Inheritances. We can change the