Hi all,

I have some problems when I which to copy files with gradle through scp.
My script looks as follow:

ant.scp(file: "myfile", todir: "u...@host:./", password: "xxxxx")

I always get the error from ant, that there is a missing jar for this ant
task.
But the jar (jsch) is still in the gradle / lib directory.

Did someone know what I have to do ?
Or is there a better solution to copy files with scp in gradle ?

Thanks

Kindest regards 
Matthias


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to