On Tue, 12 Jul 2005 18:11:21 +1000, Kai Hendry wrote:
>Ok ${man2} has what I want. Though the JAR take wants a FILE for the
>manifest. So how do I dump ${man2} temporarily to a file for the task. I
>don't want
>to overwrite MANIFEST1.MF or MANIFEST2.MF
then do not use loadfile, but concat or co
Ok ${man2} has what I want. Though the JAR take wants a FILE for the
manifest. So how do I dump ${man2} temporarily to a file for the task. I
don't want
to overwrite MANIFEST1.MF or MANIFEST2.MF
Thanks!
First:
${man1}
Second:
${man2}
Juergen Hermann wrote:
On Fri, 08 Jul
On Fri, 08 Jul 2005 17:37:53 +1000, Kai Hendry wrote:
Seems easy enough.
use and a filter to load the ear manifest EXCEPT the first
line ( I think). btw, you could also load this easy
manifest file as a property file, giving you a "class-path" property in
memory.
then use a 2nd filterchain
Juergen Hermann wrote:
On Fri, 08 Jul 2005 16:23:49 +1000, Kai Hendry wrote:
Is there a way in ant to merge the content of two manifest files?
Maybe by some (complex) filterchains, depends on what exactly you want to
merge.
Those two:
Something specific to EAR
[EMAIL PROTEC
On Fri, 08 Jul 2005 16:23:49 +1000, Kai Hendry wrote:
>Is there a way in ant to merge the content of two manifest files?
Maybe by some (complex) filterchains, depends on what exactly you want to
merge.
Ciao, Jürgen
-
To unsu
Rainer
-Original Message-
From: Kai Hendry [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 30, 2005 7:13 AM
To: Ant Users List
Subject: Manifestations
I'm tracking a project using a manifest in the basedir.
Then in each subproject I am adding
manife
> -Original Message-
> From: Dominique Devienne [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 30, 2005 10:39 PM
> To: 'Ant Users List'; [EMAIL PROTECTED]
> Subject: RE: Manifestations
>
>
> > 2) Main-Class: is used for the jar-version of ru
> 2) Main-Class: is used for the jar-version of running java.
> (like: java myjar.jar)
> (Afaik only available on windows)
FYI: It's the direct execution of a Jar file that Windows can support.
I prefer to link the .jar extension to WinZip myself.
All platforms support java -jar jarfile.jar, whic
> -Original Message-
> From: Kai Hendry [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 30, 2005 7:13 AM
> To: Ant Users List
> Subject: Manifestations
>
>
> I'm tracking a project using a manifest in the basedir.
>
>
>
>
>
I'm tracking a project using a manifest in the basedir.
Then in each subproject I am adding
manifest="${build.basedir}/MANIFEST.MF" to the jar tasks.
So far so good. Though how does one quickly check the manifest from
Windows or any platform for that matter? E
10 matches
Mail list logo