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