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 Neil C Smith
On Sun, 25 Nov 2018 at 20:57, Dragan Bjedov wrote: > I see that vc4 is not yet present on confluence. Jump on dev@ and you'll find a thread with the links. -vc means voting candidate, which means not yet released, which means links are generally for dev@ only purposes. Best wishes, Neil -

Re: Apache NetBeans 10 vc3

2018-11-25 Thread Dragan Bjedov
Thanks Geertjan, I see that vc4 is not yet present on confluence. нед, 25. нов 2018. у 20:53 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:

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

2018-11-25 Thread Geertjan Wielenga
https://www.youtube.com/watch?v=RCdBmPfzeyM Gj On Sun, Nov 25, 2018 at 6:16 PM Bob wrote: > 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. >

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,

Apache NetBeans 10 vc3

2018-11-25 Thread Dragan Bjedov
Hello, I was trying to download NetBeans 10 vc3 from links provided here: https://cwiki.apache.org/confluence/display/NETBEANS/10vc3, but I'm getting Not Found error. Can you please check what is wrong with links? Regards -- MSc Dragan Bjedov

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 JavaFX?

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 >

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

2018-11-25 Thread Bob
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 instructions for configuring the POM and t

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 coverage.xm

Re: PHP code coverage

2018-11-25 Thread John Lavelle
>From the Wiki... You must "activate" the plugin for the project on which you intend to use > it. There is no "global" activation; each project requires a separate > activation step. > To activate the plugin, open the project and right-click on the project > node in Projects View. > From the conte

Re: PHP code coverage

2018-11-25 Thread Geertjan Wielenga
You’re not right-clicking in the project, i.e., go to the Projects window, possibly this will make a difference here. Gj On Sunday, November 25, 2018, Bo Andersen wrote: > Can someone tell me how to activate code coverage (generate by PHPUnit) in > Netbeans 10? 😊 > > >

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]