Gert,

I was using the following version:

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

That's a fairly old version by now. Using a new nightly won't be too
much of a problem.

At least your response implies that my syntax is correct. I'll post
again, if the newest nightly still doesn't work for me.

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

> -----Original Message-----
> From: Gert Driesen [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 23, 2004 9:29 PM
> To: Castro, Edwin Gabriel (Firing Systems Engr.); Nant-Users
> Subject: Re: [Nant-users] <copy> task using <fileset>
> 
> Edwin,
> 
> What version of NAnt are you using ? The <include> was only 
> aded recently, before a few weeks the elements was named <includes>.
> 
> Gert
> 
> ----- Original Message -----
> From: "Castro, Edwin Gabriel (Firing Systems Engr.)" <[EMAIL PROTECTED]>
> To: "Nant-Users" <[EMAIL PROTECTED]>
> Sent: Saturday, July 24, 2004 1:50 AM
> Subject: [Nant-users] <copy> task using <fileset>
> 
> 
> 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=ick
> _______________________________________________
> Nant-users mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> 
> 


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