Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 783201

Summary: dev-java/dom4j is missing org.jaxen.dom4j.Dom4jXPath
Product: Gentoo Linux Reporter: Volkmar W. Pogatzki <gentoo>
Component: Current packagesAssignee: Java team <java>
Status: RESOLVED OBSOLETE    
Severity: normal CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Volkmar W. Pogatzki 2021-04-16 20:08:45 UTC
* Compiling ...
warning: [options] bootstrap class path not set in conjunction with -source 8
src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java:33: error: package org.jaxen.dom4j does not exist
import org.jaxen.dom4j.Dom4jXPath;
                      ^
src/java/org/apache/commons/jelly/expression/xpath/XPathExpression.java:79: error: cannot find symbol
            XPath xpath = new Dom4jXPath( this.xpathExpr.evaluateAsString( context ) );
                              ^
  symbol:   class Dom4jXPath
  location: class XPathExpression


This bug is described in https://github.com/dom4j/dom4j/issues/24 and can probably be solved with https://github.com/Obsidian-StudiosInc/os-xtoo/commit/fbf85e9e82c68bc89b366a3f714c5bc3b65758da

It blocks dev-java/commons-jelly: bump to 1.0.1