Re: Multiple imports of CSS files in subdirectories

2015-08-18 Thread Herve Girod
No problem! 2015-08-18 17:13 GMT+02:00 Thomas Meyer : > OK, thanks! > And sorry, a colleague just reminded me of bugs.openjdk.java.net, I was > obviously searching in the wrong bug tracker.. > You already reported it: https://bugs.openjdk.java.net/browse/JDK-8093583 > > > > On 18 Aug 2015, at 17:

Re: OpenJFX / JDK 9 questions

2015-08-18 Thread Kevin Rushforth
Chris' questions are more about the build environment. To answer some of the specific points. Longer term, will OpenJFX ever become a sub-project or module in the OpenJDK repository? Very likely, yes. Long term we would like the openjfx "rt" repository to be a "jfx" repo in the openjdk fo

RE: OpenJFX / JDK 9 questions

2015-08-18 Thread John C. Turnbull
Hi Chris, Felix Bembrick asked this same question a while ago and after some time the response was: -- "Hi Felix, Sorry for the delay. Most of us were still pretty focused on 8u60, but we are turning our attention to JDK 9 now. The focus for JDK 9 is Jigsaw. The currently planned big featur

Re: Multiple imports of CSS files in subdirectories

2015-08-18 Thread Thomas Meyer
OK, thanks! And sorry, a colleague just reminded me of bugs.openjdk.java.net , I was obviously searching in the wrong bug tracker.. You already reported it: https://bugs.openjdk.java.net/browse/JDK-8093583 > On 18 Aug 2015, at 17:03, Hervé Girod wrote: > > I th

Re: Multiple imports of CSS files in subdirectories

2015-08-18 Thread Hervé Girod
I think it has been fixed for u60. Sent from my iPhone > On Aug 18, 2015, at 16:43, Thomas Meyer wrote: > > Hi, > > I’m using @import statements to spilt up my CSS code into multiple files in > subdirectories. All imports are listed in one base css file: > > base.css: > @import “sub/a.css" >

Multiple imports of CSS files in subdirectories

2015-08-18 Thread Thomas Meyer
Hi, I’m using @import statements to spilt up my CSS code into multiple files in subdirectories. All imports are listed in one base css file: base.css: @import “sub/a.css" @import “sub/b.css" This usage was working fine in JDK 1.8.0_31. Since JDK 1.8.0_45 it’s broken: “sub/b.css" is resolved re

OpenJFX / JDK 9 questions

2015-08-18 Thread Chris Newland
Hi, Please could someone briefly explain the changes to OpenJFX under JDK9 / modularisation / jigsaw? I've been trying to answer some questions about this in the London Java Community (JUG) and have added 8u40 stable binaries to my OpenJFX build server as that was requested: http://108.61.191.178