marshall_dan...@emc.com wrote:
> 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.
Is the missing class one of yours?

> The build and everything before that is
> working correctly and the correct .class file is included in the class
> path for the Junit portion.
CLASSPATHs don't hold class files directly, instead a list of locations
in which class files may be found...

> Is it possible to include a .class file to
> the Junit classpath instead of a .jar? 
Can you show us your junit task xml and perhaps the full stacktrace you got?

-- 
Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to