Hello Jasneet, please look at the documentation of both the <war/> and of the <jar/> tasks.
Most (or all) what is documented concerning the <jar/> task is also true of <war/>. The reverse is not true. The reason is that <war/> extends <jar/>. A manifest nested element can be used describing inline what you want to have. Or you can use the manifest attribute, which should refer to a file. Regards, Antoine ----- Original Message ----- From: "Kaur, Jasneet" <[EMAIL PROTECTED]> To: "Ant Users List" <[email protected]> Sent: Wednesday, March 22, 2006 11:02 AM Subject: Including a specific Manifest file Hi, How can I pack a specific Manifest file(MANIFEST.MF) into a war? Thanks and Regards, Jasneet. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
