RE: Exceptions while executing JUnit

2009-09-08 Thread Kamesh Parameswaran
tember 09, 2009 2:18 AM To: Ant Users List Subject: Re: Exceptions while executing JUnit Kamesh, are you sure that your xml file is in the classpath? the xml file MUST be in the classpath. To achieve this goal, you should add it in your classapth definition like this: hope thi

RE: Exceptions while executing JUnit

2009-09-08 Thread Kamesh Parameswaran
Kamesh -Original Message- From: supareno [mailto:reno.rkc...@free.fr] Sent: Wednesday, September 09, 2009 2:18 AM To: Ant Users List Subject: Re: Exceptions while executing JUnit Kamesh, are you sure that your xml file is in the classpath? the xml file MUST be in the classpath. To achi

Re: Exceptions while executing JUnit

2009-09-08 Thread supareno
Kamesh, are you sure that your xml file is in the classpath? the xml file MUST be in the classpath. To achieve this goal, you should add it in your classapth definition like this: hope this help :-) supareno Hi All, I'm trying to execute certain test cases as a part of my b