Re: Spring unit test cfg file

2009-06-03 Thread Herbert Wu
Wed, Jun 3, 2009 at 11:41 AM, Nayan Hajratwala wrote: > If you install the m2eclipse plugin, it will (among other cool things) > automatically update your .classpath file to use the src/test/resources > directory. > > > On Wed, 3 Jun 2009 09:26:13 -0500, Herbert Wu wrote: >

Re: Spring unit test cfg file

2009-06-03 Thread Herbert Wu
Great, it worked. I can easily adjust Eclipse IDE to look for src/test/resources/ to make both mvn and IDE working. Thanks a lot! -Herbert On Tue, Jun 2, 2009 at 3:50 PM, Herbert Wu wrote: > Sorry for the rookie question as I am just learning Maven and had > difficulty to find an answer

Spring unit test cfg file

2009-06-02 Thread Herbert Wu
Sorry for the rookie question as I am just learning Maven and had difficulty to find an answer for a simple spring cfg file issue: In my unit test, I placed the unit-test spring-bean xml file client-config.xml in src/test/com/demo folder, and how to instruct maven classloader to load from this fol