Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61809 - jdom1.0-b10 misses some important JARS for XPath support
Summary: jdom1.0-b10 misses some important JARS for XPath support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 62303 62305
Blocks:
  Show dependency tree
 
Reported: 2004-08-26 07:26 UTC by Branko Kannenberg
Modified: 2004-09-21 09:59 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Branko Kannenberg 2004-08-26 07:26:17 UTC
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"
Comment 1 Chris Aniszczyk (RETIRED) gentoo-dev 2004-08-30 15:31:44 UTC
Sigh, had a bad day with depends ;)
Comment 2 Thomas Matthijs (RETIRED) gentoo-dev 2004-09-20 09:49:47 UTC
jdom-1.0_beta10-r1
Comment 3 Andrew Young 2004-09-21 09:52:22 UTC
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 ...
Comment 4 Andrew Young 2004-09-21 09:59:03 UTC
Furthermore, once I got passed that glitch the dev-java/jaxen ebuild does not install the jaxen-jdom.jar jarfile anywhere.