| Accessing the manifest within a jar file | Accessing the manifest within a jar file 2006-10-31 - By Rebhan, Gilbert
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:Gilbert.Rebhan@(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 ant@(protected)
Regards, Gilbert
-----Original Message----- From: Nau, Michael [mailto:Michael.Nau@(protected)] Sent: Tuesday, October 31, 2006 3:29 AM To: user@(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: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |