RE: [Nant-users] not working for me...

2004-04-07 Thread Noel Gifford
Looking at the echo'ed output which shows C:\morsli00_OdinFD\Odin\WebServer\WebApp\mainpage.csproj Vs the which is http://localhost/OdinMain/"; /> It looks like your webmap needs to pre-pend C:\morsli00_OdinFD Actually, since you're using ${WebAppDir} in the echo Why don't you als

[Nant-users] Re: Access denied using copy task for ASP.Net project

2004-04-07 Thread Derek Pierson
Peter,   I have that problem before and I solved it by running the iisreset command from my NAnt script.   Derek    

[Nant-users] datetime::diff not working

2004-04-07 Thread Westbrook, Gregory
datetime::diff is referenced in the Expressions doc. When I try and use it with the nightly builds I receive an unknown function error. I have the 03/28/2004 build --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial

[Nant-users] not working for me...

2004-04-07 Thread Lindsay Morsillo
I have been using Nant for everything BUT building my solutions, until recently. I have the following build target and the following problem http://localhost/OdinMain/"; > NAnt 0.85 (Build 0.85.1556.0; net-1.0.win32; nightly; 4/5/20

RE: [Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I have noticed that VS.NET sometimes locks assemblies after building them. I have had problems where a build fails because the assembly could not be deleted (as in a clean operation). I don't see this problem if I'm using the command line (i.e. devenv.com). Don't know that this VS.NET behavior is r

Re: [Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Jaroslaw Kowalski
> Is this a "feature" of the so-called MS .Net XCopy deploy functionality? Is > there anything that I can do to ensure that the delete and copy will > actually work, as this error is not really making life easy for a hands-off > build and deploy It can be some anti-virus software doing their job.

RE: [Nant-users] Access denied using copy task for ASP.Net projec t

2004-04-07 Thread Peter McEvoy
I was using the copy task - or the delete task in the cases where I was deleting before the copy. I will try the exec task and shell out to xcopy - but if this is a success, it's hiding a problem in the copy and delete tasks... Pete > -Original Message- > From: Bob Archer [mailto:[EMAIL

[Nant-users] (off-topic?!) nant plugin question

2004-04-07 Thread Jim Frapper
I have VS.NET 2002 and I'm trying to get any plugnin for nant to work. There have been a couple of options I have tried. -- I have downloaded and installed the NAntAddIn hosted on the gotDotNet website. However, it doesn't show up in my addin list in VS.NET and I can't see anything in the U

RE: [Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Bob Archer
Well, ASP.Net is actually supposed to make copies of the DLL's in the bin folder and use the copies. It does this to facilitate XCOPY deployment and live updates. I'm not sure why you are having the problem. Are you ALWAYS able to copy them using the command line? Have you tried to use the shel

[Nant-users] Access denied using copy task for ASP.Net project

2004-04-07 Thread Peter McEvoy
Folks, I am using NAnt to build a number of web projects and then to deploy them to an IIS instance. Occasionally, the deploy fails with a "Cannot Copy ''. Access to the path '' is denied". where is some assembly that needs to be replaced. If I run the deploy again, it will usually work (occasi

[Nant-users] Re: Query on Nant's usage on .NET Compact framework

2004-04-07 Thread Gert Driesen
Joyprakash,   The NAnt does indeed not support the .NET Compact Framework right now, although it wouldn't be very difficult to add support for this.  The reason why we haven't yet implemented support for the .NET Compact Framework to the task is because we want to change the to use other