[Re-sending to the list.]
On Tue, Nov 12, 2024, 10:37 Grégory Jevardat De Fombelle wrote:
Ok I found the exact explanation:
This specific library has a MANIFEST file containing a classpath as follow:
Class-Path: .:lib
Obviously it breaks the rule of class separator.
Shouldn't the manifest Class-Path use space separator?
*
https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jar.html#classpath
(looking at the examples)
Then shouldn't directory entries end with a / (slash)?
... These relative URLs may include JAR files and directories for any
libraries or resources needed by the application. Relative URLs not
ending with a slash (/) are assumed to refer to JAR files.
--
Stanimir
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org