You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2019. It is now read-only.
Using nbm-maven-plugin 4.1, I'm not able to figure out how to add OSGi dependencies - could You probably provide some examples?
My module's source is located at: https://github.com/pnabbefeld/NbProjectManagement
I'm using NB 10.0vc3 on JDK 11, but I've also installed every JDK since 1.6.
Just build and run the module - a popup will be shown, saying the 3 JAXB module dependencies cannot be loaded as modules. Probably a bug?
The text was updated successfully, but these errors were encountered:
AFAIK the felix version currently intgerated with netbeans doesn't work with Java9 or later. I did update it in my appilcation to 5.6.10 and now it works.
I've applied Your patch to my copy of NB repository, but I still cannot load the OSGi modules needed:
java.io.IOException: Cannot enable StandardModule:org.netbeans.modules.pm.DocsTree jarFile: /home/peter/NetBeansProjects/ProjectManagement/DocsTree/target/nbm/netbeans/extra/modules/org-netbeans-modules-pm-DocsTree.jar; problems: [module com.sun.xml.bind.jaxb_impl > 2.3.0.1, module com.sun.xml.bind.jaxb_core > 2.3.0.1, module jaxb_api > 2.3.0]
Using nbm-maven-plugin 4.1, I'm not able to figure out how to add OSGi dependencies - could You probably provide some examples?
My module's source is located at: https://github.com/pnabbefeld/NbProjectManagement
I'm using NB 10.0vc3 on JDK 11, but I've also installed every JDK since 1.6.
Just build and run the module - a popup will be shown, saying the 3 JAXB module dependencies cannot be loaded as modules. Probably a bug?
The text was updated successfully, but these errors were encountered: