Unit tests seeing test application context files in their dependencies

2008-06-17 Thread Papapara Tudu
this message in context: http://www.nabble.com/Unit-tests-seeing-test-application-context-files-in-their-dependencies-tp17881883p17881883.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: Unit tests seeing test application context files in their dependencies

2008-06-17 Thread Kristian Rink
Hi there; Am Tue, 17 Jun 2008 03:13:02 -0700 (PDT) schrieb Papapara Tudu [EMAIL PROTECTED]: My application context uses some beans from a different application context which is located in one of its dependencies. Looking at your terminologies and file snippets: Are you using Spring in your

Re: Unit tests seeing test application context files in their dependencies

2008-06-17 Thread Papapara Tudu
[classpath:DependencyTestContext.xml] -- View this message in context: http://www.nabble.com/Unit-tests-seeing-test-application-context-files-in-their-dependencies-tp17881883p17882205.html Sent from the Maven - Users mailing list archive at Nabble.com

Re: Unit tests seeing test application context files in their dependencies

2008-06-17 Thread Kristian Rink
Am Tue, 17 Jun 2008 03:39:19 -0700 (PDT) schrieb Papapara Tudu [EMAIL PROTECTED]: The test application context in the dependency is located in the /src/test/resources folder in its project (in the project I'm writing the tests for, my app context is in /src/test/resources also). I see...

Re: Unit tests seeing test application context files in their dependencies

2008-06-17 Thread James Rutherford
On Tue, Jun 17, 2008 at 12:00:51PM +, Kristian Rink wrote: Am Tue, 17 Jun 2008 03:39:19 -0700 (PDT) schrieb Papapara Tudu [EMAIL PROTECTED]: The test application context in the dependency is located in the /src/test/resources folder in its project (in the project I'm writing the