Re: Building sources for jfxrt.jar and missing packages

2013-07-16 Thread Kevin Rushforth
No, it will not be part of src.zip for JDK 8, but a parallel "javafx-src.zip" file in the same directory as src.zip. -- Kevin Tom Schindl wrote: Do you already have an idea of the nameing & location? Or will it be part of src.zip? Tom On 16.07.13 13:35, Kevin Rushforth wrote: I´m trying

Re: Building sources for jfxrt.jar and missing packages

2013-07-16 Thread Tom Schindl
Do you already have an idea of the nameing & location? Or will it be part of src.zip? Tom On 16.07.13 13:35, Kevin Rushforth wrote: > >> I´m trying to build a jar containing all sources for jfxrt.jar, so I >> can attach it in Eclipse. For this I´ve added the following lines to >> the root build.

Re: Building sources for jfxrt.jar and missing packages

2013-07-16 Thread Kevin Rushforth
I´m trying to build a jar containing all sources for jfxrt.jar, so I can attach it in Eclipse. For this I´ve added the following lines to the root build.gradle: ... Is this the correct way to go about it? This looks like the right approach, yes (although rather than excluding a list of fi

Re: Building sources for jfxrt.jar and missing packages

2013-07-16 Thread Tom Schindl
If you do that, you might be interested that e(fx)clipse by default searches for the fx-sources in a file named "javafx-src.zip" which is located next to your src.zip and attaches them to the Library-Path-Entry. [...] > Is this the correct way to go about it? > > I also noticed that the jfxrt.ja