Re: error in tutorial

2019-12-31 Thread Kevin Rushforth
Ignoring jmods for a moment, since those are only intended to be used by jlink to produce an image that includes the modules (jmods are not a runtime format)... The issue being caused by the src.zip in the lib directory of the JavaFX SDK seems more like a problem with the IDE(s) in question th

Re: error in tutorial

2019-12-30 Thread Ty Young
On 12/30/19 10:55 AM, Anthony Vanelverdinghe wrote: Hi Some observations: This is the mentioned e-mail: http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-September/022497.html Thanks for finding it. The lib folder contains a src.zip file, both in JDK 13.0.1 and in JavaFX SDK 13.0.

Re: error in tutorial

2019-12-30 Thread Anthony Vanelverdinghe
Hi Some observations: This is the mentioned e-mail: http://mail.openjdk.java.net/pipermail/openjfx-dev/2018-September/022497.html The lib folder contains a src.zip file, both in JDK 13.0.1 and in JavaFX SDK 13.0.1, so this is consistent. For NetBeans and IntelliJ IDEA (I didn't check Eclipse):

Re: error in tutorial

2019-12-28 Thread Ty Young
On 12/28/19 4:53 AM, Johan Vos wrote: Hi Ty, Since I have absolutely no idea what you are talking about, I have a few questions: 1. "... push changes to the repo..."? -> It would help giving a bit context instead of talking about "the repo". Since this is the openjfx-dev list, chances

Re: error in tutorial

2019-12-28 Thread Ty Young
3. "community" is a funny word to describe JavaFX given it is 100% owned by Oracle and which no one can contribute to without signing away their rights to their own code. On 12/28/19 4:53 AM, Johan Vos wrote: Hi Ty, Since I have absolutely no idea what you are talking about, I have a few

Re: error in tutorial

2019-12-28 Thread Johan Vos
Hi Ty, Since I have absolutely no idea what you are talking about, I have a few questions: 1. "... push changes to the repo..."? -> It would help giving a bit context instead of talking about "the repo". Since this is the openjfx-dev list, chances are high you're talking about the JavaFX reposito

Re: error in tutorial

2019-12-27 Thread Ty Young
On 12/27/19 4:40 PM, John-Val Rose wrote: Ty, If it’s so easy to fix then why don’t you just fix it? I don't exactly have the ability to directly push changes to the repo... John-Val On 28 Dec 2019, at 09:14, Ty Young wrote:  On 12/27/19 4:19 AM, Johan Vos wrote: Hi David, What t

Re: error in tutorial

2019-12-27 Thread John-Val Rose
Ty, If it’s so easy to fix then why don’t you just fix it? John-Val > On 28 Dec 2019, at 09:14, Ty Young wrote: > >  >> On 12/27/19 4:19 AM, Johan Vos wrote: >> Hi David, >> >> What tutorial are you talking about? If you refer to https://openjfx.io, >> that is a community-initiative, develop

Re: error in tutorial

2019-12-27 Thread Ty Young
On 12/27/19 4:19 AM, Johan Vos wrote: Hi David, What tutorial are you talking about? If you refer to https://openjfx.io, that is a community-initiative, developed at https://github.com/openjfx/openjfx-docs . So if you have issues and PR's, that is the place to submit and discuss with the other

Re: error in tutorial

2019-12-27 Thread Johan Vos
Hi David, What tutorial are you talking about? If you refer to https://openjfx.io, that is a community-initiative, developed at https://github.com/openjfx/openjfx-docs . So if you have issues and PR's, that is the place to submit and discuss with the other contributors to that site. Thanks, - Jo

RE: error in tutorial

2019-12-26 Thread Ty Young
@openjdk.java.net Subject: error in tutorial This step fails: 3\. Create a library Go to File -> Project Structure -> Libraries and add the JavaFX 13 SDK as a library to the project. Point to the lib folder of the JavaFX SDK. The src.zip located in this package lib will cau

error in tutorial

2019-12-26 Thread David Green
This step fails: 3\. Create a library Go to File -> Project Structure -> Libraries and add the JavaFX 13 SDK as a library to the project. Point to the lib folder of the JavaFX SDK. The src.zip located in this package lib will cause the build in IJ to fail. I don't know why, since i