Anyone have similar issues running tests w/ group dependencies?
On Tue, Feb 18, 2014 at 5:52 PM, Jeff wrote:
> I'm having a frustrating test dependency issue and I don't know if it is
> my configuration or a problem. I've got two test classes in my maven
> project using testng:6.8.7 and maven-
> It's because my code depends some other modules which I didn't put it into
> pom.xml explicitly. And I'm adding them into the corresponding pom.xml.
> Thank you for directing me back to the right track!
Glad you sorted that out! :)
> However, I'm curious that I succeed to compile the project af
On 20/02/2014 4:38 AM, Stephen Connolly wrote:
On 20 February 2014 01:58, LevskiWeng wrote:
Wayne Fay wrote
Maven calls out to your system JDK to do the compilation step. With
the [ERROR] lines you provided previously, Maven is simply passing
along the error that was reported by javac. I bet,
On 20 February 2014 01:58, LevskiWeng wrote:
> Wayne Fay wrote
> > Maven calls out to your system JDK to do the compilation step. With
> > the [ERROR] lines you provided previously, Maven is simply passing
> > along the error that was reported by javac. I bet, if you constructed
> > the proper ja