I'm trying to do the following:

<target name="copyfile">
        <copy todir="C:\ToDir\Path">
                <fileset base="C:\Base\Path">
                        <include name="filename.txt" />
                </fileset>
        </copy>
</target>

Nothing happens. The only output is get is:

copyfile:

and nothing else. I'm using the nightly build from 7/11/2004:

NAnt 0.85 (Build 0.85.1653.0; net-1.0.win32; nightly; 7/11/2004)

The weird thing is that if I change the target to:

<target name="copyfile">
        <copy todir="C:\ToDir\Path" file="C:\Base\Path\filename.txt" />
</target>

it works correctly.

I would like to use the fileset format because we will be adding other
files later on.

I tried to download a newer nightly build but I couldn't get to the
website. I kept getting timeouts when trying to go to any sourceforge
websites. :-(

Any idea why this may be happening?

--
Edwin G. Castro
Firing Systems Engineer
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to