You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Narayanan, Gopalakrishnan" <gn...@exchange.ml.com> on 2002/11/12 22:49:57 UTC

Generating jars without META-INF

How can I use the jar task to create jar file without the META-INF directory?


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Generating jars without META-INF

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
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 <zip> task.

Conor



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Generating jars without META-INF

Posted by Dean Hiller <dh...@avaya.com>.
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:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>