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

Leave a comment

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