summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2007-05-03 19:32:48 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2007-05-03 19:32:48 +0000
commitd8fe6a9c84419ff6e233172720d6d48ccf109942 (patch)
tree4006fdfd9a45920492534daa3986614cf9917c6d
parentAdd ant-jsch test as symlink to jsch test as the jsch test test the ant integ... (diff)
downloadjava-testcases-d8fe6a9c84419ff6e233172720d6d48ccf109942.tar.gz
java-testcases-d8fe6a9c84419ff6e233172720d6d48ccf109942.tar.bz2
java-testcases-d8fe6a9c84419ff6e233172720d6d48ccf109942.zip
Add IRC log about using ant.
svn path=/testcases/; revision=4506
-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