Hi, Iam trying to include my own Manifest file in EJB Jar file.I browsed through ant mail archives and found lot of links. But the Jar file that gets generated still contains the one generated by Ant(that contains all the name of files in the jar) and not the one specified by me. My target is My Manifest file is like ... Manifest-Version: 1.0 Class-Path: lib/log4j-1.2beta3.jar lib/jakarta-regexp-1.2.jar lib/commons-collections.jar lib/commons-beanutils.jar lib/commons-digester.jar TIA, Mani