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
, 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
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
I’m using the 5/3 nightly build with the following
script: