highsource / ogc-schemas

XML<->Java and XML<->JS for OGC XSDs.
BSD 2-Clause "Simplified" License
82 stars 49 forks source link

Most artifacts cannot be used under the Java module system #223

Closed soc closed 3 years ago

soc commented 3 years ago

Hi Alexey,

most artifacts include a v_1_2_3 part in the file name, which means that the JVM cannot derive a module name. Instead it treats them as "unnamed modules", which cannot be required by existing module definition files.

To fix this, either

I think that the first approach would be good enough – would a pull request be accepted?

Thanks,

Simon

soc commented 3 years ago

I solved this in https://github.com/ogc-schemas/ogc-schemas/issues/4.