-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CNFE for loading class using classLoader from JCommander due to wrong META-INF/MANIFEST.MF #434
Comments
This also causes TestNG 6.14.3 to fail on Gradle:
|
As said in #435, I got that error too and fixing the duplicate entries works. |
@cbeust Any updates on this? |
Should be fixed in 1.74. |
@cbeust Unfortunately, this seems to have reappeared for release 1.75:
Also mentioned here: 85cb6f7#commitcomment-32810824 |
@cbeust any change of rolling a 1.76 release with this fixed? I wonder what's triggering the duplicate content? |
Any updates on resolving this at all? |
Fixed in 1.78. |
Jcommander Version
Description:
jar -xvf jcommander-1.73.jar
META-INF/MANIFEST.MF
contentthis.getClass().getClassLoader().loadClass(ParameterException.class.getName());
Reproducer Project
https://github.com/dipak-pawar/jcommander-classloading/tree/jcommander_classloader
Actual output
https://gist.githubusercontent.com/anonymous/de6198fe541a910fb2d6b2208ceede7d/raw/225cbffca7f9aba4c602a08f20afbd0aa0c0a44d/cnfe.log
Expected output
Class should load fine.
Actual Content -
META-INF/MANIFEST.MF
Expected Content -
META-INF/MANIFEST.MF
The text was updated successfully, but these errors were encountered: