Hi Folks,
I figured out what the problem was.It had to do with VSS.Once I undo the checkout of files form VSS which i was trying to copy ,the copy task works...This leads me to believe that VSS does some locking of files when checked out...


Thanx Nick and Ian..

Thanx Again.

Arif.


Arif , can you please post the error output from nant so that we can see the point of failure.

Ian


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 message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the
message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system.


_________________________________________________________________
Add MSN 8 Internet Software to your existing Internet access and enjoy patented spam protection and more. Sign up now! http://join.msn.com/?page=dept/byoa




-------------------------------------------------------
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