Re: Setting classpath during junit execution

2007-05-18 Thread Jim Crossley
"Larry Suto" <[EMAIL PROTECTED]> writes: > Hi was wondering if anyone knows how I would set a classpath to a jdbc > properties file that is required by by a Junit test executed during > the Maven build. > > Would it work if I placed it in the test resources area. Yes. Anything residing in src/t

Setting classpath during junit execution

2007-05-18 Thread Larry Suto
Hi was wondering if anyone knows how I would set a classpath to a jdbc properties file that is required by by a Junit test executed during the Maven build. Would it work if I placed it in the test resources area. Thanks, Larry ---