RE: [Nant-users] copy file problem

2004-05-04 Thread Peter McEvoy
heridge; [EMAIL PROTECTED]Subject: RE: [Nant-users] copy file problem I found that the problem was what someone else was mentioning here. The server had files locked and I couldn't copy over them.   What happened to XCopy deployment? The server isn't suppos

RE: [Nant-users] copy file problem

2004-05-04 Thread Bob Archer
, May 04, 2004 10:39 AM To: Bob Archer; [EMAIL PROTECTED] Subject: RE: [Nant-users] copy file problem   I think the includes should either be "*.*", or if you want to use the "**" shorthand value then you also need to specify a partial path.  I happen to have been looking at

RE: [Nant-users] copy file problem

2004-05-04 Thread Brian Etheridge
t tried this myself).   Here's the reference http://nant.sourceforge.net/help/types/fileset.html. -Original Message-From: Bob Archer [mailto:[EMAIL PROTECTED]Sent: Tuesday, May 04, 2004 3:31 PMTo: [EMAIL PROTECTED]Subject: [Nant-users] copy file problem I'm using the

[Nant-users] copy file problem

2004-05-04 Thread Bob Archer
I’m using the 5/3 nightly build with the following script: