Re: BUG: zip file in sdk lib folder causes bugged JDK build

2018-09-26 Thread Ty Young
On 9/22/18 9:01 AM, Kevin Rushforth wrote: I have never seen this problem. As for including src.zip in the "lib" directory, that matches what the JDK has done for years. It may have something to do with how you are building your JDK? No, I compile JavaFX the same everytime - remove -Werror

Re: BUG: zip file in sdk lib folder causes bugged JDK build

2018-09-22 Thread Kevin Rushforth
I have never seen this problem. As for including src.zip in the "lib" directory, that matches what the JDK has done for years. It may have something to do with how you are building your JDK? In any case, as mentioned in a previous email, I do not recommend using a boot JDK with JavaFX modules

BUG: zip file in sdk lib folder causes bugged JDK build

2018-09-18 Thread Ty Young
The zip file "src.zip" located in rt/build/sdk/lib/ after building JavaFX from source causes a bugged build of OpenJDK with JavaFX integrated into it. The build itself completes just fine, it's just that resulting build has issues. Because a zip file isn't a supported module format, Netbeans