Hi,
I try to use the eclipse-test-plugin packaging for testing an eclipse plugin
developpement with tycho. Here is my repositories :
Helloworld_project
-- Helloworld (eclipse-plugin)
-- Helloworld.features (eclipse-feature)
-- Helloworld.site (eclipse-update-site)
-- Helloworld.tests (eclipse-test-plugin)

I succesfully call and run the osgi-test:test goal using the mvn install
command. But I can't run JUnit tests in the eclipse environnement because
the helloWorld_1.0.0 bundle is not found (the
Platform.getBundle("helloWorld") return a null object)
For information, I follow this installation procedure
http://docs.codehaus.org/display/M2ECLIPSE/Tycho+development+environment
Could you help me to resolve this issue ?
Thanks in advance
Sandra
-- 
View this message in context: 
http://www.nabble.com/Tycho-and-JUnit-test-tp21414455p21414455.html
Sent from the Maven Eclipse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to