Re: [NAnt-users] Help copying a folder structure

2012-05-31 Thread Bob Archer
Sent: Wednesday, May 30, 2012 3:39 PM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Help copying a folder structure This way... From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, May 30, 2012 3:13 PM To: nant-users@lists.sourceforge.net Subject: [N

Re: [NAnt-users] Help copying a folder structure

2012-05-31 Thread Chris Fouts
opying a folder structure This way... From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, May 30, 2012 3:13 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help copying a folder structure I looked at this http://nant.sourceforge.net/nightly/latest/help/

Re: [NAnt-users] Help copying a folder structure

2012-05-30 Thread Ryan Boggs
30, 2012 3:13 PM > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] Help copying a folder structure > > I looked at this > http://nant.sourceforge.net/nightly/latest/help/tasks/copy.html, and googled > some. > > I want to copy files from ${srcDir} to ${destDir} and pr

Re: [NAnt-users] Help copying a folder structure

2012-05-30 Thread Chris Fouts
This way... From: Chris Fouts [mailto:chris.fo...@caemilusa.com] Sent: Wednesday, May 30, 2012 3:13 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Help copying a folder structure I looked at this http://nant.sourceforge.net/nightly/latest/help/tasks/copy.html, and

[NAnt-users] Help copying a folder structure

2012-05-30 Thread Chris Fouts
I looked at this http://nant.sourceforge.net/nightly/latest/help/tasks/copy.html, and googled some. I want to copy files from ${srcDir} to ${destDir} and preserve the directory struncture. I tried this, but the directory structure is NOT preserved in ${destDir}. Any clues?