This seems to be a common issue, as I had the same problem. After installing ivy with apt-get
, it didn't show up in the desired folders, but in:
[...] /usr/share/doc/ivy /usr/share/doc/ivy/README /usr/share/doc/ivy/README.Debian /usr/share/doc/ivy/changelog.Debian.gz /usr/share/doc/ivy/changelog.gz /usr/share/doc/ivy/copyright /usr/share/java/ivy-2.2.0.jar /usr/share/java/ivy.jar [...]
(You may have to update your mlocate database with updatedb
and then use locate ivy
to find it.)
To solve this: create a link in the /usr/share/ant/lib/
sudo ln -s -T /usr/share/java/ivy.jar /usr/share/ant/lib/ivy.jar
Note, that /usr/share/java/ivy.jar
is a link itself.