Re: Run unit tests with multimple dependecies?

2009-05-15 Thread Stephen Connolly
2009/5/14 Chris Helck > I have multiple versions of a jar file called child: child_1.0.jar, > child_1.1, and child_1.2. In theory each version of child implements the > same API and should be backwardly compatible. > > I have another jar file called parent_2.0.jar. I would like to run > parent's

Re: Run unit tests with multimple dependecies?

2009-05-15 Thread Baptiste MATHUS
Never done your use case myself, but I guess I'd have a look at profile activation and multiple executions of the same build. Cheers 2009/5/14 Chris Helck > I have multiple versions of a jar file called child: child_1.0.jar, > child_1.1, and child_1.2. In theory each version of child implements

Run unit tests with multimple dependecies?

2009-05-14 Thread Chris Helck
I have multiple versions of a jar file called child: child_1.0.jar, child_1.1, and child_1.2. In theory each version of child implements the same API and should be backwardly compatible. I have another jar file called parent_2.0.jar. I would like to run parent's unit tests three times, each time u