RE: [Nant-users] cvs-export and .cvspass problem

2004-12-30 Thread Clayton Harbour
Hi Ed, this is a bug in NAnt. I will try to get a patch checked in for it today. I did some checking and to get around this to checkout your head revision you could probably use the date attribute as a work around. So something like: Also, sorry when I replied to this before I must ha

RE: [Nant-users] Handling project reference in project file

2004-12-30 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Butler, Mark A Mr IPI Gramm Tech > Sent: donderdag 30 december 2004 20:13 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Handling project reference in project file > > In the VS pro

[Nant-users] Handling project reference in project file

2004-12-30 Thread Butler, Mark A Mr IPI Gramm Tech
In the VS project file I have: http://www.thinkgeek.com/sfshirt ___ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users

RE: [Nant-users] gac-install path cannot contain spaces

2004-12-30 Thread Gert Driesen
Hi Josh, This should now be fixed in cvs. Gert > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Josh Larson > Sent: donderdag 30 december 2004 17:40 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] gac-install path cannot contain

[Nant-users] gac-install path cannot contain spaces

2004-12-30 Thread Josh Larson
Using 0.85-rc1 binaries, .NET 1.0a Framework, win2K The workaround I am using is to quote the path: Came across this yesterday, thought I'd post it though it certainly doesn't appear urgent. -josh --- The SF.Net email is sponsored by: Beat

Re: [Nant-users] Error creating virtual directory!

2004-12-30 Thread Rutger Dijkstra
mkissdir creates/reconfigures *virtual* directories only. VS.NET does not create a virtual directory for your project: it creates a *physical* directory in your webtree and adds configuration for it to IIS. In doing so, VS.NET makes it clear to IIS that the directory is physical rather than vir