On 5/16/05, Shelly Midha <[EMAIL PROTECTED]> wrote: > > I 'm geeting the an error while running the following target: > > [snip] > > System.UnauthorizedAccessException: Access to the path > "\\delminfraapp\release" > is denied. > > [snip] > > Any pointers to workaround the same will be helpful. > Thanks > Shelly
It appears that in the context of the script you do not have permissions to access the network share \\delminfraapp\release. A common workaround is to map the share to a particular drive (net use) to ensure that your credentials are saved, then operate on the drive rather than the share. This is a common problem when running NAnt through a continuous integration system as a service, because the service by default logs in as the local SYSTEM account, which does not have any network permissions. If this is the case in your instance, a much simpler workaround that doesn't require any change to your build scripts is to create a domain user for the continuous integration build to run as (or yourself, for testing) and set the logon credentials for the continuous integration service. Hope that gives you something to go on with, -- Troy ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users