RE: Ant Junit issues - CLASSPATH

2008-12-18 Thread Marshall_Daniel
Thank you Mark I will take a look. I caught and fixed the folder issue but It still is not finding the class. -Dan -Original Message- From: Mark Salter [mailto:marksal...@talktalk.net] Sent: Thursday, December 18, 2008 2:00 PM To: Ant Users List Subject: Re: Ant Junit issues - CLASSPAT

RE: Ant Junit issues

2008-12-18 Thread Marshall_Daniel
Sure I can give you some of it. It looks like its dropping my source paths but I don't know why. Here is the xml:

Ant Junit issues

2008-12-18 Thread Marshall_Daniel
I am fairly new to Ant and I am having issues with an ant script that I am working on. I am receiving a ClassNotFoundException when the Junit portion of my Ant script runs. The build and everything before that is working correctly and the correct .class file is included in the class path for the Ju