I'm still facing the issue, even after mapping the drive. 

One more thing to notice here is that I'm able to get the latest files
from VSS in the same folder, so there should not be an issue while using
<unzip> task.

Shelly



-----Original Message-----
From: Troy Laurin [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 17, 2005 8:16 AM
To: Shelly Midha
Cc: nant-users@lists.sourceforge.net
Subject: Re: [Nant-users] error in <unzip> task

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

Reply via email to