Skip to content
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

Custom MANIFEST.MF in war/ subdirectory prevents build from completing #216

Closed
mdebusschere opened this issue Jan 15, 2014 · 4 comments
Closed
Milestone

Comments

@mdebusschere
Copy link

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

@dlecan
Copy link
Member

dlecan commented Jan 29, 2014

Probably fixed by #215, but fix needs to be reported for 1.2.x series.

@dlecan
Copy link
Member

dlecan commented Jan 30, 2014

Reported in commit 7510a3a

@dlecan dlecan closed this as completed Jan 30, 2014
@dlecan
Copy link
Member

dlecan commented Jan 30, 2014

Play2War v1.2-beta4 with a fix for this issue is out!

@dlecan
Copy link
Member

dlecan commented Jun 23, 2014

Play2War 1.2 final has been released with a fix for this issue
Enjoy !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants