args4j icon indicating copy to clipboard operation
args4j copied to clipboard

Java module support

Open haumacher opened this issue 7 months ago • 0 comments

When using args4j in a modular Java 11 project, the build warns about filename-based automodules:

[WARNING] ***************************************************************************************************************************************
[WARNING] * Required filename-based automodules detected: [args4j-2.33.jar]. Please don't publish this project to a public artifact repository! *
[WARNING] ***************************************************************************************************************************************

A fix is straight forward by adding a Automatic-Module-Name header to the artifact's manifest (see e.g. https://dev.java/learn/modules/automatic-module/). I'm willing to contribute this fix, if there is a chance for acceptance.

haumacher avatar Nov 16 '23 22:11 haumacher