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: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Arif Mohammed
Sent: Tuesday, September 23, 2003 23:46
To: '[EMAIL PROTECTED]'
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="${release.dir}/Test/www/bin">
                        <fileset basedir="${srcfiles.basedir}">
                                <includes name="*" />
                        </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 [EMAIL PROTECTED]
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to