Re: java task and classpath problem

2003-11-11 Thread Caoilte O'Connor
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

Re: java task and classpath problem

2003-11-11 Thread Stefan Bodewig
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:

java task and classpath problem

2003-11-11 Thread Caoilte O'Connor
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