Apache Ant – Missing environmental variables config in sshexec

The <sshexec> task is a very handle tool for executing command on the server through SSH. But i find that the SSH session does not have the proper environmental variables. Here is a simple solution.

<sshexec command="/bin/bash -l -c '[your commmand]'" .../>

 

Done =)

Reference: StackOverflow – sshexec ant task: environment variables

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.