문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top