Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 783201 - dev-java/dom4j is missing org.jaxen.dom4j.Dom4jXPath
Summary: dev-java/dom4j is missing org.jaxen.dom4j.Dom4jXPath
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-16 20:08 UTC by Volkmar W. Pogatzki
Modified: 2021-04-17 00:26 UTC (History)
1 user (show)

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 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