Re: karaf pax-exam question

2011-10-26 Thread Andreas Pieber
Hey Dan, Sorry for the delay in the reply (different time zones :-)). As an reply to your first mail: The error just points out that you're not using the depends-maven-plugin: build plugins plugin groupIdorg.apache.servicemix.tooling/groupId

Re: karaf pax-exam question

2011-10-26 Thread Andreas Pieber
of cause :-) https://github.com/openengsb/labs-paxexam-karaf/blob/master/regression/src/test/java/org/openengsb/labs/paxexam/karaf/regression/BaseOpenEngSBTest.java shows one example; but you can also reference the distribution in the pom again and use the versionAsInProject notation again. Kind

Re: karaf pax-exam question

2011-10-26 Thread Dan Tran
that example means a lots, i will need to digest it, and for sure will look for you in IRC. great work, wish I would have use this test framework much sooner. Thanks -Dan On Wed, Oct 26, 2011 at 12:50 AM, Andreas Pieber anpie...@gmail.com wrote: of cause :-) 

karaf pax-exam question

2011-10-25 Thread Dan Tran
I am testing out this framework [1] and running to this stack trace when start the test [1] java.lang.RuntimeException: Could not resolve version. Did you configured the plugin in your maven project?Or maybe you did not run the maven build and you are using an IDE? at