Laurie,
The problem might not reside with JUnit. I use the latter quite a bit
within jde with no problems such as the one you describe.
Your best course of action is to submit a JDE bug report. The
information that the bug report includes might help others in giving
assistance. See menu command "JDE->Help->Submit Bug Report". When it
asks you whether you want to include your .emacs file, it is best to say
yes.
Chuck
-----Original Message-----
From: lbtynor [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 03, 2000 11:48 AM
To: jde
Cc: lbtynor; lbtynor
Subject: problems running jde with junit
I am running jde 2.1.9 on Red 6.1 linux with xemacs 21.1. Info detail
attached below. The debugger runs fine, except when I am trying to
use the junit 3.2 test harness. The junit harness calls pre-written
tests using reflection to create the testing class and also to call
it's test methods. It consistently hangs at this point when I run it
inside of the jde - I keep getting "No response to command <n>
(process = <x> timeout = <y>) whenever it tries going into its method
that makes these calls. The test harness does not hang in jde in
run-mode (as opposed to debug mode), and it doesn't hang when I run it
outside of jde.
I'm sorry I don't have more details - I haven't (yet) tried compiling
the junit code with -g to try to step into it to verify exactly where
inside of junit it is hanging. I guess I'll do that next if no one is
familiar with this problem.
Thanks for any help,
Laurie Tynor