Re: Instructions for working on OpenJFX

2018-01-25 Thread Kevin Rushforth
Now available here: https://bugs.openjdk.java.net/browse/JDK-8196130 You can send me your patch and I'll review / push it. -- Kevin Nir Lisker wrote: Submitted 9052392 to fix Eclipse config files. On Thu, Jan 25, 2018 at 1:22 AM, Kevin Rushforth

Re: Instructions for working on OpenJFX

2018-01-24 Thread Nir Lisker
Submitted 9052392 to fix Eclipse config files. On Thu, Jan 25, 2018 at 1:22 AM, Kevin Rushforth wrote: > Yes, the IDE configs are for developer convenience only. You can feel free > to ignore them. > > If someone wants to cleanup the Eclipse IDE files, that would be

Re: Instructions for working on OpenJFX

2018-01-24 Thread Nir Lisker
If you're still catching up, I would like to verify that I should ignore project-level errors from the IDE. For example, Eclipse complains about the graphics project: Project 'graphics' is missing required source folder: 'build/resources/jsl-decora' Project 'graphics' is missing required source

Re: Instructions for working on OpenJFX

2018-01-19 Thread Kevin Rushforth
Sure we could add that to the Wiki. I'll put this on the list for next time I update it to incorporate other feedback. I'd guess that you are just getting lucky on Linux. -- Kevin Lennart Börjeson wrote: 19 jan. 2018 kl. 15:37 skrev Kevin Rushforth : What

Re: Instructions for working on OpenJFX

2018-01-19 Thread Lennart Börjeson
> 19 jan. 2018 kl. 15:37 skrev Kevin Rushforth : > > What version of gradle are you using? gradle 4.3, which is what we recommend > / use in production, does not do parallel task execution by default. Are you > enabling it in your gradle.properties file? Or maybe

Re: Instructions for working on OpenJFX

2018-01-19 Thread Kevin Rushforth
What version of gradle are you using? gradle 4.3, which is what we recommend / use in production, does not do parallel task execution by default. Are you enabling it in your gradle.properties file? Or maybe using a later version of gradle? -- Kevin Lennart Börjeson wrote: 19 jan. 2018 kl.

Re: Instructions for working on OpenJFX

2018-01-19 Thread Lennart Börjeson
19 jan. 2018 kl. 01:10 skrev Kevin Rushforth >: #2. You should be able to build just the FX bits (outside your IDE) using: gradle sdk -or- gradle javadoc When building on my Mac, I've found that I must specify gradle

Re: Instructions for working on OpenJFX

2018-01-18 Thread Kevin Rushforth
I'm still a little behind on my email, but here are some quick answers. #1 - The NetBeans instructions are still mostly correct except that with FX 9 or later you can't compile or run code from within the IDE any more (and there isn't yet a release of NetBeans 9). Not sure about the other

Instructions for working on OpenJFX

2018-01-08 Thread Nir Lisker
Hello, I have OpenJFX and OpenJDK built. I have also set up TortoiseHg and am working with Eclipse. I have several questions: 1. Are the instructions at https://wiki.openjdk.java.net/display/OpenJFX/Using+an+IDE still valid from JDK 8? There are old TODOs there. If not, can I get a quick update?