I am using JUNIT from within Eclipse. Runs fine. However: Is there a
chance to write the JUNIT output to a file. I'd be nice if there was a
feature for switching this on/off from within Eclipse.
But also any other solution would be fine with me.
Thanks
HW
> I am using JUNIT from within Eclipse. Runs fine. However: Is there a
> chance to write the JUNIT output to a file. I'd be nice if there was a
> feature for switching this on/off from within Eclipse.
>
> But also any other solution would be fine with me.
Not sure for log output within Eclipse, but if you use Ant and its junit
task, you can get the output in a log file of your choice. And you can run
Ant from Eclipse, of course.

Signature
Davor Cengija, dcengija_IQ_Filter_@inet.hr
Horst Walter - 11 Mar 2004 08:24 GMT
Thanks,
will give this a trail when I do not find an "Eclipse solution"
Thanks for your support!
HW
> > I am using JUNIT from within Eclipse. Runs fine. However: Is there a
> > chance to write the JUNIT output to a file. I'd be nice if there was a
[quoted text clipped - 5 lines]
> task, you can get the output in a log file of your choice. And you can run
> Ant from Eclipse, of course.