Re: [NAnt-users] solution task with VS2005 solutions/SolutionItemsproblem

2007-10-01 Thread Adrian Rodriguez
Gustavo, Yes. I've corrected the problem, but I don't know if it's the ideal solution. I didn't have time to talk to the user group because I was pressed for time, but now I'm a bit free. Here is the "patch:" After this line "foreach (Match projectMatch in projectMatches) {" (It appear

Re: [NAnt-users] NANT task to rename a directory?

2007-10-01 Thread Alan Guedeney
Nope. Tried it. Had to create a custom task. Subject: RE: [NAnt-users] NANT task to rename a directory?Date: Mon, 1 Oct 2007 09:55:10 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED]; nant-users@lists.sourceforge.net You should be able to use the move task to do this. BOb From: [EMA

Re: [NAnt-users] NANT task to rename a directory?

2007-10-01 Thread Bob Archer
You should be able to use the move task to do this. BOb From: [EMAIL PROTECTED] on behalf of Alan Guedeney Sent: Fri 9/28/2007 2:35 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] NANT task to rename a directory? Anyone have a simple and ez way