Re: Generating jars without META-INF

2002-11-12 Thread Garrett Smith
Narayanan, More alternatives. You can delete the MANIFEST file after unjarring. Too simple? Or (provided unzip is installed on the sun mach) how about: username% unzip myArchive.zip Garrett --- Conor MacNeill <[EMAIL PROTECTED]> wrote: > Narayanan, Gopalakrishnan wrote: > > Let me explain thi

Re: Generating jars without META-INF

2002-11-12 Thread Conor MacNeill
Narayanan, Gopalakrishnan wrote: Let me explain this in detail. My build script builds a large web-application with ejbs,servlets and jsp files.The build is invariably run in a Windows machine but the app server machine is Solaris. Before ftping to the app server machine ,I convert these delivera

RE: Generating jars without META-INF

2002-11-12 Thread Narayanan, Gopalakrishnan
PM To: Ant Users List Subject: Re: Generating jars without META-INF Narayanan, Gopalakrishnan wrote: > How can I use the jar task to create jar file without the META-INF directory? > That's known as a zip file and you use the task. Conor -- To unsubscribe, e-mail: <m

Re: Generating jars without META-INF

2002-11-12 Thread Conor MacNeill
Narayanan, Gopalakrishnan wrote: How can I use the jar task to create jar file without the META-INF directory? That's known as a zip file and you use the task. Conor -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Generating jars without META-INF

2002-11-12 Thread Dean Hiller
how do you create a jar using the jar.exe command without the META-INF directory? Is this even possible? Dean "Narayanan, Gopalakrishnan" wrote: > How can I use the jar task to create jar file without the META-INF directory? > > -- > To unsubscribe, e-mail:

RE: Generating jars without META-INF

2002-11-12 Thread Dominique Devienne
I'd say you cannot! And even if you could, I don't see the point??? --DD -Original Message- From: Narayanan, Gopalakrishnan [mailto:gnaray@;exchange.ml.com] Sent: Tuesday, November 12, 2002 3:50 PM To: '[EMAIL PROTECTED]' Subject: Generating jars without META-INF H

Generating jars without META-INF

2002-11-12 Thread Narayanan, Gopalakrishnan
How can I use the jar task to create jar file without the META-INF directory? -- To unsubscribe, e-mail: For additional commands, e-mail: