Re: [NAnt-users] rename a folder

2011-09-27 Thread Dominik Guder
Hi Bob, I woudld second Khairuddin proposal. In addition you might add attribute overwrite="true" to ensure everything will be overwritten and source can be deleted (by move). And maybe you should use to move all subdirs to. hth Dominik Am 28.09.2011 00:51, schrieb Khairuddin Abdullah: > Bo

Re: [NAnt-users] Announcing NAnt 0.91 Beta1

2011-09-27 Thread Ryan Boggs
Hi, One thing that I neglected to point out during this announcement was that right after the release process for NAnt finished, we turned around and performed the same process for NAntContrib. So as of yesterday, version 0.91 Beta1 was released for both NAnt and NAntContrib. This should be a co

Re: [NAnt-users] rename a folder

2011-09-27 Thread Khairuddin Abdullah
Bob:   Try the following on one or two folders as a test (make sure you create a back up, just in case). If you do not wish to purge old empty folders (with Company.* in name), you need to comment out the last delete line.  Good luck!         

[NAnt-users] rename a folder

2011-09-27 Thread Bob Archer
Seriously, this should be easy but it is not. I want to rename folders.. but the move doesn't seem to want to. Can move rename a folder. Any examples? I am doing something like this: