RE: unit test

2011-10-04 Thread Robert Scholte
Hi, http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html Just create any missing folder if you need it. -Robert Date: Tue, 4 Oct 2011 09:23:56 -0700 From: amy...@live.fr To: dev@maven.apache.org Subject: unit test Hi community, This is

RE: unit test

2011-10-04 Thread Amiragl
Thank u for quick response , i've another question i'll use jpa should i create a submodule for this? Thank u in advance -- View this message in context: http://maven.40175.n5.nabble.com/unit-test-tp4869331p4869564.html Sent from the Maven Developers mailing list archive at Nabble.com.

RE: unit test

2011-10-04 Thread Robert Scholte
Subject: RE: unit test Thank u for quick response , i've another question i'll use jpa should i create a submodule for this? Thank u in advance -- View this message in context: http://maven.40175.n5.nabble.com/unit-test-tp4869331p4869564.html Sent from the Maven Developers mailing list

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

2007-03-24 Thread Jim Bethancourt
Hi GreJ, I believe that is correct. A mvn install must be done in order to make the test jars available on the classpath to compile against for the inherited tests. I agree that it is unfortunate that an install must be done in order to run the tests. Maven developers, Should I submit a

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

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 test

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 wrote: