The first time I tried something like this, I got tripped up because the
copy task only copies *newer* files. Could your timestamps be at issue?
Nick
-----Original Message-----
From: nant-users-admin@...
[mailto:nant-users-admin@...] On Behalf Of Arif =
Mohammed
Sent: Tuesday, September 23, 2003 23:46
To: 'nant-users@...'
Subject: [Nant-users] COPY TASK NOT WORKING
Hi All,
Iam using NANT for the First time..I wanted to copy files using =
the
COPY TASK...
As follows.
<copy todir=3D"${release.dir}/Test/www/bin">
<fileset basedir=3D"${srcfiles.basedir}">
<includes name=3D"*" />
</fileset>
</copy>
The source files basedir contains the files checked out from Visual =
Source
Safe(VSS).The files I checked out are writable and are NOT Read Only. =
The
copy fails.
But when I run this code on any non-VSS source,it works..
Please help me if you have any clues...I would really appreciate that.
Thanx in advance
This message is confidential and may also be legally privileged. If you =
are
not the intended recipient, please notify postmaster@...
immediately. You should not copy it or use it for any purpose, nor =
disclose
its contents to any other person. The views and opinions expressed in =
this
e-mail message are the author's own and may not reflect the views and
opinions of ADP Wilco.
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
Nant-users@...
https://lists.sourceforge.net/lists/listinfo/nant-users
|