You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2007/09/10 09:30:35 UTC

DO NOT REPLY [Bug 35532] - sshexec task can't issue multiple commands easily.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=35532>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=35532


foamdino@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From foamdino@gmail.com  2007-09-10 00:30 -------
-fixed in svn head using a FileResource, specify your commands in a seperate file eg.

build.xml
<sshexec host="ip" port="22"
 			username="root" password=""
 			commandResource="my-commands"
 			failonerror="true" trust="true"/>

my-commands: 			
touch 1.txt
mv 1.txt 2.txt
mv 2.txt 3.txt

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org