Dear All,
Is there a .net zip equivalent of jar in Java? I would like to
compression my dlls while sending it across via No Touch...it should
also take care of versioning...

Thanks & Regards
Jack

Re: .net zip equivalent of jar in Java by Marc

Marc
Mon May 24 01:15:43 CDT 2004

> Is there a .net zip equivalent of jar in Java? I would like to
>compression my dlls while sending it across via No Touch...it should
>also take care of versioning...

Not out of the box, no. If you want to add compression, you'll have to
roll your own scheme of compressing/decompressing .NET assemblies.

Marc
================================================================
Marc Scheuner May The Source Be With You!
Bern, Switzerland m.scheuner(at)inova.ch

Re: .net zip equivalent of jar in Java by Eric

Eric
Mon May 24 10:58:59 CDT 2004

Here you go, from the nice folks at ICSharpCode.

http://www.icsharpcode.com/OpenSource/SharpZipLib/Default.aspx

Works like a champ.

--
Eric Marvets
Principal Consultant

the bang project

<shameless self promotion>

Email sales@bangproject.com for Information on Our Architecture and
Mentoring Services

</shameless self promotion>



Re: .net zip equivalent of jar in Java by Chris

Chris
Mon May 24 11:29:05 CDT 2004

Another problem, no-touch won't find the DLLs in the zip file - it only
looks for DLLs.

"Jack Wright" <sunil@volcanomail.com> wrote in message
news:8f556eeb.0405232050.4819482f@posting.google.com...
> Dear All,
> Is there a .net zip equivalent of jar in Java? I would like to
> compression my dlls while sending it across via No Touch...it should
> also take care of versioning...
>
> Thanks & Regards
> Jack