>> I do not know the jarlib tasks.
>> What are they ?
>
>Optional tasks already in Ant and the manual. I think Conor
>may have added them, but I could be wrong. --DD
Didnt knew them neiter ... but they are there ;-)
- Jarlib-available
- Jarlib-display
- Jarlib-manifest
- Jarlib-resolve
>Thank
I do not know the jarlib tasks.
What are they ?
Optional tasks already in Ant and the manual. I think Conor may have
added them, but I could be wrong. --DD
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-
Hello Dominique,
I do not know the jarlib tasks.
What are they ?
Antoine
Original-Nachricht
Datum: Tue, 31 Oct 2006 07:46:49 -0600
Von: "Dominique Devienne" <[EMAIL PROTECTED]>
An: "Ant Users List"
Betreff: Re: Accessing the manifest within a ja
--- "Ivan \"Rambius\" Ivanov"
<[EMAIL PROTECTED]> wrote:
> Hello,
>
> You can also use Ant 1.7 zipentry resource:
>
> name="META-INF/MANIFEST.MF"/>
Thanks for the resource plug, Ivan. :)
Alternatively, assuming ${jar} points to the relevant
jar file, you could use
or
;)
Note that
Actually, I am interested by the same sort of topic, for instance to
collect Vendor/Version/Name information from a set of jar files and
generate a report from this.
There are the optional jarlib-* tasks already, although their focus
might be just optional extensions. Maybe these can be built on
er 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 interest
ssage-
From: Nau, Michael [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 31, 2006 3:29 AM
To: user@ant.apache.org
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
Hello,
You can also use Ant 1.7 zipentry resource:
Regards
Ivan
--- Antoine Levy-Lambert <[EMAIL PROTECTED]> wrote:
> Hello Michael,
>
> this is an interesting question.
>
> I would write my own custom Ant task . You can use
> java.util.jar.JarFile
> and java.util.jar.Manifest to access wha
Hello Michael,
this is an interesting question.
I would write my own custom Ant task . You can use java.util.jar.JarFile
and java.util.jar.Manifest to access whathever information you want.
Actually, I am interested by the same sort of topic, for instance to
collect Vendor/Version/Name informati
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 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.
10 matches
Mail list logo