Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Hi all, I'm working on a multi-pom project and would like to inherit from classes in the test hierarchy across modules in the project, and I'm listing each module as a dependency in the parent pom as well. I've done several experiments to see if this is possible and have had no success. What wou

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jason van Zyl
On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote: Hi all, I'm working on a multi-pom project and would like to inherit from classes in the test hierarchy across modules in the project, and I'm listing each module as a dependency in the parent pom as well. I've done several experime

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Cool! That looks exactly like what I need. I'll give it a go. ;-) Thanks, Jim On 3/21/07, Jason van Zyl <[EMAIL PROTECTED]> wrote: On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt wrote: > Hi all, > I'm working on a multi-pom project and would like to inherit from > classes in > the tes

Re: Unit Test inheritance in a multi-pom project?

2007-03-21 Thread Jim Bethancourt
Yup! That did the trick. Thanks Jason! Jim On 3/21/07, Jim Bethancourt <[EMAIL PROTECTED]> wrote: Cool! That looks exactly like what I need. I'll give it a go. ;-) Thanks, Jim On 3/21/07, Jason van Zyl < [EMAIL PROTECTED]> wrote: > > > On 21 Mar 07, at 3:17 PM 21 Mar 07, Jim Bethancourt w

Re: Unit Test inheritance in a multi-pom project?

2007-03-24 Thread Jim Bethancourt
e the tests :( Is there a praticular reason that the sslServer dependency is found by compile or packaging, but not the tests? My aim is just to compile or run the tests, where the tests of the client need classes from the sslServer... -- View this message in context: http://www.nabble.com/Unit-Tes