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
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
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,
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