Re: Ant/JUnit not happy on a Gump...

2003-10-13 Thread Stefan Bodewig
On Mon, 13 Oct 2003, Adam R. B. Jack <[EMAIL PROTECTED]> wrote: > I'm trying to debug why a project can't load a junit task when run > on Gump, with junit in the path. Does you Python Gump use Ant's Main class as entry point as the shell script Gump does? > I tried running the ant with -debug (i

RE: How to run a .jar created by ant

2003-10-13 Thread Harkness, David
romalopes once said: > Using the ant I can cread the MSX.jar, but when I run this jar the > follow error appears: Exception in Thread "main" > java.lang.NoclassDefFoundError: msx/MSX > > Another problem is how to use the classpath correctly. > > >