Hi, Mike
there's also another manifest reader task you may look at = http://www.codeproject.com/useritems/ManifestReader.asp my task is much simpler, but enough for me Regards, Gilbert -----Original Message----- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 8:28 AM To: Ant Users List Subject: RE: Accessing the manifest within a jar file Hi, Mike i've written a ManifestScanner task that scans the manifest of jar's in 1 - n filesets for a given key=value pair and writes all matches in a separated list. If you're interested, just let me know, please mail to = [EMAIL PROTECTED] Regards, Gilbert -----Original Message----- From: Nau, Michael [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 31, 2006 3:29 AM To: [email protected] Subject: Accessing the manifest within a jar file Anyone know of an easy way to access the manifest file within a jar file? I realize I can extract the manifest first using the <unjar> task, but I was hoping for a way to directly access the manifest file. I need to check for some specific info within the manifest of several jar files from my ant script. Thanks, -Mike --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
