Pregunta

I want to create a WAR's and JAR's through ANT process. Through Build.xml I am able to create JAR's and WAR's easily but problem lies with the manifest file. After searching a lot I found some lines of code which is needed to be added in build.xml to include original manifest.mf file inside the JAR'S but I am stuck when I want my original manifest.mf file inside my WAR. Please help me how to include original mainifest.mf inside the WAR structure through ANT

¿Fue útil?

Solución

I used filesetmanifest="merge" to solved the problem.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top