RE: Scp : Definition of a remote file set

2005-08-15 Thread Anderson, Rob (Global Trade)
5 1:58 AM > To: Ant Users List > Subject: RE: Scp : Definition of a remote file set > > > Is there a way to write soemthing like this ? > > trust="${trust.flag}" > host="${host}" > username="${usr}"> > cd

Re: Scp : Definition of a remote file set

2005-08-12 Thread Nicolas Vervelle
Here is an example of executing several commands with : password="${ssh.password}" trust="yes" failonerror="true" command="cd /home/groups/j/jm/jmol/htdocs/; tar zxvf upload.tgz; rm upload.tgz"> Complete build file can be found at: http://cvs.sourceforge.net/viewcvs.py/jmol/Jmol-web/build-de

RE: Scp : Definition of a remote file set

2005-08-12 Thread duvelbier-tsmets
Is there a way to write soemthing like this ? cd /home/${usr}/src/${application-module}; tar cf stuff.tar.gz ./jython/Util.py ./jython/Common*.py ./jython/Parameters.py ./jython/Main.py ./jython/Constants.py or even better : cd /home/${usr}/src/${application-module}; tar cf stu

RE: Scp : Definition of a remote file set

2005-08-11 Thread Anderson, Rob (Global Trade)
Oops, It should say "tar zcf...", but you get the idea. -Rob A > -Original Message- > From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 8:52 AM > To: Ant Users List; [EMAIL PROTECTED] > Subject: RE: Scp : Defini

RE: Scp : Definition of a remote file set

2005-08-11 Thread Anderson, Rob (Global Trade)
Try this... Then uppack stuff.tar.gz locally using task. -Rob A > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 11, 2005 8:25 AM > To: Ant Users > Subject: Scp : Definition of a remote file set > > > > I would like to copy many fi