Re: Ant Junit issues - CLASSPATH

2008-12-19 Thread Mark Salter
marshall_dan...@emc.com wrote: > Thank you Mark I will take a look. I caught and fixed the folder issue > but It still is not finding the class. Did you change the classpath specification to remove the extra levels into the junit task as well? > If a class is called com.emc.elms.test.EMCLmcryptK

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

Re: Ant Junit issues - CLASSPATH

2008-12-18 Thread Mark Salter
marshall_dan...@emc.com wrote: > Sure I can give you some of it. It looks like its dropping my source > paths but I don't know why. It is dropping directories called:- C:\Build\build\src\com\emc\elms\keygen C:\Build\build\src\com\emc\elms\test C:\Build\build\src\com\emc\elms\keygen C:\

RE: Ant Junit issues

2008-12-18 Thread Marshall_Daniel
ass(URLClassLoader.java:188) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306) [junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268) [junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:251) [junit] at java.lang.ClassLoader.l

Re: Ant Junit issues

2008-12-18 Thread Mark Salter
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 c