You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Play 2.2.0 and play2-war-plugin 1.2-beta2, building on Windows 7 & Java 7.
When adding custom file war/META-INF/MANIFEST.MF the following error is seen.
Build fails due to conflict
[trace] Stack trace suppressed: run last *:war for the full output.
error java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF
Notes: providing a custom web.xml files works with servlet 3.0.
When using lowercase filename manifest.mf, the WAR and ends up with
TWO manifest.mf files different case.
Using Play 2.2.0 and play2-war-plugin 1.2-beta2, building on Windows 7 & Java 7.
When adding custom file war/META-INF/MANIFEST.MF the following error is seen.
Build fails due to conflict
[trace] Stack trace suppressed: run last *:war for the full output.
error java.util.zip.ZipException: duplicate entry: META-INF/MANIFEST.MF
Notes: providing a custom web.xml files works with servlet 3.0.
When using lowercase filename manifest.mf, the WAR and ends up with
TWO manifest.mf files different case.
Reference #71
The text was updated successfully, but these errors were encountered: