Running test framework on Linux [message #258331] |
Mon, 05 July 2004 03:37 |
Eclipse User |
|
|
|
Originally posted by: xshen.actuate.com
I met some problem in my nightly build. My build scripts is written in
Ant, in which I used eclipse's test framework to run plugin tests. I then
use the 'at' command of Linux to schedule the task.
However, the tests failed to run. The error message is:
junit:
[java] Error: Couldn't find per display information
[java] Java Result: 1
It seems that the DISPLAY environment variable is not set, so I set it to
ip of linux server: 192.168.x.x:0.0. Now the error message became:
junit:
[java] Xlib: connection to "192.168.x.x:0.0" refused by server
[java] Xlib: No protocol specified
[java] Error: Couldn't find per display information
[java] Java Result: 1
Does any one meet this kind of problem before? How could I solve it?
Thanks!
|
|
|
Powered by
FUDForum. Page generated in 0.05574 seconds