Any idea how I can perform the equivalent of a "xcopy /L" with the copy
task, to display files that would be copied?

I am using the following style for actual copying:

<copy todir="${todir}" verbose="true" >
    <fileset basedir="${fromdir}">
        <includes name="**/*" />
    </fileset>
</copy>

Cheers,
Jonni



-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to