Automated development of the osgi package with netbeans 7.1

I am currently developing a maven osgi package using Netbeans 7.1. While its easy to create a new maven osgi bundle project from netbeans, I'm struggling to start it. Just running it from netbeans gives me an error that tells me that there is no requirement (for example, slf4j is missing).

Then I tried differently. I started the equinox in the terminal, and then manually installed its project bank. But then I must also resolve all the dependencies manually.

Is there a way to automatically download all the necessary dependencies from the OSGI package and install it in the OSGI environment?

thanx up

+3
source share
2 answers

AFAIK OSGi Netbeans ( , , ). , , , Eclipse, Eclipse, OSGi.

maven, pax-exam bndtools pax-runner IDE/maven.

, ( API-, , )

+1

, . , , ( , ), . Tomcat, .

, , tomcat IDE. .

+1

All Articles