Re: --module-source-path option implementation in javac

2016-10-24 Thread Eugene Zhuravlev
Thanks for the detailed answer Jonathan, Concerning your suggestion about the "extended" or "alternate" syntax for the module-source-path option: > The most obvious suggestion would be to allow a command line option and API to set an explicit package-oriented path for each module individuall

Re: --module-source-path option implementation in javac

2016-10-20 Thread Jonathan Gibbons
Currently, the compiler expects sources on a source path (i.e. --source-path) to be organized in a specific hierarchy corresponding to packages and classes. For the module source path, this is extended to include the enclosing module. Although we experimented with requiring the module direct

--module-source-path option implementation in javac

2016-10-18 Thread Eugene Zhuravlev
Hi dev. list members, We at JetBrains are working on jigsaw-related javac features support in IntelliJ IDEA. Namely, the --module-source-path parameter. This option is important when multiple modules are compiled at the same time. While the IDE compiles modules one-by-one, there are certain si