Can you share your properties file and explain on what exactly

             <arg
value="[EMAIL PROTECTED]:${deploy.remote.build.dist.bas
e.dir}" />

                     <arg value="${build.dist.dir}" />

this do ?

Thanks
srikrishna
-----Original Message-----
From: Marcus Zafarano [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 22, 2005 1:45 PM
To: Ant Users List
Subject: RE: rsync

     <echo message="Starting file transfer to
${deploy.remote.host.name}" />
     <exec dir="." executable="rsync" os="Linux" failonerror="true">
             <arg value="-r" />
             <arg value="-v" />
             <arg value="--rsh=ssh" />
             <arg value="${build.dist.dir}" />
             <arg
value="[EMAIL PROTECTED]:${deploy.remote.build.dist.bas
e.dir}" />
     </exec>

-----Original Message-----
From: Sommers, Elizabeth [mailto:[EMAIL PROTECTED] 
Sent: Thursday, December 22, 2005 10:18 AM
To: 'user@ant.apache.org'
Subject: rsync


Does anybody have an ant rsync task that I can use.  I expected this to
be
an optional task, but I can't seem to find it.

Otherwise, I would be very happy to see the code that you are using to
exec
rsync.  

Thanks
Liz

[EMAIL PROTECTED]



____________________________ 
http://www.pragmatics.com 

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



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


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

Reply via email to