I want to use jdom and its XPath support. In the official jdom distribution, there are some JARS included for XPath, namely jaxen-core.jar, jaxen-jdom.jar and saxpath.jar. It would be great if those JARS would also be installed when installing jdom. I could not find any jaxen ebuild or something like this, where this JARS could be found. If I overlooked something and there is an ebuild which includes the named JARS, please excuse and ignore this bug report. Reproducible: Always Steps to Reproduce: 1.emerge jdom 2.look for e.g. jaxen-jdom.jar 3.it does not get installed Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r1, 2.6.7-gentoo-r14) ================================================================= System uname: 2.6.7-gentoo-r14 i686 AMD Athlon(tm) Processor Gentoo Base System version 1.4.16 Autoconf: sys-devel/autoconf-2.59-r4 Automake: sys-devel/automake-1.8.5-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-O2 -march=athlon -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" COMPILER="" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-O2 -march=athlon -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs ccache sandbox" GENTOO_MIRRORS="ftp://ftp.uni-kl.de/pub/linux/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gnome gpm gtk gtk2 imlib java jpeg kde libg++ libwww mad mikmod motif mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime readline sdl slang spell ssl svga tcpd truetype x86 xml2 xmms xv zlib"
Sigh, had a bad day with depends ;)
jdom-1.0_beta10-r1
The jdom-1.0_beta10-r1 ebuild seems to have some build configuration issues. Specifically, when I run the build a la ACCEPT_KEYWORDS=~x86 emerge jdom the resulting jdom.jar lacks the org.jdom.xpath.JaxenXPath class. If I reinstall the original jdom-1.0_beta10 ebuild the resulting jdom.jar includes it. I can only imagine that (since they are both compiled from the same source tarball jdom-b10.tar.gz) that the jdom-1.0_beta10-r1 ebuild includes some additional build configuration ... Either way, without the org.jdom.xpath.JaxenXPath the XPath functionality in jdom is still broken ...
Furthermore, once I got passed that glitch the dev-java/jaxen ebuild does not install the jaxen-jdom.jar jarfile anywhere.