[NAnt-users] Renaming Folders

2006-06-29 Thread SBunce
Hello, What is the best way to rename a folder using NANT? I see a copy task, but not a rename task.  Am I missing something? I also see a move task.  Is there a way to use this task to rename a folder?  It will have a large number of files in it so I don't want to copy them if at all possible.

Re: [NAnt-users] NANT "failed to open database" error

2006-06-07 Thread SBunce
Yes, I included srcsafe.ini.  This turned out to be a VSS installation problem.  Thanks anyway. Sophie [EMAIL PROTECTED] Sent by: [EMAIL PROTECTED] 06/07/2006 03:03 PM Please respond to nant-users@lists.sourceforge.net To nant-users@lists.sourceforge.net cc Subject Se

[NAnt-users] NANT "failed to open database" error

2006-06-07 Thread SBunce
Hello, I am getting the following message from NANT when trying to execute a NANTContrib VisualSourceSafe task: C:\VSS\GADOEBuildSystem\BuildMaster\Scripts\Common\UpdateAssemblyInfo.nant.xml(11,4): Failed to open database "\\devmsapps01\VSS\srcsafe.ini".: I can open this srcsafe.ini file from V

[NAnt-users] Visual Source Safe 2005

2006-05-08 Thread SBunce
Hello, Can anyone tell me if NANT contrib commands such as vssget, vsslabel, and vsscheckout/checkin  work with the new Visual Souce Safe 2005?   If so, are the commands identical, or would upgrading to VSS 2005 require that I change my build scripts? Thanks, Sophie Bunce Georgia Dept. of Educ

[NAnt-users] lc.exe error

2006-01-26 Thread SBunce
Hello, I can compile my entire solution in VS.NET, to I am sure that I do not have a license issue or an installation error with Data Dynamic's Active Reports.  But when I try to compile it in NANT using the solution target, I get the following error from lc.exe.  It can't seem to find the refer

[NAnt-users] Unhandled Exception

2005-12-13 Thread SBunce
Hello, When executing a nant script from at .bat file, I redirect ALL output to a log file as follows: nant -buildfile:.\CPI\BuildCPI.xml -D:CPICodeRoot="%GADOECodeRoot%"  -D:CurrentVSSLabel=%CurrentVSSLabel% %LogLevel%  %NANTTARGETS%  >> %BuildDetailLog% In this particular build, I get the fol

[Nant-users] NANT and Visual Studio 2005

2005-12-01 Thread SBunce
1) Can anyone tell me if NANT supports or will support Visual Studio 2005 solutions? Specifically, I have  several VS 2003 projects that I am currently building with the NANT solution task, but my department wants to convert to VS 2005 ASAP.   Although I'm just beginning to research this, I assu