Re: setLocationForModule doesn't work as expected

2017-10-06 Thread Jonathan Gibbons
Oliver, This looks like: JDK-8188035: JavaFileManager.listLocationsForModules does not always reflect values set through tandardJavaFileManager.setLocationForModule. https://bugs.openjdk.java.net/browse/JDK-8188035 -- Jon On 08/09/2017 07:18 AM, Oliver Siegmar wrote: Hello Jigsaw-experts, I

Re: setLocationForModule doesn't work as expected

2017-08-09 Thread Jonathan Gibbons
Oliver, It seems like you're doing something reasonable. We'll have to investigate and get back to you. -- Jon On 8/9/17 7:18 AM, Oliver Siegmar wrote: Hello Jigsaw-experts, I’m currently struggling with the javax.tools.StandardJavaFileManager#setLocationForModule method and wondering if