summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/jsch/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-java/jsch/README b/dev-java/jsch/README
index 1aa53c0..a4b3677 100644
--- a/dev-java/jsch/README
+++ b/dev-java/jsch/README
@@ -1,2 +1,15 @@
Docs for the scp tasks:
http://ant.apache.org/manual/OptionalTasks/scp.html
+
+22:27 <@Ticho> Caster: http://overlays.gentoo.org/proj/java/browser/testcases/dev-java/jsch
+22:27 <@Caster> well it's from Betelgeuse, I'll have to look myself :)
+22:27 <@Ticho> i read the link mentioned in README, but it is bit too advanced
+22:28 <@Betelgeuse> Ticho: The running and is supposed to transfer testfile.txt to a remove machine
+22:28 <@Betelgeuse> Ticho: Just need to add the info to build.xml
+22:28 <@Ticho> Betelgeuse: yes, but how to invoke it
+22:28 <@Caster> edit the todir parameter in build.xml
+22:29 <@Caster> and run 'ant' in the dir with build.xml
+22:29 <@Betelgeuse> Ticho: ant -f build.xml
+22:29 <@Ticho> ah, that's what i needed
+22:29 <@Betelgeuse> Ticho: or just ant if build.xml is in pwd
+22:29 <@Ticho> it would be worth mentioning it somewher