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
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 this this mrning and that's what I gathered from the task
list documentation (I haven't tried this myself).
Here's
th