OpenHFT / OpenHFT/Java-Runtime-Compiler

Problem with gradle en eclipse because of automatic modules

Offen
#130 2 Kommentare 0 Reaktionen 1 zugewiesene Person Auf GitHub ansehen

@yevgenp arbeitet bereits daran.

Seit 03.6.2024.

review
Vorherrschende Sprache
Java
Sterne
708
Forks
147
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

Gradle and eclipse still do not support automatic modules very well.

They only accept automatic modules when the jar has a Automatic-Module-Name property
in the MANIFEST.MF.

The command 'jar -d --file compiler-2.25ea2.jar' displays module information:

No module descriptor found. Derived automatic module.

compiler@2.25ea2 automatic
requires java.base mandated
contains net.openhft.compiler
contains net.openhft.compiler.internal

it shows that the calculated module descriptor is 'compiler'.
Maybe a better name could be supplied.

Could you please add a Automatic-Module-Name property in the manifest? (or create a proper module with module-info.class)

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Erste Schritte

  1. Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
  3. Forke das Repository und arbeite in einem Branch.
  4. Öffne einen Pull Request, der die Issue-Nummer nennt.

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.