ssh - How to backport SShSession to Ant 1.7.1 -


i stuck ant 1.7.1 moment reasons wont into. i'd able use sshsession ant task create ssh tunnels of servers. sshsession introduced in ant 1.8.0.

i have no experience custom ant tasks. difficult backport task 1.8.0 1.7.1 ? should go learn more on how ?

thanks !

it looks source sshsession task compatible ant 1.7. source task, , compile against ant 1.7 , jsch jar. create taskdef pointing class you've created (jsch.jar need in ant lib dir or specified using -lib option) , should go.


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -