eclipse-jdt / eclipse-jdt/eclipse.jdt.core
Consider supporting new syntax of --module-source-path
Open
- Dominant language
- Java
- Stars
- 237
- Forks
- 195
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 47
Description
[JEP 261 defines syntax](https://openjdk.org/jeps/261#Compile-time) for `--module-source-path` which is out of sync with what javac actually supports, see https://docs.oracle.com/en/java/javase/23/docs/specs/man/javac.html#the-module-source-path-option
See in particular this variant:
```
--module-source-path module-name=file-path (path-separator file-path)*
```
Should ecj support the same syntax options?
Contributor guide
Assessment
This issue has not been assessed yet.