Re[2]: Add posibility to add custom ModuleReaderFactory to ModuleFinder

2018-09-28 Thread Alex Sviridov
Alan, thank you very much for your help. This is what I was looking for. Only one moment - as I  understand the ModuleFinder that you implemented can work only with .war modules. However, at one JPMS layer I want to place .war modules and .jar modules. What should I do in such situation? Should

Re[2]: Add posibility to add custom ModuleReaderFactory to ModuleFinder

2018-09-28 Thread Alex Sviridov
Hi Alan Thank you for your answer. But my main problem is not jars inside .war - this is a so far from my current problem. Now I need to 1) add .war file to layer 2). to map file location, for example instead of "module-info.java" I must find "WEB-INF/classes/module-info.java" etc. That is all