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

2018-11-25 Thread Glenn Holmer
On 11/25/2018 01:53 PM, Geertjan Wielenga wrote: > https://www.youtube.com/watch?v=RCdBmPfzeyM Did you get debugging to work with that? -- Glenn Holmer (Linux registered user #16682) "After the vintage season came the aftermath -- and Cenbe."

Re: Apache NetBeans 10 vc3

2018-11-25 Thread Geertjan Wielenga
https://dist.apache.org/repos/dist/dev/incubator/netbeans/incubating-netbeans/incubating-10.0-vc4/ Gj On Sun, Nov 25, 2018 at 7:30 PM Dragan Bjedov wrote: > Hello, > I was trying to download NetBeans 10 vc3 from links provided here: > https://cwiki.apache.org/confluence/display/NETBEANS/10vc3,

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 with JDK 11 and

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

2018-11-25 Thread Mathew Dusome
I use the following with my students: Changing to Maven There are a few setting we will have to do to every program we make. Under Project Files -> pom.xml You must change everything under To this: org.openjfx javafx-fxml 11-ea+25

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

2018-11-25 Thread Glenn Holmer
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 with JDK 11 and JavaFX? If not, can anyone point me to >

Sv: PHP code coverage

2018-11-25 Thread Bo Andersen
Thank you, it was the wrong tab as you pointed out (ups). But I now have the generated code coverage XML file, but Netbeans can't recognize it in the project root. I have tried two approaches, run PHPUnit with command line options; `--bootstrap ./vendor/autoload.php --coverage-clover

PHP code coverage

2018-11-25 Thread Bo Andersen
Can someone tell me how to activate code coverage (generate by PHPUnit) in Netbeans 10?  [cid:99a3486e-df87-4311-8eff-f656c1300556]