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

Reply via email to