We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hi i am upgrading my jdom version from jdom:1.1_4 to latest jdom:2.0.6.1_1 and while building the project i am getting error
importing package(s) [org.jdom, org.jdom.input] but no bundle is exporting these
i am using org.apache.servicemix.bundles.abdera-parser:1.1.3_2 & org.apache.servicemix.bundles.dom4j:2.1.3_1
i noticed that in latest jdom the export package name is changed to jdom2 ,
Exported Packages org.jdom2, version=2.0.6.1 org.jdom2.input, version=2.0.6.1 .....
how can i solve this issue ? please help me here !!
The text was updated successfully, but these errors were encountered:
This is not an issue. You're migrating from JDOM 1 series to 2. There's a very good Migration guide.
Sorry, something went wrong.
No branches or pull requests
hi i am upgrading my jdom version from jdom:1.1_4 to latest jdom:2.0.6.1_1 and while building the project i am getting error
importing package(s) [org.jdom, org.jdom.input] but no bundle is exporting these
i am using org.apache.servicemix.bundles.abdera-parser:1.1.3_2 & org.apache.servicemix.bundles.dom4j:2.1.3_1
i noticed that in latest jdom the export package name is changed to jdom2 ,
Exported Packages
org.jdom2, version=2.0.6.1
org.jdom2.input, version=2.0.6.1
.....
how can i solve this issue ? please help me here !!
The text was updated successfully, but these errors were encountered: