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
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
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:\
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
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
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