comments inline .. > ----- Original Message ----- > From: "jr" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, July 28, 2004 10:44 AM > Subject: SharpZip query >
> Hi Gert, > > Sure we can sort this out. Is the error specifed the only problem? Not sure, I'll look into it later today (I'm at work right now). > > In the short term you can go to the lines and tweak it to make it work if thats an issue for you. > > Quick fix for problem: > > #if COMPACT_FRAMEWORK > hdr.modTime = System.IO.... > #else > hdr.modTime = System.IO.... > #endif > > becomes > //#if COMPACT_FRAMEWORK > hdr.modTime = System.IO.... > //#else > // hdr.modTime = System.IO.... > //#endif I'd like to avoid using a custom built version of #ziplib (or any other third party library). How are you planning to tackle this issue ? Will you avoid using framework-specific classes/members altogether (and have a single binary distributable/assembly), or will you release framework-specific binaries (meaning one assembly for each framework you're targeting) ? For NAnt either solution will do, as we're able to support a single binary distribution while still using framework-specific third party assemblies. I'm pretty sure one of us (the NAnt team) will be willing to help you out on this. > > Cheers > > John > > >Text: > >Hi, > > > >For NAnt we need a version of #ziplib that's build targeting .NET 1.0. > >However, the recent v0.80 is built targeting .NET 1.1, and apparently > >#ziplib no longer builds on .NET 1.0 : > > > >C:\#ziplib\src\src\Tar\TarEntry.cs(441,18): error CS0117: 'System.IO > >File' does not contain a definition for 'GetLastWriteTimeUtc' > > > >Is there any way we can work this out ? > > > >Thanks ! > > > >Gert > > Thanks ! Gert ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers