Hi all,
I have a nice WebApplication (Web Project). I am using the MANIFEST.MF editor showing the following tabs : Overview, Dependencies, …, MANIFEST.MF (which is the source code view).
In all these tabs, i can’t add some library that reside outside of the WebApp (in the EAR Project in my case).
I have to manually update the source code to get the corect MANIFEST.MF :
Manifest-Version: 1.0
Class-Path: lib/JDOM-Parser-1-0b7.jar
lib/Jakarta-Xalan-2-1-1.jar
lib/Log4j1.2.7.jar
lib/avalon4.1.2.jar
The directory lib refers to the lib directory of the EAR.. that is how we work (no lib in the WEB-INF/lib but all lib in the EAR/lib directory but with a MANIFEST.MF updated !).
Any suggestions for updating the MANIFEST.MF visually?
Thanks