Bug#463120: libjsch-java: ant cannot find jsch

Jerome Robert jeromerobert at users.sf.net
Tue Jan 29 17:19:22 UTC 2008


Package: libjsch-java
Version: 0.1.36-1
Severity: normal

*** Please type your report below this line ***

Even when the package libjsch-java is installed ant cannot find it (it's required for the scp task). This is because ant task dependencies are search in /usr/share/ant/lib and this directory doesn't contains any link to /usr/share/java/jsch.jar. Other packages like libbcel-java and junit provide such link so I guess it's should be the same for libjsch-java:

$ dpkg -L junit | grep /share/ant/lib/
/usr/share/ant/lib/junit.jar
$ dpkg -L libbcel-java | grep /share/ant/lib/
/usr/share/ant/lib/bcel.jar

My /usr/share/ant/lib/ after installing libjsch-java.jar:

$ ls -l /usr/share/ant/lib/ | grep ^l
lrwxrwxrwx 1 root root      19 2007-11-09 10:03 bcel.jar -> ../../java/bcel.jar
lrwxrwxrwx 1 root root      20 2008-01-08 11:43 junit.jar -> ../../java/junit.jar

What I needed to do to make aware of it:

lrwxrwxrwx 1 root root      19 2008-01-29 17:32 jsch.jar -> ../../java/jsch.jar

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'unstable'), (300, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-686 (SMP w/4 CPU cores)
Locale: LANG=fr_FR at euro, LC_CTYPE=fr_FR at euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages libjsch-java depends on:
ii  gij-4.2 [java-virtual-machine 4.2.1-5    The GNU Java bytecode interpreter
ii  java-gcj-compat               1.0.76-5   Java runtime environment using GIJ
ii  sun-java5-jre [java-virtual-m 1.5.0-13-1 Sun Java(TM) Runtime Environment (
ii  sun-java6-jre [java-virtual-m 6-00-2     Sun Java(TM) Runtime Environment (

libjsch-java recommends no packages.

-- no debconf information







More information about the pkg-java-maintainers mailing list