Hello, I'm working on a project using Vaadin, Maven, and Osgi (with felix container). I want to use JUnit to test the application and i found JUnit4OSGi.
But i'm confused about the use of JUnit4OSGi. Some questions about the tuto http://felix.apache.org/site/apache-felix-ipojo-junit4osgi-maven.html, : - It says that we have to download and build the plug-in to use it. Why ? Can't I only add maven dependencies in the pom to download the plug-in ? - The tuto says that the project using the plug-in can't be the project under test. Can the project using the plug-in be into the project under test or not ? Thanks :-) -- Jérôme Barthas

