[Nant-users] Good words about NAnt from TheServerSide.NET

2005-10-25 Thread Daniel Nguyen
Hi all,   Below is the link to TheServerSide.NET web site that praises about NAnt tool.  It’s a very nice article and long over due.  I would hoping Microsoft would say something nice about NAnt instead of boasting about the MSBuild (at the end of the article), which I think probably a *r

RE: [Nant-users] Path Too Long Exception

2005-10-25 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Flanakin Michael C Ctr HQ OSSG/OMR > Sent: dinsdag 25 oktober 2005 17:24 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Path Too Long Exception > > I saw some discussion in regard

RE: [Nant-users] Path Too Long Exception

2005-10-25 Thread John Cole
Every time I have run into a path length problem, I had to move my tree closer to the root (I use a c:\src directory now).  I think this is a windows limitation, so you might not see it if your on linux.   John Cole   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

[Nant-users] Path Too Long Exception

2005-10-25 Thread Flanakin Michael C Ctr HQ OSSG/OMR
I saw some discussion in regards to the "path is too long" exception, but never saw a resolution. Does anyone know about this or how to get around it?   Michael Flanakin  

Re: [Nant-users] deleting directory nasty problem

2005-10-25 Thread Gert Driesen
Eric, We've already modified the task to behave like this. Try using the latest nightly build: http://nant.sourceforge.net/nightly/latest Gert - Original Message - From: "Williams, Eric" <[EMAIL PROTECTED]> To: Sent: Thursday, October 20, 2005 7:03 PM Subject: RE: [Nant-users] deleti

Re: [Nant-users] problems with referenced files

2005-10-25 Thread Gert Driesen
Christian, The task only uses for resolving references to managed assembly (not type libraries). Can you send me a small repro for this issue (that builds fine with VS.NET, but fails with NAnt) ? Thanks Gert - Original Message - From: "Cricenti Christian" <[EMAIL PROTECTED]> To: Sen