the task ftp doesnt support the nested "move" element...
is there a way to move files in unix by running ant in windows?

-----Original Message-----
From: Mike [mailto:[EMAIL PROTECTED]
Sent: Monday, August 11, 2003 6:45 PM
To: Ant Users List
Subject: Re: moving files in unix from windows


>     <ftp server="bourne"
>        remotedir="/p/q/r"
>        userid=""
>        password=""
>        depends="yes"
>        binary="yes">
>           <fileset dir="${stubDir}"/>    
>         </ftp>
> <!-- this is not working 
> <move todir="/m/n">
>     <fileset dir="/u03/kbdev/lib">
>       <include name="**/*"/>
>     </fileset>
>     </move>
>       -->
> <!-- this is working if I uncomment the previous move task -->
>       <chmod dir="/u03/kbdev/lib" perm="a+x" includes="**/*.jar"/>       

You're setting up the ftp section and then closing it...and THEN trying
to do the move (which results in a local-machine command.)

G'Luck.

-Szii


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]








**********************************************************************
The information contained in this communication is
confidential, is intended only for the use of the recipient
named above, and may be legally privileged.
If the reader of this message is not the intended
recipient, you are hereby notified that any dissemination, 
distribution, or copying of this communication is strictly
prohibited.
If you have received this communication in error,
please re-send this communication to the sender and
delete the original message or any copy of it from your
computer system. Thank You.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to