[NAnt-users] Permissions problem with unzipped files

2006-12-19 Thread Samuel R. Neff
We just added an unzip task to our build script and are having permissions problems with the unzipped files. Our Build user has read/write/modify rights to the folder containing the source zip files and we confirmed the source zip files inherit the permissions properly. However, when we use unzi

Re: [NAnt-users] Building satellite assemblies on Mono 1.2 with NAnt 0.85

2006-12-19 Thread Gert Driesen
Martijn, Sorry for the late response. The cause of the issue you described is that Mono's AssemblyLinker uses Assembly.Load with the filename of the specified template (without extension) instead of using Assembly.LoadFile (or LoadFrom). If the template assembly is not in the current directory, th

Re: [NAnt-users] Still unable to use NAnt

2006-12-19 Thread Vagmi Mudumbai
Are you running this on Mono? Are you not using the .NET 2.0 framework. If yes, you can use the -t switch to use the appropriate CLR. On 12/19/06, Gert Driesen <[EMAIL PROTECTED]> wrote: David, Can you attach a debug log (not verbose) creating using NAnt 0.85(release, not RC4) ? Thanks,

Re: [NAnt-users] Still unable to use NAnt

2006-12-19 Thread Gert Driesen
David, Can you attach a debug log (not verbose) creating using NAnt 0.85 (release, not RC4) ? Thanks, Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Piepgrass Sent: maandag 18 december 2006 23:57 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] S