java - Integrating Felix into Netbeans 8.0 -
I want to develop a protegé plugin using Netbeans. So, someone is suggesting me through Netbeans OSGI that I still do not know how it works in my work, however, I chose Felix and I am following it. Unfortunately, I stepped it step by step and blocked at this stage However, for me Instead, it does not work for me, it displays me:
Thank you for helping me and advising me if I am wrong.
1) View this project with GitHub ()
git clone
2) Open it as an existing project with NetBusiness 8
3) Create it.
()
()
Sling Launchpad is not dependent on other sling specific bundles and can be used without an Apache sling framework .
This makes everyday life more comfortable.
Pam your plugin. Add the following snippet to XML and whenever you create a plugin project, NetBeans update the plugin in the Felix container.
... & lt; Construction and live; & Lt; Plugins & gt; & Lt; Plugin & gt; & Lt; Group & gt; Org.apache.sling & lt; / Group & gt; & Lt; ArtifactId & gt; Maven-sling-plugin & lt; / ArtifactId> & Lt; Hanging & gt; & Lt; Execution & gt; & Lt; ID & gt; Installed bundle & lt; / Id & gt; & Lt; Goals & gt; & Lt; Goal & gt; Install & lt; / Target & gt; & Lt; / Targets & gt; & Lt; / Execution & gt; & Lt; / Hanging & gt; & Lt; / Plugin & gt; & Lt; / Plugins & gt; & Lt; / Create & gt;
...
Comments
Post a Comment