sorry. i should have been clearer.
it couldn't find the class i was trying to execute (ie the
one with main in).
error:
[java] Could not find net.sportplan.dbunit.DBUnitUtils. Make
sure you have it in your class path.
(DBUnitUtils is the class with main in.)
debug doesn't help 'caus it doesn't
On Tue, 11 Nov 2003, Caoilte O'Connor <[EMAIL PROTECTED]> wrote:
> The below fails with a "not found on classpath error"
Which class is it that Ant cannot find? Does ant -debug give any
hints?
Stefan
-
To unsubscribe, e-mail:
Hi,
I think I'm just getting very confused about basic classpath
stuff. could anyone spare thirty seconds to tell me why the
first of these works and the second fails.
It's tryi