OpenHFT / OpenHFT/Java-Runtime-Compiler
Problem with gradle en eclipse because of automatic modules
@yevgenp đang làm issue này rồi.
Từ ngày 3/6/2024.
- Ngôn ngữ chính
- Java
- Star
- 708
- Fork
- 147
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.