Conversation
Correcting method name to implement abstract method removeAtttributes() -> removeAttributes()
Implemented abstract method boolean removeAttributeByName(String,String)
Implemented abstract method boolean removeAttributeByRawName(String)
|
I see why this failed and it is odd. Pulling current sources and compiling them I run into an opposite error, thus the patches. Gradle only shows a dep of xpp3, but I have to have xpp2 in addition to xpp3 to compile this package. Not sure what is going on there. But these patches were necessary to get dom4j 2.0 to compile from source on Gentoo. https://github.com/Obsidian-StudiosInc/os-xtoo/blob/master/dev-java/dom4j/dom4j-9999.ebuild |
|
I think the patch should also update the version of pull-parser:pull-parser in build.gradle to 2.1.10 |
|
dom4j 2.1.x branch stay on |
Fixes a few issues with xpp. Ran into several abstract methods not implemented from XmlStartTag in ProxyXmlStartTag. Renamed removeAtttributes -> removeAttributes. Implemented missing removeAttributeByName and removeAttributeByRawName. This PR fixes those issues and allows it to compile.