Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-24 Thread Kevin Rushforth
Ah, OK. If it won't cause you any problems, then it still seems worth considering. I would like to hear from at least one IntelliJ user as to whether this change affects users of that IDE -- either positively or negatively. Does anyone else have any concerns? -- Kevin On 6/24/2021 11:33

Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-24 Thread Tom Schindl
well I can push a new release in a few days if I know your final decision? You proposed option 1 and to me that sounds fine to me. Tom Am 24.06.21 um 20:22 schrieb Kevin Rushforth: Since it seems that this change will cause Eclipse to not find the sources without changes on their part (see

Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-24 Thread Kevin Rushforth
Since it seems that this change will cause Eclipse to not find the sources without changes on their part (see Tom's message), and might not be as important any more for Netbeans users, it's less clear to me that we should make this change. Netbeans users who download and use the JavaFX SDK can

Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-24 Thread Ty Young
Netbeans no longer defaults to creating Ant based projects unlike years ago & there has been, IIRC, some talk on further retiring support for it and Maven works just fine provided that you use the JavaFX Maven plugin*. Still maybe worth fixing since support isn't completely removed and there

Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-24 Thread Tom Schindl
well I guess eclipse users won't see the sources anymore if they are moved, as we expect the src.zip next to the jar file [1] if I read my code appropriately. I filed [2] to adapt our code Tom [1]

Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-23 Thread John Neffenger
On 6/23/21 6:50 AM, Kevin Rushforth wrote: Are there any IDE users who are currently having problems as a result of this? If not, I'll retarget this for a future release. I haven't seen problems with the current location of the 'src.zip' file in NetBeans. For Apache Ant projects, though, I do

Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-23 Thread Chuck Davis
I'm only an application developer but I look at scr.zip occasionally and your proposal makes a lot of sense to me. On Wed, Jun 23, 2021 at 6:51 AM Kevin Rushforth wrote: > Are there any IDE users who are currently having problems as a result of > this? If not, I'll retarget this for a future

Re: Moving src.zip out of the lib directory of the JavaFX SDK

2021-06-23 Thread Kevin Rushforth
Are there any IDE users who are currently having problems as a result of this? If not, I'll retarget this for a future release. -- Kevin On 6/14/2021 1:15 PM, Kevin Rushforth wrote: We deliver a set of modular jars in the lib directory of the standalone JavaFX SDK. We also deliver src.zip